Graduate BtreeWatchCache feature gate to GA

This commit is contained in:
Marek Siarkowicz 2025-01-31 15:33:07 +01:00
parent 3bc8f01c74
commit e0f548183c
3 changed files with 6 additions and 0 deletions

View File

@ -269,6 +269,7 @@ var defaultVersionedKubernetesFeatureGates = map[featuregate.Feature]featuregate
genericfeatures.BtreeWatchCache: {
{Version: version.MustParse("1.32"), Default: true, PreRelease: featuregate.Beta},
{Version: version.MustParse("1.33"), Default: true, PreRelease: featuregate.GA, LockToDefault: true},
},
genericfeatures.CBORServingAndStorage: {

View File

@ -303,6 +303,7 @@ var defaultVersionedKubernetesFeatureGates = map[featuregate.Feature]featuregate
BtreeWatchCache: {
{Version: version.MustParse("1.32"), Default: true, PreRelease: featuregate.Beta},
{Version: version.MustParse("1.33"), Default: true, PreRelease: featuregate.GA, LockToDefault: true},
},
AuthorizeWithSelectors: {

View File

@ -184,6 +184,10 @@
lockToDefault: false
preRelease: Beta
version: "1.32"
- default: true
lockToDefault: true
preRelease: GA
version: "1.33"
- name: CBORServingAndStorage
versionedSpecs:
- default: false