vpctl 0.3.0
12 documented changes.
- Version
- 0.3.0
- Product
- vpctl
vpctl 0.3.0
Added
- Feature
ArgoCD app-of-apps chart generation support ( `release generate --format argocd` ).
- Feature
`release init` command to initialize a new manifest file.
- Feature
`release uninstall` command to uninstall a release.
- Feature
RSA private key generation in the secret schema.
- Feature
`--name` flag on `image sync` , `release generate` , and `release deploy` to filter to a single chart or image.
- Feature
`--dry-run` flag on `release deploy` and `image sync` .
- Feature
Default storage class configuration for Kubernetes storage in the manifest.
- Feature
Network configuration in the manifest.
Changed
- Change
`release pull` now extracts to `./extracted-release` by default. Use `--skip-extract` to skip extraction; use `--extract-dir` to specify a custom extraction directory. Replaces the previous `--extract` flag.
- Change
Breaking: `release deploy` and `image sync` now execute by default. Use `--dry-run` to preview commands. Previously they printed commands without executing.
- Change
`image sync` is now a no-op when the target registry is unset or equals the source registry ( `uccmpprivatecloud.azurecr.io` ).
- Change
Traefik configuration simplified to set up a `LoadBalancer` service with annotations.