Skip to content

Commit c8cfe82

Browse files
lukasmetznerk8s-publishing-bot
authored andcommitted
fix: feature gate min version
Kubernetes-commit: c2044c8d390447cf6addff4ed636574e5e48f244
1 parent 3e194dc commit c8cfe82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/features/kube_features.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ func SetupCurrentKubernetesSpecificFeatureGates(featuregates featuregate.Mutable
6060
var versionedCloudPublicFeatureGates = map[featuregate.Feature]featuregate.VersionedSpecs{
6161
CloudControllerManagerWatchBasedRoutesReconciliation: {
6262
// TODO: Update to 1.34 once the Kubernetes version is changed
63-
{Version: version.MustParse("1.33"), Default: false, PreRelease: featuregate.Alpha},
63+
{Version: version.MustParse("1.35"), Default: false, PreRelease: featuregate.Alpha},
6464
},
6565
CloudControllerManagerWebhook: {
6666
{Version: version.MustParse("1.27"), Default: false, PreRelease: featuregate.Alpha},

0 commit comments

Comments
 (0)