Skip to content

Depot CLI 2.0.0

Choose a tag to compare

@depot-bot depot-bot released this 01 Mar 13:22
· 1499 commits to refs/heads/main since this release
eb6503c

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