Skip to content

Commit ee25de8

Browse files
authored
Merge pull request #5364 from HirazawaUi/promote-4369-to-ga
KEP-4369: Promote to GA (allow ~all ASCII characters in env vars)
2 parents d9a93cb + ae55831 commit ee25de8

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

keps/prod-readiness/sig-node/4369.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,6 @@ kep-number: 4369
55
alpha:
66
approver: "@jpbetz"
77
beta:
8+
approver: "@jpbetz"
9+
stable:
810
approver: "@jpbetz"

keps/sig-node/4369-allow-special-characters-environment-variable/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,6 @@ Job names:
173173

174174
- Solicit feedback from the Alpha.
175175
- Ensure tests are stable and passing.
176-
- Add monitor for pods that fail due to using enhancements.
177176

178177
#### GA
179178

@@ -321,6 +320,9 @@ No
321320

322321
\- 2024-08-27: Fixed some errors in the beta phase
323322

323+
\- 2025-06-03: Promote to GA
324+
325+
324326
## Drawbacks
325327

326328
If the envvar name character set is extended, all the things currently consuming and using envvar names from the API will have an impact and may break or be unsafe.

keps/sig-node/4369-allow-special-characters-environment-variable/kep.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,18 @@ see-also: []
1818
replaces: []
1919

2020
# The target maturity stage in the current dev cycle for this KEP.
21-
stage: beta
21+
stage: stable
2222

2323
# The most recent milestone for which work toward delivery of this KEP has been
2424
# done. This can be the current (upcoming) milestone, if it is being actively
2525
# worked on.
26-
latest-milestone: "v1.32"
26+
latest-milestone: "v1.34"
2727

2828
# The milestone at which this feature was, or is targeted to be, at each stage.
2929
milestone:
3030
alpha: "v1.30"
3131
beta: "v1.32"
32-
stable: "v1.33"
32+
stable: "v1.34"
3333

3434
# The following PRR answers are required at alpha release
3535
# List the feature gate name and the components for which it must be enabled

0 commit comments

Comments
 (0)