Skip to content

Releases: kubernetes-sigs/azuredisk-csi-driver

v1.4.0 release

15 Jun 07:10
Compare
Choose a tag to compare

Features 🌈

  • add tolerations customization support in chart (#887)
  • add helm support for existing Service Accounts (#877)
  • add snapshot GA version (#874)

Bug Fixes 🐞

  • fix: read cloud config from secret regression in v1.3.0 (#886)

What's Changed

Full Changelog: v1.3.0...v1.4.0

What's Changed

Full Changelog: v1.3.0...v1.4.0

v1.3.0 release

21 May 06:52
Compare
Choose a tag to compare

Features 🌈

  • big performance improvement in large num of disk attach/detach scenario(#842)
  • add pv/pvc tags in volume creation(compatible with in-tree driver)(#859)

Bug Fixes 🐞

  • fix RedHat/CentOS certificate issue in helm installation(--set linux.distro="fedora")(#852)
  • fix crp throttling in create/attach disk scenario(#837)

What's Changed

New Contributors

Full Changelog: v1.2.0...v1.3.0

v1.2.0 release

02 May 02:49
Compare
Choose a tag to compare

Features 🌈

  • ZRS disk support
  • increase driver memory limit to support 10K volumes
  • ARM64 support
  • support edge zone managed disk

Bug Fixes 🐞

  • fix: check disk state before attach disk
  • fix: disk attach issue when vm in failed status
  • fix: Bump K8s to v0.21.0 to address CVE-2021-3121

v1.1.1 release

01 Mar 10:46
Compare
Choose a tag to compare

Features 🌈

  • disable AzureStack by DisableAzureStackCloud config(#751)

v1.1.0 release

20 Feb 01:34
Compare
Choose a tag to compare

Features 🌈

  • support disable AzureStack

v1.0.0 GA release

09 Feb 14:46
Compare
Choose a tag to compare

Features 🌈

  • add LogicalSectorSize support for UltraSSD
  • remove unmanaged disk support
  • add full Azure Stack support
  • add more controller metrics

Bug Fixes 🐞

  • fix: resize filesystem if cloned volume capacity is larger than source volume
  • fix: volume expansion failure on node
  • fix: helm chart installation issue

v0.10.0 release

04 Jan 02:33
Compare
Choose a tag to compare

Features 🌈

  • support Azure disk batch attach/detach (#650)
  • Windows beta support (switch to csi-proxy v0.2.2 API)
  • support multi OS versions for Windows images
  • Azure stack support
  • ListVolumes support

Bug Fixes 🐞

  • fix: not schedule driver pod on virtual node
  • fix: cache data loss issue on Windows when unmount disk

v0.9.0 release

13 Sep 10:58
Compare
Choose a tag to compare

Features 🌈

  • create snapshot on external resource group
  • add dangling error support

Bug Fixes 🐞

  • fix resize error in migration scenario
  • fix azure disk resize error if source does not exist

v0.8.0 release

10 Aug 02:30
Compare
Choose a tag to compare

Features 🌈

  • support force detach
  • support incremental snapshot
  • support tags in snapshot

Bug Fixes 🐞

  • fix disk API 10s latency issue
  • fix initial delay(1s) when mount azure disk
  • fix incorrect max azure disk max count

v0.7.0 release

10 Apr 11:33
Compare
Choose a tag to compare

Features 🌈

  • windows support(alpha)
  • shared disk support
  • read cloud config from secret