Skip to content

v2.12.0

Compare
Choose a tag to compare
@prateekpandey14 prateekpandey14 released this 21 Aug 08:09
· 7 commits to v2.12.x since this release
b90b5ed
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]>