Skip to content

KEP-625: update CSI Migration GA timeline #3355

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 9, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion keps/sig-storage/625-csi-migration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -540,9 +540,10 @@ Major milestones in the life cycle of a KEP should be tracked in `Implementation
Major milestones for each in-tree plugin CSI migration:

- 1.25
- Core CSI migration to GA
- GCE PD CSI migration to GA
- 1.24
- AWS EBS CSI migration to GA
- 1.24
- Azuredisk CSI migration to GA
- OpenStack Cinder CSI migration to GA
- Azurefile CSI migration to Beta, on by default
Expand Down
4 changes: 2 additions & 2 deletions keps/sig-storage/625-csi-migration/kep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ stage: stable
# 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.24"
latest-milestone: "v1.25"

# The milestone at which this feature was, or is targeted to be, at each stage.
milestone:
alpha: "v1.14"
beta: "v1.17"
stable: "v1.24"
stable: "v1.25"

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