Skip to content

Commit 577e613

Browse files
committed
Change populators stage back to alpha
This feature was planned to go to beta, but API review required another API change that required the feature to stay alpha. The KEP was updated, but the change to the stage field in key.yaml was overlooked. Also fix a spelling error and clarify deprecation timeline.
1 parent 82b70b4 commit 577e613

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
kep-number: 1495
2-
beta:
2+
alpha:
33
approver: "@deads2k"

keps/sig-storage/1495-volume-populators/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,8 @@ Introduce a new field on PVCs called `DataSourceRef`. This new field operates li
133133
`DataSource` except that it never ignores input -- contents are always accepted or the
134134
entire PVC is rejected if the contents are deemed invalid.
135135

136-
Deprecate the `DataSource` field, but continue to support it in a backwards-compatible
137-
way. In particular:
136+
Deprecate the `DataSource` field once `DataSourceRef` reaches GA, but continue to
137+
support it in a backwards-compatible way, never removing it. In particular:
138138

139139
1. If `DataSource` and `DataSourceRef` are both unset; accept
140140
1. If `DataSource` is set valid (PVC or VolumeSnapshot) AND `DataSourceRef` is not set;
@@ -550,7 +550,7 @@ resource usage (CPU, RAM, disk, IO, ...) in any components?**
550550
- KEP updated to new format September 2020
551551
- Webhook replaced with controller in December 2020
552552
- KEP updated Feb 2021 for v1.21
553-
- Resign with new `DataSourceRef` field in May 2021 for v1.22, still alpha
553+
- Redesign with new `DataSourceRef` field in May 2021 for v1.22, still alpha
554554

555555
## Alternatives
556556

keps/sig-storage/1495-volume-populators/kep.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ prr-approvers:
2020
- "@deads2k"
2121
replaces:
2222
- "/keps/sig-storage/20200120-generic-data-populators.md"
23-
stage: beta
23+
stage: alpha
2424
latest-milestone: "v1.22"
2525
milestone:
2626
alpha: "v1.18"

0 commit comments

Comments
 (0)