-
Notifications
You must be signed in to change notification settings - Fork 250
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
Update sidecars versions #574
Changes from 1 commit
8ce5a1d
107fdcc
f3f2c7b
0b78109
5a5b63f
725f8f1
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,11 +10,26 @@ details on individual features, visit the [Features section](features.md). | |
* GA | ||
* [Automatic retroactive assignment of a default StorageClass](https://kubernetes.io/blog/2023/08/18/retroactive-default-storage-class-ga/) | ||
* [Non-graceful node shutdown](https://kubernetes.io/blog/2023/08/16/kubernetes-1-28-non-graceful-node-shutdown-ga/) | ||
* Alpha | ||
* [PersistentVolume last phase transition time](https://github.com/kubernetes/enhancements/blob/master/keps/sig-storage/3762-persistent-volume-last-phase-transition-time/README.md) | ||
* Removals: | ||
coulof marked this conversation as resolved.
Show resolved
Hide resolved
|
||
* [Removal of CSI Migration for GCE PD](https://github.com/kubernetes/enhancements/issues/1488) | ||
* Deprecations: | ||
* [Ceph RBD in-tree plugin](https://github.com/kubernetes/kubernetes/pull/118303) | ||
* [Ceph FS in-tree plugin](https://github.com/kubernetes/kubernetes/pull/118143) | ||
|
||
## Kubernetes 1.27 | ||
|
||
### Features | ||
|
||
* Beta | ||
* [StatefulSet PVC Auto-Deletion](https://kubernetes.io/blog/2023/05/04/kubernetes-1-27-statefulset-pvc-auto-deletion-beta/) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Remove this one. This is a sig-apps project, also no changes in CSI. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Same here. This is still in the PR. |
||
* [Robust VolumeManager reconstruction after kubelet restart](https://github.com/kubernetes/enhancements/tree/master/keps/sig-storage/3756-volume-reconstruction) | ||
* [ReadWriteOncePod Access mode](https://kubernetes.io/blog/2023/04/20/read-write-once-pod-access-mode-beta/) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Also remove these:
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Same here. This is still in the PR. |
||
* [Speed up SELinux volume relabeling using mounts](https://kubernetes.io/blog/2023/04/18/kubernetes-1-27-efficient-selinux-relabeling-beta/) | ||
* Alpha | ||
* [VolumeGroupSnapshot](https://kubernetes.io/blog/2023/05/08/kubernetes-1-27-volume-group-snapshot-alpha/) | ||
|
||
## Kubernetes 1.26 | ||
coulof marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
### Features | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for going back and forth on this. We discussed this at CSI implementation meeting. Since some of these features do not require any CSI driver changes, it is confusing to add them in this doc. Can you please remove the following?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did you submit your commit? You marked this as resolved but these features are still here in the PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I screwed up my rebase...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry about that mess. Do you want me to create a new PR ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure.