Sourced from docker/setup-buildx-action's releases.
v2.1.0
What's Changed
- Auth support for tls endpoint by
@crazy-max(#164)- Nodes metadata JSON ouput by
@crazy-max(#162)
endpoint,statusandflagsoutputs are deprecated. Usenodesoutput 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
setOutputby@crazy-max(#170)- Fix deprecated
fs.rmdirby@crazy-max(#171)- Docs: clarify install option by
@rodrigcin (#152)- Bump
@actions/corefrom 1.6.0 to 1.10.0 (#151 #157 #167)- Bump
@actions/tool-cachefrom 1.7.2 to 2.0.1 (#150)- Bump
@actions/http-clientfrom 1.0.11 to 2.0.1 (#149)- Bump uuid from 8.3.2 to 9.0.0 (#159)
Full Changelog: https://github.com/docker/setup-buildx-action/compare/v2.0.0...v2.1.0
95cb08c Merge pull request #171 from crazy-max/rmsynceb5c2a6 Fix deprecated fs.rmdir83612be Merge pull request #170 from crazy-max/setOutput40fefd8 Remove workaround for setOutput90a1e46 Merge pull request #169 from crazy-max/context-module5a9fc40 move args logic to context module and add tests6c48dad Merge pull request #159 from docker/dependabot/npm_and_yarn/uuid-9.0.016c2ddb update generated content0fe8589 Bump uuid from 8.3.2 to 9.0.0f3692cb Merge pull request #167 from docker/dependabot/npm_and_yarn/actions/core-1.10.0