Skip to content

Commit c75951c

Browse files
authored
Merge pull request #47663 from HirazawaUi/promote-RelaxedEnvironmentVariableValidation-to-beta
Promote RelaxedEnvironmentVariableValidation to beta
2 parents f56f76f + 6588d75 commit c75951c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

content/en/docs/reference/command-line-tools-reference/feature-gates/relaxed-environment-variable-validation.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,9 @@ stages:
99
- stage: alpha
1010
defaultValue: false
1111
fromVersion: "1.30"
12+
toVersion: "1.31"
13+
- stage: beta
14+
defaultValue: true
15+
fromVersion: "1.32"
1216
---
1317
Allow almost all printable ASCII characters in environment variables.

0 commit comments

Comments
 (0)