Skip to content

Releases: kubernetes-sigs/kube-storage-version-migrator

v0.0.5

13 Sep 18:56
acdee30
Compare
Choose a tag to compare
v0.0.5 Pre-release
Pre-release

Updated to use apiextensions/v1.

v0.0.4

01 Dec 23:08
78600c3
Compare
Choose a tag to compare
v0.0.4 Pre-release
Pre-release

Added /healthz endpoints for the trigger controller and the migrator controller.
Added changes necessary to publish images.

v0.0.3

04 Sep 07:18
8446ce0
Compare
Choose a tag to compare
v0.0.3 Pre-release
Pre-release

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

20 Aug 17:42
60dee53
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release
  • Made storageVersionMigration API cluster-scoped.
  • Allowed passing in kubeconfig path.
  • Fixed missing JSON tags in API.

v0.0.1

12 Jun 00:30
523cec7
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

This is a test release.