Skip to content

Latest commit

 

History

History
73 lines (64 loc) · 4.5 KB

CHANGELOG-1.X.md

File metadata and controls

73 lines (64 loc) · 4.5 KB

Changelog

[v1.4.1]

Bugfixes

  • Fix PV will be encrypted failing due to restictive securityContext (#835)
  • Run skipped test (#836)
  • Remove duplicate sc and misplaced containerSecurityContext (#838)
  • Fix resize luks volume (#839)
  • Replace deprecated ioutil.TempDir (#840)
  • Add kernel Minimum Requirements for XFS Support (#841)

[v1.4.0]

Features

  • Add support for multiple feature-gates arguments for the csi-provisioner(#810)
  • Upgrade plugin to support 1.30 Kubernetes version cluster and sideCars versions (#814
  • Clean way to set imagePullSecrets and respect list (#815)
  • Increase default provisioner, resizer, snapshotter retry-interval-max (#820)
  • Reduce verbosity level (#823)
  • Support Volume Group Snapshots k8s 1.27 (#827)
  • Add default kube-api-qps, burst, and worker-threads values in CSI driver (#826)
  • Set RuntimeDefault as default seccompProfile in securityContext (#828)

Bugfixes

  • Fix extra arg(#818

[v1.3.0]

Features

  • Support standard topology annotation for Volumes (#787)
  • Upgrade plugin to support 1.26 Kubernetes version cluster (#800)
  • Override controller toleration in chart (#804)

Bugfixes

  • Fix idempotency problem for Volumes created from Snapshot (#799)

[v1.2.4]

Bugfixes

  • xfs as fstype: missing xfsgrowfs in $PATH (#777)

Features

  • Configure https proxy + ca bundle (#761)

[v1.2.3]

Bugfixes

  • Set custom endpoint ([#767]#767))

[v1.2.2]

Bugfixes

  • Update osc-sdk-go package in order not to check region (#762)

[v1.2.1]

Bugfixes

  • Handle 39 volumes for scsi device per node (#733)

[v1.2.0]

Features

  • Increase maximum volumes per node (from 25 to 40) (#650)
  • Upgrade plugin to support 1.25 Kubernetes version cluster (#611)

Notable Changes

  • Volume scheduling is enabled by default in the helm chart

[v1.1.1]

Bugfixes

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

[v1.1.0]

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)

[v1.0.0]

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"