Releases: kubernetes-sigs/azuredisk-csi-driver
Releases · kubernetes-sigs/azuredisk-csi-driver
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
v1.2.2 release
Bug Fixes 🐞
- fix: CVE-2021-3996 in image build (#1150)
What's Changed
- fix: patch CVE-2021-3995 and CVE-2021-3996 by @mainred in #1149
- doc: cut v1.2.2 release by @andyzhangx in #1152
Full Changelog: v1.2.1...v1.2.2
v1.2.1 release
Bug Fixes 🐞
- fix: CVE in docker image build (#1147)
What's Changed
- fix: patchable CVEs in 1.2.0 by @mainred in #1147
- doc: cut v1.2.1 release by @andyzhangx in #1148
Full Changelog: v1.2.0...v1.2.1
v1.10.0 release
Features 🌈
Bug Fixes 🐞
- fix: detach disk should return error when throttled (#1105)
- fix: CVE-2021-43618 in Ubuntu image (#1117)
- fix: CVE-2021-38561 with golang lib (#1119)
What's Changed
- doc: cut v1.8.0 release by @andyzhangx in #1044
- chore: switch master branch to use v1.9.0 by @andyzhangx in #1045
- fix: arm64 image build by @mainred in #1048
- test: enable csi test v4.3.0 by @andyzhangx in #1046
- chore: refine install driver script by @andyzhangx in #1049
- chore: rename sidecar container names in controller by @andyzhangx in #1052
- test: enable one snapshot external test by @andyzhangx in #1053
- fix: install updated packages to fix CVE issues by @andyzhangx in #1055
- feat: enable csi proxy GA interface on v1.0.2 by @andyzhangx in #1056
- feat: add enableAsyncAttach parameter by @andyzhangx in #1058
- chore: rename sidecar container names by @andyzhangx in #1059
- fix: missing static PV data in VolumeAttachments by @andyzhangx in #1062
- chore: increase sidecar contianer cpu limit in controller by @andyzhangx in #1063
- feat: support disk online resize by @andyzhangx in #1064
- fix: increase registrar container cpu limit by @andyzhangx in #1065
- fix: snapshot throttling issue by @andyzhangx in #1066
- chore: Refactoring cloud provider initialization to merge v1 and v2 driver implementations. by @landreasyan in #1060
- fix: increase registrar probe timeout value on Windows by @andyzhangx in #1068
- feat: set handle-volume-inuse-error as false for resizer by @andyzhangx in #1069
- chore: update max datadisk list by @andyzhangx in #1072
- chore: set default replica num of snapshot controller as 2 by @andyzhangx in #1071
- feat: add btrfs file system support by @andyzhangx in #1078
- test: only run btrfs in CSI driver e2e tests by @andyzhangx in #1079
- feat: add allowEmptyCloudConfig config in chart by @andyzhangx in #1077
- feat: upgrade sidecar container version to support WS2022 by @andyzhangx in #1080
- fix: upgrade azure lib to fix panic issue on node driver by @andyzhangx in #1081
- feat: support resources config in chart by @andyzhangx in #1082
- chore: MCR pipeline support for V2 driver build by @edreed in #1083
- chore: Update Driver v2 design doc by @abhisheksinghbaghel in #1089
- test: fix Windows containerd test failures by @andyzhangx in #1091
- feat: Azure Disk CSI Driver V2 docs and deployment updates by @edreed in #1085
- feat: increase sidecar container cpu limits by @andyzhangx in #1092
- feat: update max data disk num for V5 VM by @andyzhangx in #1093
- doc: cut v1.9.0 release by @andyzhangx in #1094
- chore: switch master branch to use v1.10.0 by @andyzhangx in #1095
- feat: add location parameter in snapshot class by @andyzhangx in #1096
- chore: Add edreed to approvers by @edreed in #1098
- fix: update v1.9.0 chart file by @andyzhangx in #1103
- fix: detach disk should return error when throttled by @andyzhangx in #1105
- cleanup: remove arm64 build workaround by @andyzhangx in #1106
- feat: remove 1903 1909 2004 Windows image which is end of life by @andyzhangx in #1108
- Revert "cleanup: remove arm64 build workaround" by @andyzhangx in #1111
- test: add apiVersion deprecation test by @andyzhangx in #1112
- test: add more apiVersion check test by @andyzhangx in #1116
- fix: CVE-2021-43618 in Ubuntu image by @andyzhangx in #1117
- fix: CVE-2021-38561 with golang lib by @andyzhangx in #1119
- cleanup: remove cpu limits by @andyzhangx in #1121
- chore: upgrade to k8s 1.23 lib by @andyzhangx in #1123
New Contributors
Full Changelog: v1.8.0...v1.10.0
v1.9.0 release
Features 🌈
- arm64 image build (#1048)
- add allowEmptyCloudConfig config in chart (#1077)
- support disk online resize (#1064)
- enable csi proxy GA interface on v1.0.2 (#1056)
- increase sidecar container cpu limits (#1063,#1065,#1092)
- add enableAsyncAttach parameter (#1058)
- support max data disk size for Dsv5 VM (#1072,#1093)
- add btrfs file system support (#1078)
- upgrade sidecar container version to support WS2022 (#1080)
Bug Fixes 🐞
- fix: install updated packages to fix CVE issues (#1055)
- fix: missing static PV data in VolumeAttachments (#1062)
- fix: snapshot throttling issue (#1066)
What's Changed
- doc: cut v1.8.0 release by @andyzhangx in #1044
- chore: switch master branch to use v1.9.0 by @andyzhangx in #1045
- fix: arm64 image build by @mainred in #1048
- test: enable csi test v4.3.0 by @andyzhangx in #1046
- chore: refine install driver script by @andyzhangx in #1049
- chore: rename sidecar container names in controller by @andyzhangx in #1052
- test: enable one snapshot external test by @andyzhangx in #1053
- fix: install updated packages to fix CVE issues by @andyzhangx in #1055
- feat: enable csi proxy GA interface on v1.0.2 by @andyzhangx in #1056
- feat: add enableAsyncAttach parameter by @andyzhangx in #1058
- chore: rename sidecar container names by @andyzhangx in #1059
- fix: missing static PV data in VolumeAttachments by @andyzhangx in #1062
- chore: increase sidecar contianer cpu limit in controller by @andyzhangx in #1063
- feat: support disk online resize by @andyzhangx in #1064
- fix: increase registrar container cpu limit by @andyzhangx in #1065
- fix: snapshot throttling issue by @andyzhangx in #1066
- chore: Refactoring cloud provider initialization to merge v1 and v2 driver implementations. by @landreasyan in #1060
- fix: increase registrar probe timeout value on Windows by @andyzhangx in #1068
- feat: set handle-volume-inuse-error as false for resizer by @andyzhangx in #1069
- chore: update max datadisk list by @andyzhangx in #1072
- chore: set default replica num of snapshot controller as 2 by @andyzhangx in #1071
- feat: add btrfs file system support by @andyzhangx in #1078
- test: only run btrfs in CSI driver e2e tests by @andyzhangx in #1079
- feat: add allowEmptyCloudConfig config in chart by @andyzhangx in #1077
- feat: upgrade sidecar container version to support WS2022 by @andyzhangx in #1080
- fix: upgrade azure lib to fix panic issue on node driver by @andyzhangx in #1081
- feat: support resources config in chart by @andyzhangx in #1082
- chore: MCR pipeline support for V2 driver build by @edreed in #1083
- chore: Update Driver v2 design doc by @abhisheksinghbaghel in #1089
- test: fix Windows containerd test failures by @andyzhangx in #1091
- feat: Azure Disk CSI Driver V2 docs and deployment updates by @edreed in #1085
- feat: increase sidecar container cpu limits by @andyzhangx in #1092
- feat: update max data disk num for V5 VM by @andyzhangx in #1093
New Contributors
Full Changelog: v1.8.0...v1.9.0