Skip to content

Commit d254533

Browse files
authored
Merge pull request #5045 from adrianmoisey/4427-promote-to-beta
KEP-4427: Relaxed DNS search validation to beta
2 parents c3d44dc + 9bea7ea commit d254533

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
kep-number: 4427
22
alpha:
33
approver: "@jpbetz"
4+
beta:
5+
approver: "@jpbetz"

keps/sig-network/4427-relaxed-dns-search-validation/README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ In addition to the Pod itself, each integration test should be repeated with obj
268268
- [X] Initial e2e tests completed and enabled
269269

270270
#### Beta
271-
- [ ] No trouble reports from alpha release
271+
- [X] No trouble reports from alpha release
272272

273273
#### GA
274274
- [ ] No trouble reports with the beta release, plus some anecdotal evidence of it being used successfully.
@@ -385,7 +385,8 @@ Describe manual testing that was done and the outcomes.
385385
Longer term, we may want to require automated upgrade/rollback tests, but we
386386
are missing a bunch of machinery and tooling and can't do that now.
387387
-->
388-
Will be tested during implementation.
388+
389+
Tested by hand.
389390

390391
###### Is the rollout accompanied by any deprecations and/or removals of features, APIs, fields of API types, flags, etc.?
391392

keps/sig-network/4427-relaxed-dns-search-validation/kep.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@ authors:
44
- "@sethev"
55
- "@adrianmoisey"
66
owning-sig: sig-network
7-
status: implementable
7+
status: implemented
88
creation-date: 2024-01-22
99
reviewers:
1010
- "@danwinship"
1111
approvers:
1212
- "@thockin"
1313
# The target maturity stage in the current dev cycle for this KEP.
14-
stage: alpha
14+
stage: beta
1515

1616
# The most recent milestone for which work toward delivery of this KEP has been
1717
# done. This can be the current (upcoming) milestone, if it is being actively
1818
# worked on.
19-
latest-milestone: "v1.32"
19+
latest-milestone: "v1.33"
2020

2121
# The milestone at which this feature was, or is targeted to be, at each stage.
2222
milestone:

0 commit comments

Comments
 (0)