Releases: docker/setup-buildx-action
Releases · docker/setup-buildx-action
v2.3.0
- Use Octokit to check Buildx release on GitHub by @crazy-max (#191 #192)
- Add version pinning information to the README by @jedevc (#189)
- Bump minimatch from 3.0.4 to 3.1.2 (#182)
- Bump csv-parse from 5.3.1 to 5.3.3 (#181)
- Bump json5 from 2.2.0 to 2.2.3 (#184)
Full Changelog: v2.2.1...v2.3.0
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)