vpctl 0.8.0
7 documented changes.
- Version
- 0.8.0
- Released
- Mar 17, 2026
- Product
- vpctl
vpctl 0.8.0
Added
- Feature
`oras_artifacts` support in `versions.yaml` for tracking OCI artifact versions alongside Docker images.
- Feature
`vpctl artifact sync images` subcommand for syncing Docker images between registries.
- Feature
`vpctl artifact sync oras` subcommand for syncing ORAS artifacts between registries.
- Feature
`vpctl artifact sync preflight` subcommand: verifies registry authentication by syncing one Docker image and one ORAS artifact, and provides troubleshooting hints if the command fails
Changed
- Change
Breaking: `vpctl image sync` renamed to `vpctl artifact sync images` / `vpctl artifact sync oras` . Update any CI scripts that invoke the old command.
- Change
Breaking: Manifest field `imageSync` renamed to `artifactSync` . Update your `manifest.yaml` .
- Removal
Breaking: `--skip-login` flag removed from `artifact sync images` . Authenticate to source and target registries with `docker login` before running the sync.