Releases: depot/cli
Releases · depot/cli
Depot CLI 0.0.22
What's Changed
- Revert "Fix nil pointer error, add timeout for connection checks" (#23) @jacobwgillespie
Depot CLI 0.0.21
What's Changed
- Fix nil pointer error, add timeout for connection checks (#22) @jacobwgillespie
Depot CLI 0.0.20
Breaking Changes
depot build
now defaults to requesting a build using the same platform as the host (x86 or ARM). This means if you rundepot build
from an M1 Mac with no--platform
option, you will get alinux/arm64
image. If you need to build alinux/amd64
image from an M1 Mac, you can do so withdepot build --platform linux/amd64 ...
.
What's Changed
- API HTTP client cleanups (#21) @jacobwgillespie
- Support multi-platform builds (#20) @jacobwgillespie
Depot CLI 0.0.19
What's Changed
- Use new build API endpoints, remove
--no-wait
(#19) @jacobwgillespie
Depot CLI 0.0.18
What's Changed
- Install ca-certificates in CLI Docker image (#18) @jacobwgillespie
Depot CLI 0.0.17
What's Changed
- Upgrade buildx and buildkit dependencies (#17) @jacobwgillespie
Depot CLI 0.0.16
What's Changed
- Tag CLI Docker image with major version by @jacobwgillespie in #16
Full Changelog: v0.0.15...v0.0.16
Depot CLI 0.0.15
What's Changed
- Build Docker container for CLI by @jacobwgillespie in #15
Full Changelog: v0.0.14...v0.0.15
Depot CLI 0.0.14
What's Changed
- Add --no-wait option to exit if builder is busy (#14) @jacobwgillespie
Depot CLI 0.0.13
What's Changed
- No changes to the CLI, this release changes our internal GitHub Actions publishing process
Full Changelog: v0.0.12...v0.0.13