Skip to content

Releases: outscale/osc-bsu-csi-driver

v1.0.0

31 Aug 08:43
09d4d6c
Compare
Choose a tag to compare

NOTE: If you want to migrate from v0.X.X to this version, please read the migration process otherwise you will loose the management of your current PVC

Breaking changes

  • Rename driver name to bsu.csi.outscale.com

v0.1.0

23 Aug 08:58
Compare
Choose a tag to compare

NOTE: In case no topology is provided by the CO (not the case for Kubernetes > v1.17), the volume will be created in the AZ A.

Notable changes

  • Image is now based on Alpine
  • Add http-endpoint on side-cars (#190)
  • Migration to Outscale SDK v2
  • Upgrade sanity test framework to check v1.5.0 CSI spec compliance (#290)
  • We can disable meta-data server access on controller pod by providing cluster's region during deployment

v0.0.15

20 Apr 12:59
Compare
Choose a tag to compare

NOTE: In the future major version, the default FsType will change from EXT4 to XFS. You can start using it by changing the defaultFsType in the helm chart

Notable changes

  • Remove Snapshot Controller and CRD from the chart (See Deployment Snapshot)
  • Set FsType of the PV if no FsType is specified in the StorageClass
  • Add the support of custom labels on the pod (#101)
  • Update sidecars to the latest version.
    • Impacts:
      • CSI spec v1.5.0
      • Minimal kubernetes version is now v1.20
  • Update to kubernetes library to v1.23.4

Bugfixes

  • Make NodePublishVolume and NodeUnpublishVolume idempotent (#163)

Full Changelog: https://github.com/outscale-dev/osc-bsu-csi-driver/blob/v0.0.15/CHANGELOG-0.x.md#v0015

v0.0.14beta

12 Nov 17:46
Compare
Choose a tag to compare
v0.0.14beta Pre-release
Pre-release
make bsu volume count limit custom

v0.0.13beta

10 Nov 16:08
Compare
Choose a tag to compare
v0.0.13beta Pre-release
Pre-release

Update default Max BSU Volumes value

v0.0.12beta

04 Oct 08:35
Compare
Choose a tag to compare
v0.0.12beta Pre-release
Pre-release

Update to csi 1.3.0
Update dependency to 1.21.5

v0.0.11beta

05 Jul 14:28
Compare
Choose a tag to compare
v0.0.11beta Pre-release
Pre-release
Update chart version

v0.0.10beta

08 Jun 11:45
Compare
Choose a tag to compare
v0.0.10beta Pre-release
Pre-release
Update Changelog and readme

v0.0.9beta

08 Apr 09:54
Compare
Choose a tag to compare
v0.0.9beta Pre-release
Pre-release
Update image version

v0.0.8beta

19 Feb 14:22
27ea8b5
Compare
Choose a tag to compare
v0.0.8beta Pre-release
Pre-release
Chart fixes (#8)

* Fix chart with helm checks