Skip to content

Releases: outscale/osc-bsu-csi-driver

Release v0.1.2

19 Dec 15:24
Compare
Choose a tag to compare

Bugfixes

  • Fix deployement when using helm-git (#520)

Release v1.1.0

24 Nov 16:42
Compare
Choose a tag to compare

WARNING: There is an issue with helm-git for this version (see #520)

Features

  • Support encryption on volumes (#85)
  • Add alternative to generate the Kubernetes secret using helm (#370)
  • Add logs about request cache (#475)

Bugfixes

  • Fix the Iops regarding of the storage class parameter iopsPerGb, Outscale maximum iops and Outscale ratio iops/Gb (#386, #394)
  • Fix idempotency on ControllerUnpublishVolume (#409)
  • Fix idempotency on DeleteVolume and DeleteSnapshot (#448)

Release v0.1.1

24 Nov 16:42
Compare
Choose a tag to compare

WARNING: There is an issue with helm-git for this version (see #520)

Features

  • Add alternative to generate the Kubernetes secret using helm (#370)
  • Add logs about request cache (#476)

Bugfixes

  • Fix the Iops regarding of the storage class parameter iopsPerGb, Outscale maximum iops and Outscale ratio iops/Gb (#386, #394)
  • Fix idempotency on ControllerUnpublishVolume (#409)
  • Fix idempotency on DeleteVolume and DeleteSnapshot (#448)

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