Releases: scaleway/scaleway-csi
v0.3.3
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 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 use the migration tool before upgrading.
Your volumes will automatically be migrated if you use the Helm Chart.
What's Changed
- docs: document SBS migration in README.md by @Tomy2e in #70
- feat: remove global attach/detach mutex by @Tomy2e in #69
Full Changelog: v0.3.2...v0.3.3
v0.3.2
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 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 use the migration tool before upgrading.
Your volumes will automatically be migrated if you use the Helm Chart.
What's Changed
- docs(csi): SBS API is GA by @tgenaitay in #66
- chore: bump dependencies by @Tomy2e in #67
- feat: add sbs-migration tool by @Tomy2e in #68
Full Changelog: v0.3.1...v0.3.2
v0.3.1
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
orv0.1.x
versions of the Scaleway CSI: please do not use this release until we provide a tool to migrate fromv0.2
to thev0.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
Full Changelog: v0.3.0...v0.3.1
v0.3.0
Important
DO NOT USE v0.3.0
, a breaking change on SBS makes it incompatible.
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
orv0.1.x
versions of the Scaleway CSI: please do not use this release until we provide a tool to migrate fromv0.2
to thev0.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.
What's Changed
Full Changelog: v0.2.3...v0.3.0
v0.2.3
v0.2.2
v0.2.1
v0.2.0
Changelog: