vpctl
View vpctlvpctl 0.6.0
3 documented changes.
- Version
- 0.6.0
- Released
- Mar 3, 2026
- Product
- vpctl
vpctl changelog
Official notesvpctl 0.6.0
Added
- Feature
Version compatibility check: `release generate` and `secret generate` now verify that vpctl satisfies the minimum version required by the release package ( `compatibility.yaml` ). The command blocks execution and displays a clear upgrade message when vpctl is too old. Use `--skip-version-check` to bypass. Dev builds and RC versions are handled gracefully.
- Feature
`image sync --concurrency` flag: processes multiple images in parallel using a worker pool (default: 1 = sequential).
Fixed
- Fix
`vpctl version` no longer prints an irrelevant manifest-not-found warning.