Skip to content

Releases: depot/cli

Depot CLI 2.2.0

20 Mar 19:31
50157e3
Compare
Choose a tag to compare

What's Changed

  • feat: classify build errors as canceled or error (#80) @goller

Depot CLI 2.1.4

13 Mar 13:19
c5ceaab
Compare
Choose a tag to compare

What's Changed

  • fix: allow graceful shutdown with context (#77) @goller

Depot CLI 2.1.3

09 Mar 16:12
8993dfd
Compare
Choose a tag to compare

What's Changed

  • refactor(build): ignore any errors reporting timings (#76) @goller

Depot CLI 2.1.2

08 Mar 21:56
82ce5b7
Compare
Choose a tag to compare

What's Changed

  • fix(bake): ignore spurious context canceled printer wait error (#75) @goller

Depot CLI 2.1.1

08 Mar 20:45
e200f1b
Compare
Choose a tag to compare

What's Changed

Depot CLI 2.1.0

08 Mar 20:13
47ddd03
Compare
Choose a tag to compare

What's Changed

  • feat: export build steps for cache timing (#65) @goller

Depot CLI 2.0.3

07 Mar 19:36
34f62c0
Compare
Choose a tag to compare

What's Changed

Depot CLI 2.0.2

07 Mar 16:11
ccf05e1
Compare
Choose a tag to compare

What's Changed

Depot CLI 2.0.1

04 Mar 17:05
d2f384a
Compare
Choose a tag to compare

What's Changed

Depot CLI 2.0.0

01 Mar 13:22
eb6503c
Compare
Choose a tag to compare

Breaking Changes

This release upgrades the internal Buildx library to v0.10. With this version, builds automatically produce a minimal SLSA Provenance attestation, which requires support for OCI-compliant multi-platform images.

This change may introduce issues with registry and runtime support (e.g. docker/buildx#1533), specifically AWS Lambda at the time of release. If you encounter any issues, you can optionally disable the default provenance attestation functionality using --provenance=false.

What's Changed