Releases: kubernetes-sigs/azurefile-csi-driver
Releases Β· kubernetes-sigs/azurefile-csi-driver
v1.24.1 release
Bug Fixes π
- fix: CVE-2022-41717 (#1227)
- fix: debian image CVEs (#1230)
What's Changed
- [release-1.24] fix: buildx issue with provenance disabled by @k8s-infra-cherrypick-robot in #1228
- [release-1.24] fix: CVE-2022-41717 by @andyzhangx in #1227
- [release-1.24] fix: debian image CVEs by @andyzhangx in #1230
- doc: cut v1.24.1 release by @andyzhangx in #1231
Full Changelog: v1.24.0...v1.24.1
v1.26.2 release
Bug Fixes π
- fix: CVE-2022-41723 (#1211)
What's Changed
- tes: fix golint action failure by @andyzhangx in #1212
- [release-1.26] cleanup: remove windows 20H2 image build by @k8s-infra-cherrypick-robot in #1213
- [release-1.26] fix: CVE-2022-41723 by @k8s-infra-cherrypick-robot in #1211
New Contributors
- @k8s-infra-cherrypick-robot made their first contribution in #1213
Full Changelog: v1.26.1...v1.26.2
v1.26.1 release
Bug Fixes π
- fix: remove forceUmount and lazyUmount (#1188)
What's Changed
- fix: remove forceUmount and lazyUmount by @andyzhangx in #1188
Full Changelog: v1.26.0...v1.26.1
v1.26.0 release
Features π
- add support for SMB Multi-channels in premium account creation (#1174)
- append help link when there is mount error (#1179)
Bug Fixes π
- fix: switch base image to fix CVEs (#1175)
What's Changed
- doc: Fix URL to azure-files-csi driver doc in README.md by @pauldotyu in #1170
- fix: incorrect driver version in CSIDriver by @andyzhangx in #1172
- feat: add support for SMB Multi-channels in premium account creation by @andyzhangx in #1174
- fix: buildx issue with provenance disabled by @andyzhangx in #1176
- fix: switch base image to fix CVEs by @cvvz in #1175
- chore: remove dependency on golang.org/x/text specific version by @andyzhangx in #1178
- feat: append help link when there is mount error by @andyzhangx in #1179
New Contributors
- @pauldotyu made their first contribution in #1170
Full Changelog: v1.25.1...v1.26.0
v1.25.1 release
Bug Fixes π
- fix: make account search backward compatible (#1166)
What's Changed
- docs: update storage class definition for optional cross-subscription config by @AdamSharif-MSFT in #1165
- doc: refine doc by @andyzhangx in #1164
- fix: make account search backward compatible by @andyzhangx in #1166
New Contributors
- @AdamSharif-MSFT made their first contribution in #1165
Full Changelog: v1.25.0...v1.25.1
v1.25.0 release
Bug Fixes π
- fix: CVE-2022-41717 (#1135)
- fix: create PrivateDNSZone error in sovereign cloud (#1139, #1143)
- fix: use force unmount to fix unmount NFS volume stuck issue (#1146)
- fix: set ForceAttemptHTTP2 as false to increase ARM throttling limit (#1155)
- fix: target is busy unmount failure (#1158)
- fix: account matching issue in account search (#1156, #1161)
What's Changed
- Clean up .travis.yml by @ialidzhikov in #1130
- chore: upgrade sidecar container images by @andyzhangx in #1131
- chore: upgrade to csi-node-driver-registrar v2.6.2 by @andyzhangx in #1132
- chore: migrate from ADAL lib before its EOL by @umagnus in #1134
- Add requirements.txt with fixed versions to use in pip install by @mauriciopoppe in #1136
- fix: CVE-2022-41717 by @andyzhangx in #1135
- fix e2e: disable podSecurity by @cvvz in #1142
- cleanup: Use k8s utils pointer instead of Azure autorest/to by @umagnus in #1141
- chore: update dependencies against latest cloud-provider-azure by @cvvz in #1140
- chore: refine logging by @andyzhangx in #1144
- docs: recommend the use of the nosharesock mount option, and clearify how volumeHandle should be used. by @danquah in #1145
- docs: add a section on volumeHandle to the PV Static Provision documentation by @danquah in #1148
- cleanup: remove redundant unmount volume code since it's already handled by mount-utils by @andyzhangx in #1150
- test: add unmount volume test by @andyzhangx in #1147
- cleanup: remove useless functions by @andyzhangx in #1151
- test: add helm lint test by @umagnus in #1153
- fix: support privateendpoint with latest cloud-provider-azure by @cvvz in #1143
- fix: use force unmount to fix unmount NFS volume stuck issue by @andyzhangx in #1146
- fix: set ForceAttemptHTTP2 as false to increase ARM throttling limit by @andyzhangx in #1155
- doc: update install doc by @andyzhangx in #1159
- fix: target is busy unmount failure by @andyzhangx in #1158
- cleanup: fix umount failure logging by @andyzhangx in #1160
- fix: account matching issue in account search by @andyzhangx in #1156
- fix: add more account search options by @andyzhangx in #1161
New Contributors
- @mauriciopoppe made their first contribution in #1136
- @danquah made their first contribution in #1145
Full Changelog: v1.24.0...v1.25.0
v1.24.0 release
Features π
- support management api for volume snapshot (#1118)
Bug Fixes π
- fix: create private dns zone failed using managed azure file csi driver (#1124)
What's Changed
- doc: cut v1.23.0 release by @andyzhangx in #1120
- feat: support management api for volume snapshot by @umagnus in #1118
- fix: check private dns zone before creation by @andyzhangx in #1124
- cleanup: remove unused install docs by @andyzhangx in #1125
- feat: add useDataPlaneAPI in snapshot storage class by @andyzhangx in #1127
Full Changelog: v1.23.0...v1.24.0
v1.23.0 release
Features π
- add accountAccessTier parameter in storage class (#1109)
Bug Fixes π
- fix: enable disableDeleteRetentionPolicy on standard file share (#1105)
- fix: CVE-2022-32149 (#1108)
- fix: getSubnetResourceID issue when subnetName is specified (#1114)
- fix: increase api qps limit of csi-provisioner and csi-attacher (#1116)
- fix: increase api qps for azurefile kubeclient (#1117)
What's Changed
- chore: upgrade base image debian-base:bullseye-v1.4.2 by @andyzhangx in #1102
- test: enable driver restart e2e test by @andyzhangx in #1106
- fix: CVE-2022-32149 by @andyzhangx in #1108
- fix: enable disableDeleteRetentionPolicy on standard file share by @andyzhangx in #1105
- feat: add accountAccessTier parameter in storage class by @andyzhangx in #1109
- chore: refine data plane API cache by @andyzhangx in #1115
- fix: getSubnetResourceID issue when subnetName is specified by @andyzhangx in #1114
- feat: increase api qps limit of csi-provisioner and csi-attacher by @andyzhangx in #1116
- cleanup: remove unnecessary tp nil check by @andyzhangx in #1119
- fix: increase api qps for azurefile kubeclient by @andyzhangx in #1117
Full Changelog: v1.22.0...v1.23.0
v1.22.0 release
Features π
- support cross subscription with management api (#1077)
- support https proxy and http proxy in chart config (#1091)
- add support for labels, annotations, podLabels and podAnnotations (#1096)
Bug Fixes π
- fix: delete volume failure when management api is throttled (#1082)
- fix: CVE-2022-27664 (#1084)
- fix: cancel the context when timeout of deleting file share (#1085)
What's Changed
- chore: refine the log printing in getAccountKeyFromSecret process by @andyzhangx in #1079
- fix: chart index file by @andyzhangx in #1081
- fix: delete volume failure when management api is throttled by @andyzhangx in #1082
- feat: support cross subscription with management api by @cvvz in #1077
- fix: CVE-2022-27664 by @andyzhangx in #1084
- fix: cancel the context when timeout of deleting file share by @ZeroMagic in #1085
- test: run sanity test on csi-test v5.0.0 by @andyzhangx in #1086
- cleanup: remove preview deployments by @andyzhangx in #1087
- Updated CONTRIBUTION.md file by @amolmote in #1089
- chore: upgrade cloud provider azure lib by @ZeroMagic in #1092
- feat: support https proxy and http proxy in chart config by @umagnus in #1091
- test: add helm repo install check by @umagnus in #1098
- feat(helm): add support for labels, annotations, podLabels and podAnnotations by @aslafy-z in #1096
New Contributors
- @cvvz made their first contribution in #1077
- @amolmote made their first contribution in #1089
- @aslafy-z made their first contribution in #1096
Full Changelog: v1.21.0...v1.22.0
v1.21.0 release
Features π
- add requireInfraEncryption parameter in storage class (#1065)
Bug Fixes π
- fix: don't return error if request size is smaller than existing quota (#1058)
- fix: increase sidecar container memory limits on Windows (#1044)
What's Changed
- fix: don't return error if request size is smaller than existing quota by @andyzhangx in #1058
- chore: upgrade azure cloud provider lib by @andyzhangx in #1060
- chore: add node-role.kubernetes.io/control-plane toleration by @xmudrii in #1061
- test: fix TestLogGRPC ut failure by @umagnus in #1067
- cleanup: remove secrets list rbac by @andyzhangx in #1068
- fix: fixing codespell errors by @umagnus in #1070
- test: add controllerserver.go unit test by @umagnus in #1069
- feat: add requireInfraEncryption parameter in storage class by @andyzhangx in #1065
- test: add nodeserver.go, azurefile.go and azurefile_client.go unit test by @umagnus in #1071
- doc: remove nconnect mount option by @andyzhangx in #1073
- fix: increase sidecar container memory limits on Windows by @andyzhangx in #1074
New Contributors
Full Changelog: v1.20.0...v1.21.0