Releases: openebs-archive/maya
Releases · openebs-archive/maya
v2.12.2
chore(release): update workflow and base images (#1822) - Update workflow to push images to ghcr - Use openebs/linux-utils as base to maintain single source of base images for alpines - Update Release process steps to include chart updates. Signed-off-by: kmova <[email protected]>
v2.12.1
v2.12.0
fix(crd): migration from v1beta1 to v1 (#1812) Change the version in the CRDs to v1 and make the necessary movements of the elements to pass the CRD v1 validations like: - rename version to versions - set the defaults for a specific version - set the schema validation to `x-kubernetes-preserve-unknown-fields` Also, this PR removes the installation of CRDs that are already migrated to cstor CSI: - cstorpoolinstances - cstorvolumeclaims - cstorvolumepolicies Signed-off-by: kmova <[email protected]>
v2.11.1
fix(crd): migration from v1beta1 to v1 Change the version in the CRDs to v1 and make the necessary movements of the elements to pass the CRD v1 validations like: - rename version to versions - set the defaults for a specific version - set the schema validation to `x-kubernetes-preserve-unknown-fields` Also, this PR removes the installation of CRDs that are already migrated to cstor CSI: - cstorpoolinstances - cstorvolumeclaims - cstorvolumepolicies Signed-off-by: kmova <[email protected]>
v2.12.0-RC2
Add version bump Signed-off-by: Niladri Halder <[email protected]>
v2.12.0-RC1
Add version bump Signed-off-by: Niladri Halder <[email protected]>
v2.11.0
chore(version): add 2.11.0 to upgrade matrix (#1809) Signed-off-by: shubham <[email protected]>
v2.11.0-RC2
chore(version): add 2.11.0 to upgrade matrix (#1809) Signed-off-by: shubham <[email protected]>
v2.11.0-RC1
chore(version): add 2.11.0 to upgrade matrix (#1809) Signed-off-by: shubham <[email protected]>
v2.10.0
fix(webhook): fix version comparison of webhook resources (#1807) Signed-off-by: shubham <[email protected]>