Releases: kubernetes-sigs/azuredisk-csi-driver
Releases · kubernetes-sigs/azuredisk-csi-driver
v1.20.0 release
Features 🌈
Bug Fixes 🐞
- fix: CSI function should return internal error (#1418)
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: switch to mcr oss/kubernetes-csi image by @andyzhangx in #1402
- chore: set master branch chart version to v0.0.0 by @andyzhangx in #1407
- chore: update max data disk count table by @andyzhangx in #1409
- chore: increase node-registrar cpu requests on Windows by @andyzhangx in #1413
Full Changelog: v1.19.0...v1.20.0
v1.19.0 release
Features 🌈
- add controller.runOnControlPlane in chart config (#1366)
Bug Fixes 🐞
What's Changed
- cleanup: rename role name of driver daemonset by @andyzhangx in #1339
- chore: upgrade azure cloud provider lib by @andyzhangx in #1342
- test: fix unstable e2e tests which check file content by @andyzhangx in #1341
- fix: cache data loss issue on Windows when unmount disk by @andyzhangx in #1352
- fix: incorrect runOnMaster config by @andyzhangx in #1358
- test: fix windows e2e test failure on 1.25 cluster by @andyzhangx in #1362
- chore: update max_disk_count table by @andyzhangx in #1367
- feat: add controller.runOnControlPlane in chart config by @andyzhangx in #1366
- fix: NodeGetVolumeStats failure on Windows node by @andyzhangx in #1368
Full Changelog: v1.18.0...v1.19.0
v2.0.0-beta.3 Preview Release
- Fixes CVE-2022-27191
- Adds a
--kubeconfig
parameter to the scheduler extender
v1.18.0 release
Features 🌈
- add DiskEncryptionType in storage class (#1315)
- provide a flag to override vmType in cloud config(#1324)
Bug Fixes 🐞
- fix: resize failure on Windows (#1314)
- fix: filesystem is not resized when restoring from snapshot with a bigger size (#1309)
What's Changed
- fix: resize failure on Windows by @andyzhangx in #1314
- fix: filesystem is not resized when restoring from snapshot with a bigger size by @andyzhangx in #1309
- feat: add DiskEncryptionType in storage class by @andyzhangx in #1315
- test: run k8s 1.24 external e2e test by @andyzhangx in #1322
- feat: provide a flag to override vmType in cloud config by @andyzhangx in #1324
Full Changelog: v1.17.0...v1.18.0
v1.17.0 release
Features 🌈
- add controller.vmssCacheTTLInSeconds in helm chart config (#1287)
- upgrade sidecar image versions (#1304)
Bug Fixes 🐞
- fix: CVE issues in image build (#1289)
What's Changed
- test: support Win2022 test on capz by @andyzhangx in #1280
- feat: add controller.vmssCacheTTLInSeconds in helm chart config by @andyzhangx in #1287
- fix: CVE-2022-1271 in image build by @andyzhangx in #1289
- chore: refine package patching in image build by @andyzhangx in #1291
- chore: refine metrics naming by @andyzhangx in #1296
- chore: upgrade sidecar image versions by @andyzhangx in #1304
- chore: upgrade cloud-provider-azure lib by @andyzhangx in #1307
Full Changelog: v1.16.0...v1.17.0
v1.16.0 release
Bug Fixes 🐞
What's Changed
- fix: CVE-2018-25032 in image build by @andyzhangx in #1264
- fix: vmss cache regression issue by @andyzhangx in #1265
- test: add codeql-analysis github action by @andyzhangx in #1266
- doc: refine static PV example by @andyzhangx in #1263
- test: fix golinter error by @andyzhangx in #1268
- Bump prometheus/client_golang to v1.11.1 by @dobsonj in #1267
- test: enable external slow tests by @andyzhangx in #1271
- chore: update max data disk count table by @andyzhangx in #1275
- test: run more external fsType tests by @andyzhangx in #1276
- test: enable external pvcDataSource test by @andyzhangx in #1278
- chore: Update golang.org/x/crypto for CVE-2022-27191 by @jsafrane in #1279
New Contributors
Full Changelog: v1.15.0...v1.16.0
v2.0.0-beta.2 Preview Release
- Fixes an issue where the LUN for an already attached disk could be changed.
v1.15.0 release
Bug Fixes 🐞
- fix: disk attach/detach failure when operation is preempted (#1248)
- fix: CVE issues in image build (#1249)
What's Changed
- fix: CVE issues in image build by @andyzhangx in #1249
- test: run external 1.23 tests by @andyzhangx in #1114
- fix: disk attach/detach failure when operation is preempted by @andyzhangx in #1248
- chore: Update k8s.io/kubernetes dep to v1.24.0-alpha.4 for e2e/framework updates by @marosset in #1253
- chore: update max data disk count table by @andyzhangx in #1256
Full Changelog: v1.14.0...v1.15.0
v2.0.0-beta.1 Preview Release
- Improved pod failover latency through asynchronous attach and detach operations
- Improved attachment replica management
- Improved support for online resizing of disks
v1.14.0 release
Features 🌈
- add support for btrfs resize (#1225)
- add azureGoSDKLogLevel config in chart (#1232)
- support driver deployment on Windows node as host-process containers (#1201)
Bug Fixes 🐞
- fix: CVE-2022-0778 in image build (#1222)
- fix: leader-election namespace issue (#1238)
What's Changed
- fix: CVE-2022-0778 in image build by @andyzhangx in #1222
- test: fix capz test failure by @andyzhangx in #1221
- feat: add support for btrfs resize by @andyzhangx in #1225
- chore: refine prometheus metrics by @andyzhangx in #1230
- feat: add azureGoSDKLogLevel config in chart by @andyzhangx in #1232
- test: fix volume cloning test failure on capz by @andyzhangx in #1233
- test: fix clone volume test failure on capz by @andyzhangx in #1235
- feat: Run Windows containers as host-process containers by @marosset in #1201
- fix: leader-election namespace issue by @andyzhangx in #1238
- chore: upgrade azure lib by @andyzhangx in #1239
New Contributors
Full Changelog: v1.13.0...v1.14.0