Releases: docker/bake-action
Releases · docker/bake-action
v3.0.0
Note
Buildx v0.10 enables support for a minimal SLSA Provenance attestation, which requires support for OCI-compliant multi-platform images. This may introduce issues with registry and runtime support (e.g. Google Cloud Run and AWS Lambda). You can optionally disable the default provenance attestation functionality using
provenance: false.
- Add
provenanceandsbominputs by @crazy-max in #104 - Preserve quotes for
setinput field by @crazy-max in #97 - Switch to actions-toolkit implementation by @crazy-max in #110 #116 #118 #120 #126
- Bump csv-parse from 5.3.0 to 5.3.3 in #95 #103
- Bump minimatch from 3.0.4 to 3.1.2 in #101
- Bump json5 from 2.2.0 to 2.2.3 in #105
Full Changelog: v2.3.0...v3.0.0
v2.3.0
- Remove workaround for
setOutputby @crazy-max (#94) - Bump @actions/core from 1.9.0 to 1.10.0 (#90 #92)
Full Changelog: v2.2.0...v2.3.0
v2.2.0
Full Changelog: v2.1.0...v2.2.0
v2.1.0
- Support building from remote bake definition by @crazy-max (#82)
- Bump @actions/core from 1.6.0 to 1.9.0 (#75 #80)
- Bump csv-parse from 5.0.4 to 5.2.0 (#77 #79)
Full Changelog: v2.0.0...v2.1.0
v2.0.0
- Node 16 as default runtime by @crazy-max (#64)
- This requires a minimum Actions Runner version of v2.285.0, which is by default available in GHES 3.4 or later.
- Standalone mode support by @crazy-max (#71)
- chore: update dev dependencies and workflow by @crazy-max (#63)
- Bump @actions/exec from 1.1.0 to 1.1.1 (#62)
- Bump minimist from 1.2.5 to 1.2.6 (#66)
- Bump semver from 7.3.5 to 7.3.7 (#69)
- Bump csv-parse from 4.16.3 to 5.0.4 (#57)
Full Changelog: v1.7.0...v2.0.0
v1.7.0
v1.6.0
v1.5.0
- Update dev deps (#38)
- Handle git sha version of buildx (#37)
- Bump csv-parse from 4.15.4 to 4.16.0 (#31)
- Bump y18n from 4.0.0 to 4.0.3 (#35)
- Bump hosted-git-info from 2.8.8 to 2.8.9 (#34)
- Bump lodash from 4.17.20 to 4.17.21 (#33)
- Bump ws from 7.3.1 to 7.5.0 (#32)
- Use built-in
getExecOutput(#30) - Bump @actions/exec from 1.0.4 to 1.1.0 (#28)
- Bump @actions/core from 1.3.0 to 1.4.0 (#29)
v1.4.2
v1.4.1
- Throw error message instead of exit code (#25)