Skip to content

Releases: scaleway/scaleway-csi

v0.3.1

07 Mar 09:02
67efc67
Compare
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
Compare
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
Compare
Choose a tag to compare

What's Changed

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

v0.2.2

22 Aug 10:04
bfcef14
Compare
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
Compare
Choose a tag to compare

Changelog:

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

v0.2.0

11 Aug 13:59
14d28ea
Compare
Choose a tag to compare

v0.1.8

11 Jan 15:25
9f53e31
Compare
Choose a tag to compare

Changelog:

  • Add deploy manifest for 0.1.8 #42

v0.1.7

01 Sep 11:06
3d655e2
Compare
Choose a tag to compare

Changelog:

  • fix: fix resize when volume is not in first zone #38

v0.1.6

06 May 13:37
80da80c
Compare
Choose a tag to compare

Changelog:

  • fix: do not return error on CreateSnapshot if volume is still snapshotting #37

v0.1.5

11 Sep 16:30
4fbb854
Compare
Choose a tag to compare

Changelog:

  • feat: add EXTRA_USER_AGENT env (#32)