Releases: kubernetes-csi/external-provisioner
v6.0.0
Overall status
GA
Supported CSI spec versions
1.0-1.12
Minimum Kubernetes version
1.34
Recommended Kubernetes version
1.34: For VolumeAttributesClass GA
Urgent Upgrade Notes
(No, really, you MUST read this before you upgrade)
- The minimum Kubernetes version is 1.34 for the storage/v1 VolumeAttributesClass API object. Emulated versions below 1.34 are supported but a restart is required once the emulated version is updated to 1.35.
Container
docker pull registry.k8s.io/sig-storage/csi-provisioner:v6.0.0
Feature status
| Feature | Status | Default | Description | Provisioner Feature Gate Required |
|---|---|---|---|---|
| Snapshots | GA | On | Snapshots and Restore. | No |
| CSIMigration | GA | On | Migrating in-tree volume plugins to CSI. | No |
| CSIStorageCapacity | GA | On | Publish capacity information for the Kubernetes scheduler. | No |
| ReadWriteOncePod | GA | On | Single pod access mode for PersistentVolumes. | No |
| CSINodeExpandSecret | GA | On | CSI node expansion secret. | No |
| HonorPVReclaimPolicy | Beta | On | Ensures PV honors the Reclaim policy irrespective of deletion order. | Yes |
| PreventVolumeModeConversion | GA | On | Prevent unauthorized conversion of source volume mode | --prevent-volume-mode-conversion (no in-tree feature gate) |
| CrossNamespaceVolumeDataSource | Alpha | Off | Cross-namespace volume data source | --feature-gates=CrossNamespaceVolumeDataSource=true |
| VolumeAttributesClass | GA | On | Kubernetes VolumeAttributesClass ModifyVolume | No |
| Topology | GA | On | Topology | Yes , to be removed in the next release |
Full Changelog
https://github.com/kubernetes-csi/external-provisioner/blob/v6.0.0/CHANGELOG/CHANGELOG-6.0.md
v5.3.0
Overall status
GA
Supported CSI spec versions
1.0-1.11
Minimum Kubernetes version
1.20
Recommended Kubernetes version
1.29: For ReadWriteOncePod GA and CSINodeExpandSecret GA
1.31: For VolumeAttributesClass Beta and HonorPVReclaimPolicy Beta
Container
docker pull registry.k8s.io/sig-storage/csi-provisioner:v5.3.0
Feature status
| Feature | Status | Default | Description | Provisioner Feature Gate Required |
|---|---|---|---|---|
| Snapshots | GA | On | Snapshots and Restore. | No |
| CSIMigration | GA | On | Migrating in-tree volume plugins to CSI. | No |
| CSIStorageCapacity | GA | On | Publish capacity information for the Kubernetes scheduler. | No |
| ReadWriteOncePod | GA | On | Single pod access mode for PersistentVolumes. | No |
| CSINodeExpandSecret | GA | On | CSI node expansion secret. | No |
| HonorPVReclaimPolicy | Beta | On | Ensures PV honors the Reclaim policy irrespective of deletion order. | Yes |
| PreventVolumeModeConversion | GA | On | Prevent unauthorized conversion of source volume mode | --prevent-volume-mode-conversion (no in-tree feature gate) |
| CrossNamespaceVolumeDataSource | Alpha | Off | Cross-namespace volume data source | --feature-gates=CrossNamespaceVolumeDataSource=true |
| VolumeAttributesClass | Beta | On | Kubernetes VolumeAttributesClass ModifyVolume | --feature-gates=VolumeAttributesClass=true |
| Topology | GA | On | Topology | Yes , to be removed in the next release |
Full Changelog
https://github.com/kubernetes-csi/external-provisioner/blob/v5.3.0/CHANGELOG/CHANGELOG-5.3.md
v5.2.0
Overall status
GA
Supported CSI spec versions
1.0-1.11
Minimum Kubernetes version
1.20
Recommended Kubernetes version
1.29: For ReadWriteOncePod GA and CSINodeExpandSecret GA
1.31: For VolumeAttributesClass Beta and HonorPVReclaimPolicy Beta
Container
docker pull registry.k8s.io/sig-storage/csi-provisioner:v5.2.0
Feature status
| Feature | Status | Default | Description | Provisioner Feature Gate Required |
|---|---|---|---|---|
| Snapshots | GA | On | Snapshots and Restore. | No |
| CSIMigration | GA | On | Migrating in-tree volume plugins to CSI. | No |
| CSIStorageCapacity | GA | On | Publish capacity information for the Kubernetes scheduler. | No |
| ReadWriteOncePod | GA | On | Single pod access mode for PersistentVolumes. | No |
| CSINodeExpandSecret | GA | On | CSI node expansion secret. | No |
| HonorPVReclaimPolicy | Beta | On | Ensures PV honors the Reclaim policy irrespective of deletion order. | Yes |
| PreventVolumeModeConversion | GA | On | Prevent unauthorized conversion of source volume mode | --prevent-volume-mode-conversion (no in-tree feature gate) |
| CrossNamespaceVolumeDataSource | Alpha | Off | Cross-namespace volume data source | --feature-gates=CrossNamespaceVolumeDataSource=true |
| VolumeAttributesClass | Beta | On | Kubernetes VolumeAttributesClass ModifyVolume | --feature-gates=VolumeAttributesClass=true |
| Topology | GA | On | Topology | Yes , to be removed in the next release |
Full Changelog
https://github.com/kubernetes-csi/external-provisioner/blob/v5.2.0/CHANGELOG/CHANGELOG-5.2.md
v5.1.0
Overall status
GA
Supported CSI spec versions
1.0-1.10
Minimum Kubernetes version
1.20
Recommended Kubernetes version
1.29: For ReadWriteOncePod GA and CSINodeExpandSecret GA
1.31: For VolumeAttributesClass Beta and HonorPVReclaimPolicy Beta
Container
docker pull registry.k8s.io/sig-storage/csi-provisioner:v5.1.0
Urgent Upgrade Notes
(No, really, you MUST read this before you upgrade)
- Go module path was changed to github.com/kubernetes-csi/external-provisioner/v5, adjust accordingly when importing in go (#1236, @jakobmoellerdev)
- If VolumeAttributesClass feature gate is enabled, then this sidecar may only be used with Kubernetes v1.31 due to upgraded v1beta1 objects and listers (#1253, @AndrewSirenko)
Feature status
| Feature | Status | Default | Description | Provisioner Feature Gate Required |
|---|---|---|---|---|
| Snapshots | GA | On | Snapshots and Restore. | No |
| CSIMigration | GA | On | Migrating in-tree volume plugins to CSI. | No |
| CSIStorageCapacity | GA | On | Publish capacity information for the Kubernetes scheduler. | No |
| ReadWriteOncePod | GA | On | Single pod access mode for PersistentVolumes. | No |
| CSINodeExpandSecret | GA | On | CSI node expansion secret. | No |
| HonorPVReclaimPolicy | Beta | On | Ensures PV honors the Reclaim policy irrespective of deletion order. | Yes |
| PreventVolumeModeConversion | GA | On | Prevent unauthorized conversion of source volume mode | --prevent-volume-mode-conversion (no in-tree feature gate) |
| CrossNamespaceVolumeDataSource | Alpha | Off | Cross-namespace volume data source | --feature-gates=CrossNamespaceVolumeDataSource=true |
| VolumeAttributesClass | Beta | On | Kubernetes VolumeAttributesClass ModifyVolume | --feature-gates=VolumeAttributesClass=true |
| Topology | GA | On | Topology | Yes , to be removed in the next release |
Full Changelog
https://github.com/kubernetes-csi/external-provisioner/blob/v5.1.0/CHANGELOG/CHANGELOG-5.1.md
v5.0.2
Overall status
GA
Supported CSI spec versions
1.0-1.10
Minimum Kubernetes version
1.20
Recommended Kubernetes version
1.27: For ReadWriteOncePod, CSINodeExpandSecret beta
1.29: For VolumeAttributesClass alpha
Container
docker pull registry.k8s.io/sig-storage/csi-provisioner:v5.0.2
Feature status
| Feature | Status | Default | Description | Provisioner Feature Gate Required |
|---|---|---|---|---|
| Snapshots | GA | On | Snapshots and Restore. | No |
| CSIMigration | GA | On | Migrating in-tree volume plugins to CSI. | No |
| CSIStorageCapacity | GA | On | Publish capacity information for the Kubernetes scheduler. | No |
| ReadWriteOncePod | GA | On | Single pod access mode for PersistentVolumes. | No |
| CSINodeExpandSecret | GA | On | CSI node expansion secret. | No |
| HonorPVReclaimPolicy | Alpha | Off | Ensures PV honors the Reclaim policy irrespective of deletion order. | Yes |
| PreventVolumeModeConversion | Beta | On | Prevent unauthorized conversion of source volume mode | --prevent-volume-mode-conversion (no in-tree feature gate) |
| CrossNamespaceVolumeDataSource | Alpha | Off | Cross-namespace volume data source | --feature-gates=CrossNamespaceVolumeDataSource=true |
| VolumeAttributesClass | Alpha | Off | Kubernetes VolumeAttributesClass ModifyVolume | --feature-gates=VolumeAttributesClass=true |
| Topology | GA | On | Topology | Yes , to be removed in the next release |
Full Changelog
https://github.com/kubernetes-csi/external-provisioner/blob/v5.0.2/CHANGELOG/CHANGELOG-5.0.md
v5.0.1
Overall status
GA
Supported CSI spec versions
1.0-1.10
Minimum Kubernetes version
1.20
Recommended Kubernetes version
1.27: For ReadWriteOncePod, CSINodeExpandSecret beta
1.29: For VolumeAttributesClass alpha
Container
docker pull registry.k8s.io/sig-storage/csi-provisioner:v5.0.1
Feature status
| Feature | Status | Default | Description | Provisioner Feature Gate Required |
|---|---|---|---|---|
| Snapshots | GA | On | Snapshots and Restore. | No |
| CSIMigration | GA | On | Migrating in-tree volume plugins to CSI. | No |
| CSIStorageCapacity | GA | On | Publish capacity information for the Kubernetes scheduler. | No |
| ReadWriteOncePod | GA | On | Single pod access mode for PersistentVolumes. | No |
| CSINodeExpandSecret | GA | On | CSI node expansion secret. | No |
| HonorPVReclaimPolicy | Alpha | Off | Ensures PV honors the Reclaim policy irrespective of deletion order. | Yes |
| PreventVolumeModeConversion | Beta | On | Prevent unauthorized conversion of source volume mode | --prevent-volume-mode-conversion (no in-tree feature gate) |
| CrossNamespaceVolumeDataSource | Alpha | Off | Cross-namespace volume data source | --feature-gates=CrossNamespaceVolumeDataSource=true |
| VolumeAttributesClass | Alpha | Off | Kubernetes VolumeAttributesClass ModifyVolume | --feature-gates=VolumeAttributesClass=true |
| Topology | GA | On | Topology | Yes , to be removed in the next release |
Full Changelog
https://github.com/kubernetes-csi/external-provisioner/blob/v5.0.1/CHANGELOG/CHANGELOG-5.0.md
v5.0.0
Overall status
GA
Supported CSI spec versions
1.0-1.10
Minimum Kubernetes version
1.20
Recommended Kubernetes version
1.27: For ReadWriteOncePod, CSINodeExpandSecret beta
1.29: For VolumeAttributesClass alpha
Container
docker pull registry.k8s.io/sig-storage/csi-provisioner:v5.0.0
Feature status
| Feature | Status | Default | Description | Provisioner Feature Gate Required |
|---|---|---|---|---|
| Snapshots | GA | On | Snapshots and Restore. | No |
| CSIMigration | GA | On | Migrating in-tree volume plugins to CSI. | No |
| CSIStorageCapacity | GA | On | Publish capacity information for the Kubernetes scheduler. | No |
| ReadWriteOncePod | GA | On | Single pod access mode for PersistentVolumes. | No |
| CSINodeExpandSecret | GA | On | CSI node expansion secret. | No |
| HonorPVReclaimPolicy | Alpha | Off | Ensures PV honors the Reclaim policy irrespective of deletion order. | Yes |
| PreventVolumeModeConversion | Beta | On | Prevent unauthorized conversion of source volume mode | --prevent-volume-mode-conversion (no in-tree feature gate) |
| CrossNamespaceVolumeDataSource | Alpha | Off | Cross-namespace volume data source | --feature-gates=CrossNamespaceVolumeDataSource=true |
| VolumeAttributesClass | Alpha | Off | Kubernetes VolumeAttributesClass ModifyVolume | --feature-gates=VolumeAttributesClass=true |
| Topology | GA | On | Topology | Yes , to be removed in the next release |
Full Changelog
https://github.com/kubernetes-csi/external-provisioner/blob/v5.0.0/CHANGELOG/CHANGELOG-5.0.md
v4.0.1
Overall status
GA
Supported CSI spec versions
1.0-1.9
Minimum Kubernetes version
1.20
Recommended Kubernetes version
1.27: For ReadWriteOncePod, CSINodeExpandSecret beta
1.29: For VolumeAttributesClass alpha
Container
docker pull registry.k8s.io/sig-storage/csi-provisioner:v4.0.1
Feature status
| Feature | Status | Default | Description | Provisioner Feature Gate Required |
|---|---|---|---|---|
| Snapshots | GA | On | Snapshots and Restore. | No |
| CSIMigration | GA | On | Migrating in-tree volume plugins to CSI. | No |
| CSIStorageCapacity | GA | On | Publish capacity information for the Kubernetes scheduler. | No |
| ReadWriteOncePod | GA | On | Single pod access mode for PersistentVolumes. | No |
| CSINodeExpandSecret | GA | On | CSI node expansion secret. | No |
| HonorPVReclaimPolicy | Alpha | Off | Ensures PV honors the Reclaim policy irrespective of deletion order. | Yes |
| PreventVolumeModeConversion | Beta | On | Prevent unauthorized conversion of source volume mode | --prevent-volume-mode-conversion (no in-tree feature gate) |
| CrossNamespaceVolumeDataSource | Alpha | Off | Cross-namespace volume data source | --feature-gates=CrossNamespaceVolumeDataSource=true |
| VolumeAttributesClass | Alpha | Off | Kubernetes VolumeAttributesClass ModifyVolume | --feature-gates=VolumeAttributesClass=true |
Full Changelog
https://github.com/kubernetes-csi/external-provisioner/blob/v4.0.1/CHANGELOG/CHANGELOG-4.0.md
v3.6.4
Overall status
GA
Supported CSI spec versions
1.0-1.7
Minimum Kubernetes version
1.20
Recommended Kubernetes version
1.27: For ReadWriteOncePod, CSINodeExpandSecret beta
Container
docker pull registry.k8s.io/sig-storage/csi-provisioner:v3.6.4
Feature status
| Feature | Status | Default | Description | Provisioner Feature Gate Required |
|---|---|---|---|---|
| Snapshots | GA | On | Snapshots and Restore. | No |
| CSIMigration | GA | On | Migrating in-tree volume plugins to CSI. | No |
| CSIStorageCapacity | GA | On | Publish capacity information for the Kubernetes scheduler. | No |
| ReadWriteOncePod | Beta | On | Single pod access mode for PersistentVolumes. | No |
| CSINodeExpandSecret | Beta | On | CSI node expansion secret. | No |
| HonorPVReclaimPolicy | Alpha | Off | Ensures PV honors the Reclaim policy irrespective of deletion order. | Yes |
| PreventVolumeModeConversion | Alpha | Off | Prevent unauthorized conversion of source volume mode | --prevent-volume-mode-conversion (no in-tree feature gate) |
| CrossNamespaceVolumeDataSource | Alpha | Off | Cross-namespace volume data source | --feature-gates=CrossNamespaceVolumeDataSource=true |
Full Changelog
https://github.com/kubernetes-csi/external-provisioner/blob/v3.6.4/CHANGELOG/CHANGELOG-3.6.md
v4.0.0
Overall status
GA
Supported CSI spec versions
1.0-1.9
Minimum Kubernetes version
1.20
Recommended Kubernetes version
1.27: For ReadWriteOncePod, CSINodeExpandSecret beta
1.29: For VolumeAttributesClass alpha
Container
docker pull registry.k8s.io/sig-storage/csi-provisioner:v4.0.0
Urgent Upgrade Notes
(No, really, you MUST read this before you upgrade)
-
Enable prevent-volume-mode-conversion feature flag by default.
Volume mode change will be rejected when creating a PVC from a VolumeSnapshot unless the AllowVolumeModeChange annotation has been set to true. Applications relying on volume mode change when creating a PVC from VolumeSnapshot need to be updated accordingly. (#1126, @akalenyu)
Feature status
| Feature | Status | Default | Description | Provisioner Feature Gate Required |
|---|---|---|---|---|
| Snapshots | GA | On | Snapshots and Restore. | No |
| CSIMigration | GA | On | Migrating in-tree volume plugins to CSI. | No |
| CSIStorageCapacity | GA | On | Publish capacity information for the Kubernetes scheduler. | No |
| ReadWriteOncePod | GA | On | Single pod access mode for PersistentVolumes. | No |
| CSINodeExpandSecret | GA | On | CSI node expansion secret. | No |
| HonorPVReclaimPolicy | Alpha | Off | Ensures PV honors the Reclaim policy irrespective of deletion order. | Yes |
| PreventVolumeModeConversion | Beta | On | Prevent unauthorized conversion of source volume mode | --prevent-volume-mode-conversion (no in-tree feature gate) |
| CrossNamespaceVolumeDataSource | Alpha | Off | Cross-namespace volume data source | --feature-gates=CrossNamespaceVolumeDataSource=true |
| VolumeAttributesClass | Alpha | Off | Kubernetes VolumeAttributesClass ModifyVolume | --feature-gates=VolumeAttributesClass=true |
Full Changelog
https://github.com/kubernetes-csi/external-provisioner/blob/v4.0.0/CHANGELOG/CHANGELOG-4.0.md