Skip to content

Releases: kubernetes-sigs/azuredisk-csi-driver

v2.0.0-beta.7 Release

30 Sep 04:02
d591877
Compare
Choose a tag to compare
v2.0.0-beta.7 Release Pre-release
Pre-release

What's Changed

Full Changelog: v2.0.0-beta.6...v2.0.0-beta.7

v1.23.0 release

30 Sep 05:06
Compare
Choose a tag to compare

Features 🌈

  • support PremiumV2_LRS disk type (#1477)
  • support location in storage class (#1497)
  • support https proxy and http proxy in chart config (#1520)

Bug Fixes 🐞

  • fix: Ultra Disk DefaultDiskMBPSReadWrite calc issue (#1494)
  • fix: reduce VMSS throttling when throttling happens (#1498)
  • fix: zone format check when cloud config is empty (#1521)

What's Changed

New Contributors

Full Changelog: v1.22.0...v1.23.0

v2.0.0-beta.6 release

12 Aug 04:43
d0153ef
Compare
Choose a tag to compare
v2.0.0-beta.6 release Pre-release
Pre-release

What's Changed

  • [V2] feat: Making scheduler extender node cache capable by @landreasyan in #1457
  • [V2] chore: Add ability to point at different image for servercore πŸ”§ by @jmclong in #1459

Full Changelog: v2.0.0-beta.5...v2.0.0-beta.6

v1.22.0 release

12 Aug 07:51
Compare
Choose a tag to compare

Bug Fixes 🐞

  • fix: invalid ultra disk default iops issue (#1445)

What's Changed

New Contributors

Full Changelog: v1.21.0...v1.22.0

v2.0.0-beta.5 release

06 Aug 00:04
f8f2963
Compare
Choose a tag to compare
v2.0.0-beta.5 release Pre-release
Pre-release

What's Changed

  • feat: add affinity, nodeSelector in chart config by @andyzhangx in #1377
  • feat: upgrade sidecar image versions by @andyzhangx in #1386
  • fix: Put GetDiskLun log after it is called by @nearora-msft in #1381
  • chore: shorten userAgent by @andyzhangx in #1400
  • chore: increase node-registrar cpu requests on Windows by @andyzhangx in #1413
  • fix: CSI function should return internal error by @andyzhangx in #1418
  • [V2] feat: allow detaches of replica attachment for primary attachment by @sunpa93 in #1406
  • [V2]feat: replace command line params with config file by @hccheng72 in #1380
  • [V2] feat: add rate limiter latency metric to find throttling by @chloeegong in #1410
  • [V2] chore: add BYO storage class for pod-failover tests by @connorbradshaw10 in #1440
  • [V2] fix: Volume persistent-storage not csi error log by @shlokshah-dev in #1446
  • [V2] chore: add early return logic for scheduler filter / prioritize and update prioritize scoring logic by @sunpa93 in #1448
  • [V2] feat: add CRI version conversion logic and apiversion deprecate logic by @sunpa93 in #1452

New Contributors

Full Changelog: v2.0.0-beta.4...v2.0.0-beta.5

v1.21.0 release

22 Jul 06:18
Compare
Choose a tag to compare

Bug Fixes 🐞

  • fix: reuse armclient connections to fix performance issues (#1426)
  • fix: VMSSList throttling when VM is in Deleting state (#1426)
  • fix: CSI function should return internal error (#1418)

What's Changed

Full Changelog: v1.20.0...v1.21.0

v2.0.0-beta.4

18 Jul 18:31
22554dc
Compare
Choose a tag to compare
v2.0.0-beta.4 Pre-release
Pre-release

What's Changed

  • [V2] bug: azdiskscheduler volume access mode check for prioritize instead of filter by @sunpa93 in #1330
  • [V2] chore: DeleteVolume should wait for replicas to be fully deleted by @sunpa93 in #1300
  • [V2] fix: cache data loss issue on Windows when unmount disk by @edreed in #1350
  • [V2] chore: Remove dead code from azuredisk_v2.go by @edreed in #1382
  • [V2] chore: wait for volume deletion if volume is in deleting state by @sunpa93 in #1388
  • [V2] bug: replica deletion sometimes does not trigger manageReplica operation by @sunpa93 in #1391
  • [V2] feat: update volume attachment with publish context upon attachment completion by @sunpa93 in #1361
  • [V2] feat: Skipping prioritize/(filter) extender processing for non-v2 disks by @landreasyan in #1389
  • [V2] fix: Fix for intermittent failure for NodeStageVolume request by @mukhoakash in #1395
  • [V2] fix: Fix CRI update on error recovery by @edreed in #1399
  • [V2] fix: fix retry of failed attach by @edreed in #1401
  • [V2] fix: ensure AzDriverNode recreated if deleted by @edreed in #1385
  • [V2] bug: cloud-provider-azure scale test regression rollback by @sunpa93 in #1415
  • [V2] bug: scale test regression fix by @sunpa93 in #1411
  • [V2] chore: Cut v2.0.0-beta.4 version by @sunpa93 in #1421

New Contributors

Full Changelog: v2.0.0-beta.3...v2.0.0-beta.4

v1.20.0 release

15 Jul 08:25
Compare
Choose a tag to compare

Features 🌈

  • upgrade sidecar image versions (#1386)
  • add affinity, nodeSelector in chart config (#1377)

Bug Fixes 🐞

  • fix: CSI function should return internal error (#1418)

What's Changed

Full Changelog: v1.19.0...v1.20.0

v1.19.0 release

10 Jun 08:43
Compare
Choose a tag to compare

Features 🌈

  • add controller.runOnControlPlane in chart config (#1366)

Bug Fixes 🐞

  • fix: incorrect runOnMaster config (#1358)
  • fix: NodeGetVolumeStats failure on Windows node (#1368)

What's Changed

Full Changelog: v1.18.0...v1.19.0

v2.0.0-beta.3 Preview Release

14 May 20:11
Compare
Choose a tag to compare
Pre-release
  • Fixes CVE-2022-27191
  • Adds a --kubeconfig parameter to the scheduler extender