Releases: docker/setup-buildx-action
Releases · docker/setup-buildx-action
v2.2.1
- Preserve quotes surrounding fields in input list by @crazy-max (#174)
- Escape surrounding quotes for
platforms
input by @crazy-max (#175)
Full Changelog: v2.2.0...v2.2.1
v2.2.0
- Append nodes to builder support by @crazy-max (#165)
- Bump csv-parse from 5.3.0 to 5.3.1 (#172)
Full Changelog: v2.1.0...v2.2.0
v2.1.0
- Auth support for tls endpoint by @crazy-max (#164)
- Nodes metadata JSON ouput by @crazy-max (#162)
endpoint
,status
andflags
outputs are deprecated. Usenodes
output instead.
- Skip setting buildkitd flags and config for remote driver by @crazy-max (#161)
- Move args logic to context module and add tests by @crazy-max (#169)
- Remove workaround for
setOutput
by @crazy-max (#170) - Fix deprecated
fs.rmdir
by @crazy-max (#171) - Docs: clarify install option by @rodrigc in (#152)
- Bump @actions/core from 1.6.0 to 1.10.0 (#151 #157 #167)
- Bump @actions/tool-cache from 1.7.2 to 2.0.1 (#150)
- Bump @actions/http-client from 1.0.11 to 2.0.1 (#149)
- Bump uuid from 8.3.2 to 9.0.0 (#159)
Full Changelog: v2.0.0...v2.1.0
v2.0.0
- Node 16 as default runtime by @crazy-max (#131)
- This requires a minimum Actions Runner version of v2.285.0, which is by default available in GHES 3.4 or later.
Full Changelog: v1.7.0...v2.0.0
v1.7.0
- Standalone mode by @crazy-max in (#119)
- Update dev dependencies and workflow by @crazy-max (#114 #130)
- Bump tmpl from 1.0.4 to 1.0.5 (#108)
- Bump ansi-regex from 5.0.0 to 5.0.1 (#109)
- Bump @actions/core from 1.5.0 to 1.6.0 (#110)
- Bump actions/checkout from 2 to 3 (#126)
- Bump @actions/tool-cache from 1.7.1 to 1.7.2 (#128)
- Bump @actions/exec from 1.1.0 to 1.1.1 (#129)
- Bump minimist from 1.2.5 to 1.2.6 (#132)
- Bump codecov/codecov-action from 2 to 3 (#133)
- Bump semver from 7.3.5 to 7.3.7 (#136)
v1.6.0
v1.5.1
- Explicit version spec for caching (#100)
v1.5.0
- Allow building buildx from source (#99)
v1.4.1
- Fix
docker: invalid reference format
(#97)
v1.4.0
- Update dev deps (#95)
- Use built-in
getExecOutput
(#94) - Use
core.getBooleanInput
(#93) - Bump @actions/exec from 1.0.4 to 1.1.0 (#85)
- Bump y18n from 4.0.0 to 4.0.3 (#91)
- Bump hosted-git-info from 2.8.8 to 2.8.9 (#89)
- Bump ws from 7.3.1 to 7.5.0 (#90)
- Bump @actions/tool-cache from 1.6.1 to 1.7.1 (#82 #86)
- Bump @actions/core from 1.2.7 to 1.4.0 (#80 #87)