Skip to content

Commit 821bc2e

Browse files
authored
Merge pull request kubernetes#130128 from adrianmoisey/bump-kep-4427-to-beta
Bump KEP-4427 : AllowRelaxedDNSSearchValidation to Beta
2 parents 4f925a6 + 6d58125 commit 821bc2e

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

pkg/apis/core/validation/validation_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24808,7 +24808,7 @@ func TestValidateSleepAction(t *testing.T) {
2480824808
}
2480924809
}
2481024810

24811-
// TODO: merge these test to TestValidatePodSpec after AllowRelaxedDNSSearchValidation feature graduates to Beta
24811+
// TODO: merge these test to TestValidatePodSpec after AllowRelaxedDNSSearchValidation feature graduates to GA
2481224812
func TestValidatePodDNSConfigWithRelaxedSearchDomain(t *testing.T) {
2481324813
testCases := []struct {
2481424814
name string

pkg/features/versioned_kube_features.go

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

620620
RelaxedDNSSearchValidation: {
621621
{Version: version.MustParse("1.32"), Default: false, PreRelease: featuregate.Alpha},
622+
{Version: version.MustParse("1.33"), Default: true, PreRelease: featuregate.Beta},
622623
},
623624

624625
RelaxedEnvironmentVariableValidation: {

test/featuregates_linter/test_data/versioned_feature_list.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1020,6 +1020,10 @@
10201020
lockToDefault: false
10211021
preRelease: Alpha
10221022
version: "1.32"
1023+
- default: true
1024+
lockToDefault: false
1025+
preRelease: Beta
1026+
version: "1.33"
10231027
- name: RelaxedEnvironmentVariableValidation
10241028
versionedSpecs:
10251029
- default: false

0 commit comments

Comments
 (0)