Skip to content

scaleway-csi-0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Sep 15:48
6cc0561

A Helm chart for the Scaleway CSI plugin

Changes

  • Bumped CSI components.

⚠️ Breaking changes

  • Kubernetes 1.25+ is now required.
  • Default volumeBindingMode of default StorageClasses (scw-bssd and scw-bssd-retain) changed from Immediate to WaitForFirstConsumer. Because these fields are immutable, you need to manually delete these StorageClasses before upgrading the Chart. If you prefer to keep the previous mode, you can override the values.
  • CSI is updated to the v0.3 release branch, which uses the new Scaleway Block Storage API. Your PersistentVolumes and VolumeSnapshots will automatically be migrated from the old API thanks to the new migration initContainer of the CSI controller Pod. A Scaleway Storage API Compatibility Matrix is available here.