Skip to content

Commit a74ce2e

Browse files
authored
promote gateway injection to beta (kubernetes#99)
1 parent f2bc083 commit a74ce2e

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

features.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ features:
3838
id: :"traffic.gateway_injection"
3939
level:
4040
checklist: features/gateway_injection.md
41-
maturity: Alpha
42-
nextExpectedPromotion: "1.11"
41+
maturity: Beta
42+
nextExpectedPromotion: "1.13"
4343
area: Traffic Management
4444
- name: "TLS termination and SNI Support in Gateways"
4545
id: "traffic.tls_termination"

features/gateway_injection.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
**Approvals**
6666

6767
- [x] The appropriate work group(s) have reviewed and approved promotion of the feature.
68-
- [ ] The TOC has reviewed and approved promotion of the feature as part of the
68+
- [x] The TOC has reviewed and approved promotion of the feature as part of the
6969
roadmap for a release.
7070

7171
---
@@ -79,11 +79,11 @@
7979
- [x] Design doc describing the intention of the feature, how it will be
8080
implemented, and any thoughts on how to test the feature has been approved by
8181
relevant work group leads. [Design Doc](https://docs.google.com/document/d/1Rmp9B3DDypgMCau-YAqidx_r3qvKLZj6jUX-t22zj84/).
82-
- [ ] Feature coverage and test plans written and approved.
82+
- [x] Feature coverage and test plans written and approved.
8383

8484
**Docs**
8585

86-
- [ ] Documentation on istio.io includes performance expectations; may have caveats.
86+
- [x] Documentation on istio.io includes performance expectations; may have caveats.
8787
- [x] Documentation on istio.io includes samples/tutorials. [Here](https://preliminary.istio.io/latest/docs/setup/additional-setup/sidecar-injection/#custom-templates-experimental) and [here](https://preliminary.istio.io/latest/docs/setup/additional-setup/external-controlplane/) for enabling and using the feature.
8888
- [x] Documentation on istio.io includes appropriate glossary entries. No glossary entries needed, this uses existing concepts.
8989
- [x] All new documentation containing user actions includes istio.io tests. Yes, the documentation has a test.
@@ -92,19 +92,19 @@
9292

9393
**Tests**
9494

95-
- [ ] Integration tests cover feature edge cases
95+
- [x] Integration tests cover feature edge cases
9696
- [x] End-to-end tests cover samples/tutorials. Documentation has page tests.
9797
- [x] Fixed issues have tests to prevent regressions. There are no known issues with this feature.
98-
- [ ] Stability/stress test suite includes coverage for the feature.
98+
- [x] Stability/stress test suite includes coverage for the feature.
9999

100100
**Performance**
101101

102-
- [ ] Feature coverage and test plans written and approved
103-
- [ ] Tests exist with the feature enabled that can be integrated with our automated performance testing.
102+
- [x] Feature coverage and test plans written and approved
103+
- [x] Tests exist with the feature enabled that can be integrated with our automated performance testing.
104104

105105
**API**
106106

107-
- [ ] TOC has reviewed the API and determined it to be complete.
107+
- [x] TOC has reviewed the API and determined it to be complete.
108108

109109
**Tooling**
110110

@@ -116,9 +116,9 @@
116116

117117
**Approvals**
118118

119-
- [ ] The appropriate work group(s) have reviewed and approved promotion of the feature.
120-
- [ ] The supportability review panel has reviewed promotion of the feature.
121-
- [ ] The TOC has reviewed and approved promotion of the feature as part of the
119+
- [x] The appropriate work group(s) have reviewed and approved promotion of the feature.
120+
- [ ] The supportability review panel has reviewed promotion of the feature. N/A. Feature is too minor to involve panel
121+
- [x] The TOC has reviewed and approved promotion of the feature as part of the
122122
road map for a release.
123123

124124
---

0 commit comments

Comments
 (0)