Skip to content

Commit 6d58125

Browse files
committed
Bump KEP-4427 : AllowRelaxedDNSSearchValidation to Beta
1 parent 9f26291 commit 6d58125

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
@@ -631,6 +631,7 @@ var defaultVersionedKubernetesFeatureGates = map[featuregate.Feature]featuregate
631631

632632
RelaxedDNSSearchValidation: {
633633
{Version: version.MustParse("1.32"), Default: false, PreRelease: featuregate.Alpha},
634+
{Version: version.MustParse("1.33"), Default: true, PreRelease: featuregate.Beta},
634635
},
635636

636637
RelaxedEnvironmentVariableValidation: {

test/featuregates_linter/test_data/versioned_feature_list.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1048,6 +1048,10 @@
10481048
lockToDefault: false
10491049
preRelease: Alpha
10501050
version: "1.32"
1051+
- default: true
1052+
lockToDefault: false
1053+
preRelease: Beta
1054+
version: "1.33"
10511055
- name: RelaxedEnvironmentVariableValidation
10521056
versionedSpecs:
10531057
- default: false

0 commit comments

Comments
 (0)