Skip to content

Releases: kubernetes-sigs/azuredisk-csi-driver

v1.28.0 release

15 Jun 02:34
Compare
Choose a tag to compare

Features 🌈

  • add copy snapshot in cross region (#1791)
  • enable securityContext.seccompProfile (#1803)
  • add publicNetworkAccess parameter in storage class (#1835)
  • support workload identity (#1843)
  • host process container deployment support (#1861)
  • add attachDiskInitialDelay parameter in storage class (#1872)
  • get node name from IMDS compute name (#1685)

Bug Fixes 🐞

  • fix: CVE-2022-41723 (#1732)
  • fix: detach disk failure when there is throttling (#1755)
  • fix: PremiumV2_LRS caching mode issue (#1790)
  • fix: fix attach failure panic (#1802)
  • fix: make sure the VolumeSnapshots v1 CRDs exist before starting (#1851)

What's Changed

New Contributors

Full Changelog: v1.27.0...v1.28.0

v1.26.4 release

12 May 05:54
80f3017
Compare
Choose a tag to compare

Features 🌈

  • add copy snapshot in cross region directly (#1844)

Bug Fixes 🐞

  • fix: switch base image to fix CVEs (#1811)

What's Changed

Full Changelog: v1.26.3...v1.26.4

v1.27.1 release

31 Mar 07:14
1f5b05b
Compare
Choose a tag to compare

Bug Fixes 🐞

What's Changed

Full Changelog: v1.27.0...v1.27.1

v1.26.3 release

31 Mar 07:23
386dea8
Compare
Choose a tag to compare

Features 🌈

  • add dataAccessAuthMode parameter to snapshot storage class (#1746)

Bug Fixes 🐞

  • fix: add disk attach/detach delay time to allow more batch (#1742)
  • fix: second expand volume failure on Ubuntu 22.04 (#1743)
  • fix: CVE-2022-41723 (#1744)
  • fix: detach disk failure when there is throttling (#1758)
  • fix: PremiumV2_LRS caching mode issue (#1794)

What's Changed

Full Changelog: v1.26.2...v1.26.3

v1.27.0 release

17 Feb 05:56
Compare
Choose a tag to compare

Features 🌈

  • add dataAccessAuthMode parameter to snapshot storage class (#1714)
  • integrate traffic manager proxy (#1716)
  • add disk attach/detach delay time to allow more batch (#1722)
  • support volumesnapshotclass in helm chart (#1727)

Bug Fixes 🐞

  • fix: switch base image to fix CVEs (#1704)
  • fix: increase csi-attacher worker-threads num (#1719)
  • fix: second expand volume failure on Ubuntu 22.04 (#1728)

What's Changed

Full Changelog: v1.26.2...v1.27.0

v1.26.2 release

30 Jan 09:50
Compare
Choose a tag to compare

Bug Fixes 🐞

  • fix: panic when allow-empty-cloud-config is set (#1699)

What's Changed

Full Changelog: v1.26.1...v1.26.2

v2.0.0-beta.10 Release

13 Jan 05:00
3f51143
Compare
Choose a tag to compare
Pre-release

What's Changed

  • [V2] fix: clear status error and detail in AzVolumeAttachment recovery if in in Attaching state 🐞 by @jmclong in #1663
  • [V2] feat: toggle for waitforlun by @connorbradshaw10 in #1658
  • [V2] fix: changing scheduler name logic to install method by @connorbradshaw10 in #1670
  • [V2] Fix: update uninstall path in crdProvisioner.DeleteVolume by @hccheng72 in #1671
  • [V2] fix: azvolume recovery bug fix - status update, parameter parsing by @sunpa93 in #1680
  • [V2] chore: upgrade cloud-provider-azure by @edreed in #1683
  • [V2] fix: update predicate function of node controller by @hccheng72 in #1679
  • [V2] fix: make uninstallation compatible with backload DELETE change by @sunpa93 in #1677

Full Changelog: v2.0.0-beta.9...v2.0.0-beta.10

v1.26.1 release

12 Jan 07:05
Compare
Choose a tag to compare

Bug Fixes 🐞

  • fix: update rather than replace existing cache entry (#1686)

What's Changed

Full Changelog: v1.26.0...v1.26.1

v1.26.0 release

05 Jan 13:45
Compare
Choose a tag to compare

Features 🌈

  • update VMSS cache returned from VM update to reduce VMSS list operations (#1621, #1639, #1643)

Bug Fixes 🐞

  • fix: panic caused by resource group issue in disk attach (#1616)
  • fix: volume metrics on Windows csi-proxy v1beta (#1622)
  • fix: add disk lun check in VMSSFlex AttachDisk to avoid race condition (#1632)
  • fix: set ForceAttemptHTTP2 as false to increase ARM throttling limit (#1676)
  • fix: CVE-2022-41717 (#1656)

What's Changed

New Contributors

Full Changelog: v1.25.0...v1.26.0

v2.0.0-beta.9 Release

15 Dec 23:46
a8eb8ca
Compare
Choose a tag to compare
v2.0.0-beta.9 Release Pre-release
Pre-release

What's Changed

  • [V2] test: fix default artifacts directory by @edreed in #1577
  • [v2] chore: increasing timeout for csi provisioner by @landreasyan in #1578
  • [V2] chore: fix CrdProvisioner.UnpublishVolume workflow result reporting by @edreed in #1579
  • [V2] fix: use correct context for delete of AzVolumeAttachment on detach by @edreed in #1580
  • [V2] fix: cloud-provisioner should always report through result channel before returning by @sunpa93 in #1581
  • [V2] chore: reduce workflow logging verbosity by @edreed in #1582
  • [V2] chore: add missing cluster-autoscaler parameter to template by @NedAnd1 in #1584
  • [V2] fix: replicas aren't getting cleaned up during driver uninstall by @sunpa93 in #1557
  • [V2] fix: image tag in beta8 charts was still pointing to latest-v2 by @landreasyan in #1588
  • [V2] chore: increase CAS node provisioning timeout by @NedAnd1 in #1593
  • [V2] fix: requeue reconciliation for deleted objects with grace period by @edreed in #1598
  • [V2] fix: add nodeDiskAvailabilityMap by @alice-zheyan-yu in #1595
  • [V2] chore: adding flow chart documentation for V2 driver csi calls by @landreasyan in #1586
  • [V2] chore: fix addition of details after creation by @edreed in #1626
  • [V2] chore: increase max watch duration on CAS cluster by @NedAnd1 in #1623
  • [V2] feat: enable configuration of CRD controller worker threads by @edreed in #1627
  • [V2] fix: update PV controller's Recover function to log the error by @alice-zheyan-yu in #1625
  • [V2] refactor: combine azdrivernode and node_availability into one controller by @alice-zheyan-yu in #1612
  • [V2] chore: upgrade cloud-provider-azure as of 2022-11-30 by @edreed in #1630
  • [V2] feat: watch CRD deletion to track driver uninstall by @hccheng72 in #1570
  • [V2] fix: delete orphaned azdrivernode and update error logs in Recover function by @hccheng72 in #1615
  • Update node_availability.go to node.go by @alice-zheyan-yu in #1644
  • [V2] chore: increase azuredisk kubeclient QPS by @edreed in #1645
  • [V2] perf: changed to use channel to communicate when delete azvolume by @alice-zheyan-yu in #1633
  • [V2] refactor: start informers in one place by @hccheng72 in #1607
  • [V2] chore: remove unneeded error return from NewConditionWaiter by @edreed in #1646
  • [V2] fix: don't return unncessary error in crdProvisioner.CreateVolume by @sunpa93 in #1649
  • [V2] fix: CVE-2022-47417 by @edreed in #1655
  • [V2] chore: update cloud-provider-azure by @edreed in #1654
  • [V2] feat: add optional pprof server by @edreed in #1657
  • [V2] fix: make recover annotation unique per recovery by @alice-zheyan-yu in #1653
  • [V2] fix: handle pre-provisioned volume deletion at the right time by @sunpa93 in #1599
  • [V2] chore: cut v2.0.0-beta.9 by @sunpa93 in #1660

Full Changelog: v2.0.0-beta.8...v2.0.0-beta.9