|
12 | 12 | - Governance and leadership changes |
13 | 13 | --> |
14 | 14 |
|
| 15 | +GA milestones hit |
| 16 | + |
| 17 | +- [1495 - Volume Populators](https://github.com/kubernetes/enhancements/issues/1495) moved to GA in v1.33. This feature allows for populating volumes with data from an arbitrary data source. |
| 18 | +- [2589 - Portworx in-tree to CSI driver migration](https://github.com/kubernetes/enhancements/issues/2589) moved to GA in v1.33. This feature migrates the Portworx in-tree storage plugin to CSI. |
| 19 | +- [2644 - Honor Persistent Volume Reclaim Policy](https://github.com/kubernetes/enhancements/issues/2644) moved to GA in v1.33. This feature ensures that the reclaim policy of a PersistentVolume is honored when the PV is released. |
| 20 | +- [1790 - Recover from Volume Expansion Failure](https://github.com/kubernetes/enhancements/issues/1790) moved to GA in v1.34. This feature allows users to recover from volume expansion failure by retrying with a smaller size. |
| 21 | +- [3751 - Kubernetes VolumeAttributesClass ModifyVolume](https://github.com/kubernetes/enhancements/issues/3751) moved to GA in v1.34. This feature extends the Kubernetes Persistent Volume API to allow users to dynamically modify volume options (such as IOPs and throughput), after a volume is provisioned. |
| 22 | + |
| 23 | +Successful progress |
| 24 | + |
| 25 | +- [3476 - Volume Group Snapshot](https://github.com/kubernetes/enhancements/issues/3476) moved to v1beta2 in v1.34. The feature introduces a VolumeGroupSnapshot API to take a snapshot of multiple volumes together. |
| 26 | +- [4876 - Mutable CSINode Allocatable Property](https://github.com/kubernetes/enhancements/issues/4876) moved to Beta in v1.34. This feature allows the CSINode allocatable property to be mutable. |
| 27 | +- [5538 - CSI driver opt-in for service account tokens via secrets field](https://github.com/kubernetes/enhancements/issues/5538) moved to Beta in v1.35. This feature allows CSI drivers to opt-in for service account tokens via the secrets field. |
| 28 | + |
15 | 29 | 2. Are there any areas and/or subprojects that your group needs help with (e.g. fewer than 2 active OWNERS)? |
16 | 30 |
|
| 31 | +- Write more tests; monitor test grid health; work on test |
| 32 | +framework out of tree; enhance CSI release tools. |
| 33 | +- Doc writer to improve docs on CSI side and in general in |
| 34 | +Storage side. |
| 35 | +- We have a weekly issue triage meeting, but would apprecia |
| 36 | +te help with more efficient issue triage and help with fixi |
| 37 | +ng the issues. |
| 38 | + - https://github.com/orgs/kubernetes-csi/projects/52/views/3 |
| 39 | + |
17 | 40 |
|
18 | 41 | 3. Did you have community-wide updates in 2025 (e.g. KubeCon talks)? |
19 | 42 |
|
20 | 43 | <!-- |
21 | 44 | Examples include links to email, slides, or recordings. |
22 | 45 | --> |
23 | 46 |
|
| 47 | +- KubeCon NA 2025 SIG Storage Intro & Deep Dive: https://www.youtube.com/watch?v=tGSEyEdh5ug |
| 48 | +- KubeCon EU Project Lightning Talk: https://www.youtube.com/watch?v=JhMwxRfi7Ho |
| 49 | +- KubeCon EU 2025 SIG Storage Intro & Deep Dive: https://www.youtube.com/watch?v=X_xHC_Q5jGE |
| 50 | +- KubeCon EU Project Lightning Talk: https://www.youtube.com/watch?v=v_PzG81D33I |
| 51 | + |
24 | 52 | 4. KEP work in 2025 (v1.33, v1.34, v1.35): |
25 | 53 | <!-- |
26 | 54 | TODO: Uncomment the following auto-generated list of KEPs, once reviewed & updated for correction. |
|
30 | 58 | Please raise an issue in kubernetes/community, if the KEP metadata is correct but the generated list is incorrect. |
31 | 59 | --> |
32 | 60 |
|
33 | | -<!-- |
34 | 61 | - Alpha |
35 | | - - [3314 - KEP Template](https://github.com/kubernetes/enhancements/tree/master/keps/sig-storage/3314-csi-changed-block-tracking) - v1.33 |
| 62 | + - [3314 - CSI Changed Block Tracking](https://github.com/kubernetes/enhancements/tree/master/keps/sig-storage/3314-csi-changed-block-tracking) - v1.33 |
36 | 63 | - [4049 - Storage Capacity Scoring of Nodes for Dynamic Provisioning](https://github.com/kubernetes/enhancements/tree/master/keps/sig-storage/4049-storage-capacity-scoring-of-nodes-for-dynamic-provisioning) - v1.33 |
| 64 | + - [5040 - Remove gitRepo volumes driver](https://github.com/kubernetes/enhancements/tree/master/keps/sig-storage/5040-remove-gitrepo-driver) - v1.33 |
37 | 65 | - [4958 - CSI Sidecars All in one](https://github.com/kubernetes/enhancements/tree/master/keps/sig-storage/4958-csi-sidecars-all-in-one) - v1.34 |
38 | | - - [5040 - Remove gitRepo volumes driver.](https://github.com/kubernetes/enhancements/tree/master/keps/sig-storage/5040-remove-gitrepo-driver) - v1.33 |
39 | 66 | - [5381 - Mutable PersistentVolume Node Affinity](https://github.com/kubernetes/enhancements/tree/master/keps/sig-storage/5381-mutable-pv-affinity) - v1.35 |
40 | 67 |
|
41 | 68 | - Beta |
|
44 | 71 |
|
45 | 72 | - Stable |
46 | 73 | - [1495 - Volume Populators](https://github.com/kubernetes/enhancements/tree/master/keps/sig-storage/1495-volume-populators) - v1.33 |
47 | | - - [1710 - Skip SELinux relabeling of volumes](https://github.com/kubernetes/enhancements/tree/master/keps/sig-storage/1710-selinux-relabeling) - v1.34 |
48 | | - - [1790 - Recover from volume expansion failure](https://github.com/kubernetes/enhancements/tree/master/keps/sig-storage/1790-recover-resize-failure) - v1.34 |
49 | 74 | - [2589 - In-tree Storage Plugin to CSI Migration - Portworx](https://github.com/kubernetes/enhancements/tree/master/keps/sig-storage/2589-csi-migration-portworx) - v1.33 |
50 | 75 | - [2644 - Honor Persistent Volume Reclaim Policy](https://github.com/kubernetes/enhancements/tree/master/keps/sig-storage/2644-honor-pv-reclaim-policy) - v1.33 |
51 | | - - [3751 - Kubernetes VolumeAttributesClass and ModifyVolume](https://github.com/kubernetes/enhancements/tree/master/keps/sig-storage/3751-volume-attributes-class) - v1.34 --> |
| 76 | + - [1790 - Recover from volume expansion failure](https://github.com/kubernetes/enhancements/tree/master/keps/sig-storage/1790-recover-resize-failure) - v1.34 |
| 77 | + - [3751 - Kubernetes VolumeAttributesClass and ModifyVolume](https://github.com/kubernetes/enhancements/tree/master/keps/sig-storage/3751-volume-attributes-class) - v1.34 |
52 | 78 |
|
53 | 79 | ## [Subprojects](https://git.k8s.io/community/sig-storage#subprojects) |
54 | 80 |
|
55 | | - |
| 81 | +**New in 2025:** |
| 82 | + - None |
56 | 83 | **Continuing:** |
57 | 84 | - external-snapshot-metadata |
58 | 85 | - external-storage |
|
79 | 106 | ## Operational |
80 | 107 |
|
81 | 108 | Operational tasks in [sig-governance.md]: |
82 | | -- [ ] [README.md] reviewed for accuracy and updated if needed |
83 | | -- [ ] [CONTRIBUTING.md] reviewed for accuracy and updated if needed |
84 | | -- [ ] Other contributing docs (e.g. in devel dir or contributor guide) reviewed for accuracy and updated if needed |
85 | | -- [ ] Subprojects list and linked OWNERS files in [sigs.yaml] reviewed for accuracy and updated if needed |
86 | | -- [ ] SIG leaders (chairs, tech leads, and subproject leads) in [sigs.yaml] are accurate and active, and updated if needed |
87 | | -- [ ] Meeting notes and recordings for 2025 are linked from [README.md] and updated/uploaded if needed |
| 109 | +- [x] [README.md] reviewed for accuracy and updated if needed |
| 110 | +- [x] [CONTRIBUTING.md] reviewed for accuracy and updated if needed |
| 111 | +- [x] Other contributing docs (e.g. in devel dir or contributor guide) reviewed for accuracy and updated if needed |
| 112 | +- [x] Subprojects list and linked OWNERS files in [sigs.yaml] reviewed for accuracy and updated if needed |
| 113 | +- [x] SIG leaders (chairs, tech leads, and subproject leads) in [sigs.yaml] are accurate and active, and updated if needed |
| 114 | +- [x] Meeting notes and recordings for 2025 are linked from [README.md] and updated/uploaded if needed |
88 | 115 |
|
89 | 116 |
|
90 | 117 | [CONTRIBUTING.md]: https://git.k8s.io/community/sig-storage/CONTRIBUTING.md |
|
0 commit comments