File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
keps/sig-node/1558-streaming-proxy-redirects Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -225,3 +225,8 @@ See [Rollout breakage](#rollout-breakage).
225
225
## Implementation History
226
226
227
227
- _ 2019-12-05_ : Published KEP
228
+ - _ 2020-02-19_ : Mark the ` --redirect-container-streaming ` flag as deprecated. Log a warning on use.
229
+ Mark the ` StreamingProxyRedirects ` feature as deprecated. Log a warning on use in v1.18.
230
+ - _ 2020-10-28_ : ` --redirect-container-streaming ` can no longer be enabled in v1.20.
231
+ - _ 2021-04-30_ : Default ` StreamingProxyRedirects ` to disabled in v1.22.
232
+ - _ 2021-12-06_ : Removed ` StreamingProxyRedirects ` feature gate in v1.24.
Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ approvers:
14
14
- " @Random-Liu"
15
15
- " @derekwaynecarr"
16
16
creation-date : 2019-12-05
17
- last-updated : 2021-08-19
17
+ last-updated : 2022-07-12
18
18
status : implemented
19
19
replaces :
20
20
- " https://docs.google.com/document/d/1OE_QoInPlVCK9rMAx9aybRmgFiVjHpJCHI9LrfdNM_s/edit#heading=h.4yfjiw58o8d3"
21
21
22
- latest-milestone : " 1.22 "
22
+ latest-milestone : " 1.24 "
23
23
stage : " stable"
You can’t perform that action at this time.
0 commit comments