Releases: kubernetes-sigs/azuredisk-csi-driver
Releases Β· kubernetes-sigs/azuredisk-csi-driver
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
v1.13.0 release
Features π
Bug Fixes π
- fix: GetNodeInfo should succeed when IMDS is unavailable on the node (#1200)
- fix: disable disk capacity check in CreateVolume (#1213)
What's Changed
- Update README.md by @eliagrady in #1184
- feat: support online resize for block volume by @andyzhangx in #1195
- feat: add supportZone param in chart config by @andyzhangx in #1196
- fix: GetNodeInfo should succeed when IMDS is unavailable by @andyzhangx in #1200
- cleanup: remove unnecessary namespace config in ClusterRole by @andyzhangx in #1203
- chore: Fix script to check for driver pod restarts by @edreed in #1205
- feat: add getNodeInfoFromLabels in chart config by @andyzhangx in #1204
- cleanup: get zone info in in driver initialization by @andyzhangx in #1209
- fix: armclient panic when response is nil by @andyzhangx in #1210
- fix: disable disk capacity check in CreateVolume by @andyzhangx in #1213
New Contributors
- @eliagrady made their first contribution in #1184
Full Changelog: v1.12.0...v1.13.0
v1.12.0 release
Features π
- disable ListVolumes and ListSnapshosts by default (#1188)
Bug Fixes π
- fix: return emtpy topology when get zone failed in NodeGetInfo (#1176)
- fix: adjust memory requests and limits on Windows node (#1180)
- fix: GetDisk throttling issue (#1181)
What's Changed
- test: add codespell shellcheck github actions by @andyzhangx in #1174
- fix: return emtpy topology when get zone failed in NodeGetInfo by @andyzhangx in #1176
- doc: refine online resize doc by @andyzhangx in #1178
- fix: remove memory requests on Windows node by @andyzhangx in #1179
- fix: GetDisk throttling issue by @andyzhangx in #1181
- fix: adjust memory requests and limits on Windows node by @andyzhangx in #1180
- feat: disable async attach by default by @andyzhangx in #1183
- fix: NodePublishVolume idempotent issue by @andyzhangx in #1186
- doc: refine ZRS disk example by @andyzhangx in #1185
- fix: azure disk controller install issue by @andyzhangx in #1190
- feat: disable ListVolumes and ListSnapshosts by default by @andyzhangx in #1188
Full Changelog: v1.11.0...v1.12.0
v1.11.0 release
Features π
- upgrade csi-attacher, csi-snapshotter (#1141, #1145)
- auto disk size detection in NodeExpandVolume (#1161)
- support snapshot & restore in cross subscription (#1168)
Bug Fixes π
What's Changed
- test: add more golint checks by @andyzhangx in #1126
- doc: change snapshot v1beta1 to v1 by @andyzhangx in #1127
- test: change helm install method by @andyzhangx in #1130
- bug: Adding supported VolumeCapabilites verification check to CSI RPC requests. by @landreasyan in #1110
- test: fix kcm log print issue by @andyzhangx in #1136
- chore: upgrade azure-sdk-for-go and compute sdk to 2021-07-01 by @andyzhangx in #1135
- chore: Improve unit test coverage of pkg/azureutils by @edreed in #1134
- test: add workaround for capz tests by @andyzhangx in #1133
- fix: tag parsing issue in CreateSnapshot by @andyzhangx in #1140
- feat: upgrade csi-provisioner to v3.1.0 and upgrade snapshot v1beta1 to v1 api by @andyzhangx in #1137
- feat: upgrade to csi-attacher v3.4.0 by @andyzhangx in #1141
- feat: update max data disk count by @andyzhangx in #1144
- feat: upgrade to csi-snapshotter v5.0.1 by @andyzhangx in #1145
- fix: add leases rbac delete permission by @andyzhangx in #1146
- fix: CVE-2021-3996 in image build by @andyzhangx in #1150
- cleanup: remove unnecessary packages by @andyzhangx in #1154
- test: Add shared disk E2E tests that match supported scenario by @edreed in #1156
- chore: Add northeurope & francecentral to ZRS-supported regions by @edreed in #1160
- chore: Remove obsolete & redundant test shared disk case by @edreed in #1159
- cleanup: remove useless csi-common code by @andyzhangx in #1158
- test: add more go linters by @andyzhangx in #1163
- chore: upgrade azure lib by @andyzhangx in #1166
- feat: auto disk size detection in NodeExpandVolume by @andyzhangx in #1161
- test: validate dynamically resized volumes by @kassarl in #1169
- chore: Fix misuse of fmt.Sprint in nodeserver_test.go by @edreed in #1170
- feat: support snapshot & restore in cross subs by @andyzhangx in #1168
Full Changelog: v1.10.0...v1.11.0