Releases: depot/cli
Releases · depot/cli
Depot CLI 2.2.0
Depot CLI 2.1.4
Depot CLI 2.1.3
Depot CLI 2.1.2
Depot CLI 2.1.1
Depot CLI 2.1.0
Depot CLI 2.0.3
What's Changed
- Use shared client inside buildx driver (#73) @jacobwgillespie
Depot CLI 2.0.2
What's Changed
- Use new depot.cli.v1.BuildService (#72) @jacobwgillespie
- Allow health check to continue on temporary error (#71) @jacobwgillespie
Depot CLI 2.0.1
What's Changed
- Use buildkit v0.11.3-depot.2 client (#70) @jacobwgillespie
Depot CLI 2.0.0
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