Skip to content

v0.3.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@nox-404 nox-404 released this 07 Mar 09:02
· 5 commits to release-0.3 since this release
67efc67

Important

This release is NOT compatible with the v0.2 and v0.1 releases as it introduces a major breaking change: it now uses the new Scaleway Block Storage (SBS) API (which is still in private beta) instead of the Instance API to manage block volumes and snapshots.

  • If you are currently using the v0.2.x or v0.1.x versions of the Scaleway CSI: please do not use this release until we provide a tool to migrate from v0.2 to the v0.3 release.
  • If you are looking to install the CSI for the first time using the v0.3 release: make sure you have access to the new Scaleway Block Storage API. You can request access here.

Not sure what to do?

➡️ Use the release-0.2 branch for now.
➡️ Reach us on the #k8s channel on the Scaleway Slack community.

Breaking Change

The SBS volumes will soon have new identifiers on the system, this release will accommodate both naming conventions.
Do NOT use v0.3.0 as that previous release can't handle the new scsi-0SCW_sbs_... identifiers.

What's Changed

  • fix(sbs): use new SBS volume id convention by @nox-404 in #65

Full Changelog: v0.3.0...v0.3.1