Skip to content

Commit 851c8e9

Browse files
committed
KEP-4427: Promote Relaxed DNS search string validation to GA
1 parent e4b86bf commit 851c8e9

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

keps/prod-readiness/sig-network/4427.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ alpha:
33
approver: "@jpbetz"
44
beta:
55
approver: "@jpbetz"
6+
stable:
7+
approver: "@jpbetz"

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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ In addition to the Pod itself, each integration test should be repeated with obj
276276
- [X] No trouble reports from alpha release
277277

278278
#### GA
279-
- [ ] No trouble reports with the beta release, plus some anecdotal evidence of it being used successfully.
279+
- [X] No trouble reports with the beta release, plus some anecdotal evidence of it being used successfully.
280280

281281
### Upgrade / Downgrade Strategy
282282

@@ -506,9 +506,17 @@ N/A
506506
- [x] KEP (`k/enhancements`) update PR(s):
507507
- https://github.com/kubernetes/enhancements/pull/4428
508508
- https://github.com/kubernetes/enhancements/pull/4755
509+
- https://github.com/kubernetes/enhancements/pull/4884
509510
- [x] Code (`k/k`) update PR(s):
510511
- https://github.com/kubernetes/kubernetes/pull/127167
511512
- [ ] Docs (`k/website`) update PR(s):
513+
- [x] Beta
514+
- [x] KEP (`k/enhancements`) update PR(s):
515+
- https://github.com/kubernetes/enhancements/pull/5045
516+
- https://github.com/kubernetes/enhancements/pull/5137
517+
- [x] Code (`k/k`) update PR(s):
518+
- https://github.com/kubernetes/kubernetes/pull/130128
519+
- [ ] Docs (`k/website`) update PR(s):
512520

513521
## Drawbacks
514522

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ reviewers:
1111
approvers:
1212
- "@thockin"
1313
# The target maturity stage in the current dev cycle for this KEP.
14-
stage: beta
14+
stage: stable
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.33"
19+
latest-milestone: "v1.34"
2020

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

0 commit comments

Comments
 (0)