Depot CLI 2.0.0
·
1499 commits
to refs/heads/main
since this release
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
- Upgrade to Buildx v0.10 (#67) @jacobwgillespie