Skip to content

Commit cd9fc8b

Browse files
committed
Enable ServiceAccountNodeAudienceRestriction feature gate by default in v1.33
Signed-off-by: Anish Ramasekar <[email protected]>
1 parent 5738ee4 commit cd9fc8b

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

pkg/features/versioned_kube_features.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -681,6 +681,7 @@ var defaultVersionedKubernetesFeatureGates = map[featuregate.Feature]featuregate
681681

682682
ServiceAccountNodeAudienceRestriction: {
683683
{Version: version.MustParse("1.32"), Default: false, PreRelease: featuregate.Beta},
684+
{Version: version.MustParse("1.33"), Default: true, PreRelease: featuregate.Beta},
684685
},
685686

686687
ServiceAccountTokenJTI: {

test/featuregates_linter/test_data/versioned_feature_list.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1166,6 +1166,10 @@
11661166
lockToDefault: false
11671167
preRelease: Beta
11681168
version: "1.32"
1169+
- default: true
1170+
lockToDefault: false
1171+
preRelease: Beta
1172+
version: "1.33"
11691173
- name: ServiceAccountTokenJTI
11701174
versionedSpecs:
11711175
- default: false

0 commit comments

Comments
 (0)