Releases: kubernetes-sigs/kube-storage-version-migrator
Releases · kubernetes-sigs/kube-storage-version-migrator
v0.0.5
Updated to use apiextensions/v1.
v0.0.4
Added /healthz
endpoints for the trigger controller and the migrator controller.
Added changes necessary to publish images.
v0.0.3
Some notable bug fixes:
- #58, which relaunches migration if the storageState shows that a resource needs migration and there is no pending or running migration for that resource.
- #71, which lets the trigger controller process partial discovery results. Otherwise a partial discovery result can cause all resources to be migrated again.
The storage version migrator is still considered non-production ready because it does not handle HA API servers correctly.
v0.0.2
- Made storageVersionMigration API cluster-scoped.
- Allowed passing in kubeconfig path.
- Fixed missing JSON tags in API.
v0.0.1
This is a test release.