Skip to content

Commit 0d060d1

Browse files
committed
Update to reflect beta in 1.27
1 parent 8c81a96 commit 0d060d1

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

keps/sig-storage/3141-prevent-volume-mode-conversion/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ For Beta and GA, add links to added tests together with links to k8s-triage for
386386
https://storage.googleapis.com/k8s-triage/index.html
387387
-->
388388
389-
- <test>: <link to test coverage>
389+
- No integration tests added.
390390
391391
##### e2e tests
392392
@@ -398,8 +398,6 @@ https://storage.googleapis.com/k8s-triage/index.html
398398
We expect no non-infra related flakes in the last month as a GA graduation criteria.
399399
-->
400400
401-
- <test>: <link to test coverage>
402-
403401
The feature flag will be enabled for e2e tests. The tests will attempt to convert volume
404402
mode when creating a `PVC` from a `VolumeSnapshot`:
405403
- With `Spec.SourceVolumeMode` populated and `snapshot.storage.kubernetes.io/allow-volume-mode-change: true`

keps/sig-storage/3141-prevent-volume-mode-conversion/kep.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ stage: beta
2222
# The most recent milestone for which work toward delivery of this KEP has been
2323
# done. This can be the current (upcoming) milestone, if it is being actively
2424
# worked on.
25-
latest-milestone: "v1.26"
25+
latest-milestone: "v1.27"
2626

2727
# The milestone at which this feature was, or is targeted to be, at each stage.
2828
milestone:
2929
alpha: "v1.24"
30-
beta: "v1.26"
31-
stable: "v1.27"
30+
beta: "v1.27"
31+
stable: "v1.28"
3232

3333
# The following PRR answers are required at alpha release
3434
# List the feature gate name and the components for which it must be enabled

0 commit comments

Comments
 (0)