From 0ce82b7f3dc09b9f24a69f5429fe3fb14a272534 Mon Sep 17 00:00:00 2001 From: Lukasz Szaszkiewicz Date: Mon, 9 Sep 2024 16:10:51 +0200 Subject: [PATCH] Update KEP 3157 (watch-list) for milestone 1.32 --- keps/sig-api-machinery/3157-watch-list/README.md | 1 + keps/sig-api-machinery/3157-watch-list/kep.yaml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/keps/sig-api-machinery/3157-watch-list/README.md b/keps/sig-api-machinery/3157-watch-list/README.md index f37d8c50d4a..6a7b630b662 100644 --- a/keps/sig-api-machinery/3157-watch-list/README.md +++ b/keps/sig-api-machinery/3157-watch-list/README.md @@ -675,6 +675,7 @@ We expect no non-infra related flakes in the last month as a GA graduation crite with data obtained through a standard list request. The detector will be added to the reflector and activated when an environment variable is set. The environment variable will be set for all jobs run in the Kube CI. - Update the client-go generated List function to watchList data when the feature gate has been enabled and the ListOptions are satisfied. + This change must be applied to the typed, dynamic and metadata clients. - Implement a mechanism for automatically detecting etcd configuration Whether it is safe to use the RequestWatchProgress API call or if the experimental-watch-progress-notify-interval flag has been set. diff --git a/keps/sig-api-machinery/3157-watch-list/kep.yaml b/keps/sig-api-machinery/3157-watch-list/kep.yaml index 160c3f740b7..9a5e0ca6c03 100644 --- a/keps/sig-api-machinery/3157-watch-list/kep.yaml +++ b/keps/sig-api-machinery/3157-watch-list/kep.yaml @@ -20,12 +20,12 @@ stage: beta # The most recent milestone for which work toward delivery of this KEP has been # done. This can be the current (upcoming) milestone, if it is being actively # worked on. -latest-milestone: "v1.31" +latest-milestone: "v1.32" # The milestone at which this feature was, or is targeted to be, at each stage. milestone: alpha: "v1.27" - beta: "v1.31" + beta: "v1.32" # The following PRR answers are required at alpha release # List the feature gate name and the components for which it must be enabled