Skip to content

Commit b87c434

Browse files
committed
update implementation history for remove streaming proxy redirects
1 parent 582aae4 commit b87c434

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

keps/sig-node/1558-streaming-proxy-redirects/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,3 +225,8 @@ See [Rollout breakage](#rollout-breakage).
225225
## Implementation History
226226

227227
- _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.

keps/sig-node/1558-streaming-proxy-redirects/kep.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ approvers:
1414
- "@Random-Liu"
1515
- "@derekwaynecarr"
1616
creation-date: 2019-12-05
17-
last-updated: 2021-08-19
17+
last-updated: 2022-07-12
1818
status: implemented
1919
replaces:
2020
- "https://docs.google.com/document/d/1OE_QoInPlVCK9rMAx9aybRmgFiVjHpJCHI9LrfdNM_s/edit#heading=h.4yfjiw58o8d3"
2121

22-
latest-milestone: "1.22"
22+
latest-milestone: "1.24"
2323
stage: "stable"

0 commit comments

Comments
 (0)