feature: promote CRDValidationRatcheting to beta

also fixup test which needs feature to be disabled
it was set to enable by default in this CL
This commit is contained in:
Alexander Zielenski
2023-10-23 17:53:42 -07:00
parent 02aaad0de9
commit 768c169dd8
3 changed files with 5 additions and 2 deletions

View File

@@ -1212,7 +1212,7 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS
// inherited features from apiextensions-apiserver, relisted here to get a conflict if it is changed
// unintentionally on either side:
apiextensionsfeatures.CRDValidationRatcheting: {Default: false, PreRelease: featuregate.Alpha},
apiextensionsfeatures.CRDValidationRatcheting: {Default: true, PreRelease: featuregate.Beta},
// features that enable backwards compatibility but are scheduled to be removed
// ...