File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed
prod-readiness/sig-storage
sig-storage/3141-prevent-volume-mode-conversion Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 6
6
approver : " @deads2k"
7
7
beta :
8
8
approver : " @deads2k"
9
+ stable :
10
+ approver : " @deads2k"
Original file line number Diff line number Diff line change @@ -262,7 +262,7 @@ Consider including folks who also work outside the SIG or subproject.
262
262
## Design Details
263
263
264
264
A new out-of-tree flag named ` PreventVolumeModeConversion ` will be introduced on
265
- ` external-snapshotter ` and ` external -provisioner` . Both of these components are
265
+ ` snapshot-controller ` and ` csi -provisioner` . Both of these components are
266
266
out-of-tree so this proposal will not require any in-tree feature gates.
267
267
268
268
### Changes to VolumeSnapshotContent API
@@ -735,6 +735,10 @@ Major milestones might include:
735
735
- when the KEP was retired or superseded
736
736
-->
737
737
738
+ - 2023-02-06: KEP updated to mark transition to beta off-by-default
739
+ - 2023-12-23: KEP updated to mark transition to beta on-by-default
740
+ - 2024-01-24: KEP updated to mark transition to stable
741
+
738
742
## Drawbacks
739
743
740
744
<!--
Original file line number Diff line number Diff line change @@ -17,18 +17,18 @@ approvers:
17
17
- " @liggitt"
18
18
19
19
# The target maturity stage in the current dev cycle for this KEP.
20
- stage : beta
20
+ stage : stable
21
21
22
22
# The most recent milestone for which work toward delivery of this KEP has been
23
23
# done. This can be the current (upcoming) milestone, if it is being actively
24
24
# worked on.
25
- latest-milestone : " v1.27 "
25
+ latest-milestone : " v1.30 "
26
26
27
27
# The milestone at which this feature was, or is targeted to be, at each stage.
28
28
milestone :
29
29
alpha : " v1.24"
30
30
beta : " v1.27"
31
- stable : " v1.28 "
31
+ stable : " v1.30 "
32
32
33
33
# The following PRR answers are required at alpha release
34
34
# List the feature gate name and the components for which it must be enabled
You can’t perform that action at this time.
0 commit comments