Bump ServiceTrafficDistribution feature-gate to GA in 1.33 and set LockToDefault=true

This commit is contained in:
Gaurav Ghildiyal 2025-03-09 15:16:56 -07:00
parent ca43bb1719
commit 2492eddd20
2 changed files with 5 additions and 0 deletions

View File

@ -725,6 +725,7 @@ var defaultVersionedKubernetesFeatureGates = map[featuregate.Feature]featuregate
ServiceTrafficDistribution: {
{Version: version.MustParse("1.30"), Default: false, PreRelease: featuregate.Alpha},
{Version: version.MustParse("1.31"), Default: true, PreRelease: featuregate.Beta},
{Version: version.MustParse("1.33"), Default: true, PreRelease: featuregate.GA, LockToDefault: true}, // GA and LockToDefault in 1.33, remove in 1.36
},
SidecarContainers: {

View File

@ -1284,6 +1284,10 @@
lockToDefault: false
preRelease: Beta
version: "1.31"
- default: true
lockToDefault: true
preRelease: GA
version: "1.33"
- name: SidecarContainers
versionedSpecs:
- default: false