Skip to content

Commit

Permalink
Add feature gate UnauthenticatedHTTP2DOSMitigation (#8670)
Browse files Browse the repository at this point in the history
The feature gate was added retrospectively to versions `1.25`, `1.26`, `1.27`
and `1.28`, see kubernetes/kubernetes#121224.

Co-authored-by: Tim Usner <tim.usner@sap.com>
  • Loading branch information
gardener-ci-robot and timuthy committed Oct 19, 2023
1 parent 50211ea commit 1ae0c41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/utils/validation/features/featuregates.go
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ var featureGateVersionRanges = map[string]*FeatureGateVersionRange{
"TopologyManagerPolicyAlphaOptions": {AddedInVersion: "1.26"},
"TopologyManagerPolicyBetaOptions": {AddedInVersion: "1.26"},
"TopologyManagerPolicyOptions": {AddedInVersion: "1.26"},
"UnauthenticatedHTTP2DOSMitigation:": {AddedInVersion: "1.25"},
"UnknownVersionInteroperabilityProxy": {AddedInVersion: "1.28"},
"UserNamespacesStatelessPodsSupport": {AddedInVersion: "1.25", RemovedInVersion: "1.28"},
"UserNamespacesSupport": {AddedInVersion: "1.28"},
Expand Down

0 comments on commit 1ae0c41

Please sign in to comment.