Skip to content

Releases: docker/bake-action

v3.0.0

18 Apr 07:13
39f20cb

Choose a tag to compare

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.

Full Changelog: v2.3.0...v3.0.0

v2.3.0

12 Oct 06:49
6c87dcc

Choose a tag to compare

  • Remove workaround for setOutput by @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

19 Jul 15:00
e878ca2

Choose a tag to compare

  • Add workdir input by @tuler (#76)
  • Bump csv-parse from 5.2.0 to 5.3.0 (#86)

Full Changelog: v2.1.0...v2.2.0

v2.1.0

25 Jun 11:46
c7fa0af

Choose a tag to compare

  • 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

05 May 16:53
fb56172

Choose a tag to compare

  • 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

14 Feb 10:37
bbd00fc

Choose a tag to compare

  • Enhance outputs display (#59)
  • Update dev workflow (#54)
  • Bump @actions/core from 1.5.0 to 1.6.0 (#52)
  • Bump ansi-regex from 5.0.0 to 5.0.1 (#50)
  • Bump tmpl from 1.0.4 to 1.0.5 (#49)

v1.6.0

03 Sep 12:10
bf8ce2e

Choose a tag to compare

  • Add metadata output (#46)
  • Bump csv-parse from 4.16.0 to 4.16.3 (#45 #48)
  • Bump @actions/core from 1.4.0 to 1.5.0 (#43)
  • Bump codecov/codecov-action from 1 to 2 (#42)
  • Ensure trimmed output (#39)

v1.5.0

01 Jul 14:30
33dc2d9

Choose a tag to compare

  • 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

26 May 13:29
03bdd49

Choose a tag to compare

  • Use core.getBooleanInput (#27)
  • Bump @actions/core from 1.2.7 to 1.3.0 (#26)

v1.4.1

14 May 16:52
180a839

Choose a tag to compare

  • Throw error message instead of exit code (#25)