Skip to content

Releases: scaleway/scaleway-csi

v0.3.5

21 Aug 16:15
5ba8e60

Choose a tag to compare

What's Changed

  • fix: substract scratch volumes from MaxVolumesPerNode by @Tomy2e in #78

Full Changelog: v0.3.4...v0.3.5

v0.3.4

25 Jul 14:10
5d37aff

Choose a tag to compare

What's Changed

  • feat: remove SBS migration tool by @Tomy2e in #74
  • chore: bump dependencies by @Tomy2e in #75
  • fix: no longer use /dev/stdin in cryptsetup commands by @Tomy2e in #77
  • docs: add note about CRDs upgrade by @Tomy2e in #76

Full Changelog: v0.3.3...v0.3.4

v0.2.4

16 Jan 16:46
18ec956

Choose a tag to compare

What's Changed

Full Changelog: v0.2.3...v0.2.4

v0.3.3

29 Oct 10:56
da008b4

Choose a tag to compare

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

19 Aug 15:00
7ac5443

Choose a tag to compare

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

Full Changelog: v0.3.1...v0.3.2

v0.3.1

07 Mar 09:02
67efc67

Choose a tag to compare

v0.3.1 Pre-release
Pre-release

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

v0.3.0

16 Oct 16:00
b14d6df

Choose a tag to compare

v0.3.0 Pre-release
Pre-release

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 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.

What's Changed

  • Switch to new Scaleway block API by @Tomy2e in #61

Full Changelog: v0.2.3...v0.3.0

v0.2.3

04 Oct 11:59
745ae14

Choose a tag to compare

What's Changed

Full Changelog: v0.2.2...v0.2.3

v0.2.2

22 Aug 10:04
bfcef14

Choose a tag to compare

What's Changed

  • chore(doc): document volume expansion on encrypted volumes by @nox-404 in #56
  • fix: use better implementation of FormatAndMount by @Tomy2e in #58
  • Document driver installation with Helm chart by @Tomy2e in #59

New Contributors

Full Changelog: v0.2.1...v0.2.2

v0.2.1

27 Jul 15:53
8966c6e

Choose a tag to compare

Changelog:

  • Doc improvements #50
  • chore(deps): bump dependencies #55
  • feature: LUKS volumes expansion #53