Releases: kubernetes-sigs/azurefile-csi-driver
Releases · kubernetes-sigs/azurefile-csi-driver
v1.28.0 release
Features 🌈
- add enableVolumeMountGroup feature flag (#1236)
- support windows host process container deployment (#1243)
- upgrade to snapshot v6.2.1 (#1257)
Bug Fixes 🐞
- fix: default actimeo option should respect acregmax and acdirmax (#1244)
- fix: add closetimeo=0 option to fix data sync issue on Ubuntu 22.04 (#1245)
- fix: make sure the VolumeSnapshots v1 CRDs exist before starting (#1258)
- fix: append nosharesock mount option on Linux node by default (#1267)
What's Changed
- doc: cut v1.27.0 release by @andyzhangx in #1232
- chore: upgrade csi sidecar container images by @andyzhangx in #1235
- feat: add enableVolumeMountGroup feature flag by @andyzhangx in #1236
- feat: add host-process containers in helm charts by @ZeroMagic in #1182
- test: add dependabot by @andyzhangx in #1237
- build(deps): bump github/codeql-action from 1 to 2 by @dependabot in #1238
- build(deps): bump actions/setup-go from 2 to 4 by @dependabot in #1241
- chore: fix release-image.sh on publishing windows hostprocess image by @andyzhangx in #1240
- fix: windows host process container deployment by @andyzhangx in #1243
- chore: refine workload identity docs. by @cvvz in #1248
- fix: add closetimeo=0 option to fix data sync issue on Ubuntu 22.04 by @andyzhangx in #1245
- fix: default actimeo option should respect acregmax and acdirmax by @andyzhangx in #1244
- Changing kubernetes-release bucket path to dl.k8s.io by @nitishchauhan0022 in #1250
- chore: refine windows host process container image build by @andyzhangx in #1255
- cleanup: update new chart versions and remove deprecated versions by @andyzhangx in #1256
- fix: make sure the VolumeSnapshots v1 CRDs exist before starting by @andyzhangx in #1258
- feat: upgrade to snapshot v6.2.1 by @andyzhangx in #1257
- Build: add dependabot job for dockerfile updates. by @MartinForReal in #1261
- doc: refine workload identity doc by @andyzhangx in #1263
- fix: append nosharesock mount option on Linux node by default by @andyzhangx in #1267
- chore: update windows host process lib by @andyzhangx in #1265
- cleanup: update new chart versions and remove deprecated versions by @andyzhangx in #1276
- chore: refactor host process code by @andyzhangx in #1277
- cleanup: remove unnecessary path validation on hpc deployment by @andyzhangx in #1279
- doc: remove unused resourceGroup field when secret is specified by @andyzhangx in #1281
New Contributors
- @dependabot made their first contribution in #1238
- @nitishchauhan0022 made their first contribution in #1250
- @MartinForReal made their first contribution in #1261
Full Changelog: v1.27.0...v1.28.0
v1.26.3 release
Bug Fixes 🐞
- fix: default actimeo option should respect acregmax and acdirmax (#1252)
- fix: append nosharesock mount option on Linux node by default (#1270)
What's Changed
- [release-1.26] fix: default actimeo option should respect acregmax and acdirmax by @k8s-infra-cherrypick-robot in #1252
- [release-1.26] fix: append nosharesock mount option on Linux node by default by @andyzhangx in #1270
- doc: cut v1.26.3 release by @andyzhangx in #1273
Full Changelog: v1.26.2...v1.26.3
v1.24.2 release
Bug Fixes 🐞
- fix: default actimeo option should respect acregmax and acdirmax (#1253)
- fix: append nosharesock mount option on Linux node by default (#1269)
What's Changed
- [release-1.24] fix: default actimeo option should respect acregmax and acdirmax by @k8s-infra-cherrypick-robot in #1253
- [release-1.24] fix: append nosharesock mount option on Linux node by default by @andyzhangx in #1269
- doc: cut v1.24.2 release by @andyzhangx in #1272
Full Changelog: v1.24.1...v1.24.2
v1.27.0 release
Features 🌈
- Support workload identity (#1193)
- enable securityContext.seccompProfile (#1210)
- add selectRandomMatchingAccount parameter in storage class (#1225)
Bug Fixes 🐞
- fix: remove forceUmount and lazyUmount (#1188)
- fix: CVE-2022-41723 (#1196)
What's Changed
- doc: cut v1.26.1 release by @andyzhangx in #1192
- feat: support windows host-process by @ZeroMagic in #1181
- fix: CVE-2022-41723 by @andyzhangx in #1196
- doc: remove accountAccessTier in doc since it's only for blob by @andyzhangx in #1195
- chore: update cloud-provider by @cvvz in #1191
- cleanup: remove metrics-address on driver daemonset on the node by @andyzhangx in #1197
- Pin k8s.io/dynamic-resource-allocation to v0.26.0 by @bertinatto in #1198
- test: add "go list" check by @andyzhangx in #1199
- tes: fix golint action failure by @andyzhangx in #1200
- test: enable dupl golint by @andyzhangx in #1203
- cleanup: remove windows 20H2 image build by @andyzhangx in #1205
- test: add external stress test by @andyzhangx in #1204
- test: repeats create and delete pod to make sure mount/unmount is stable. by @cvvz in #1207
- doc: refine subcriptionID parameter doc by @andyzhangx in #1209
- feat: enable securityContext.seccompProfile by @andyzhangx in #1210
- test: fix restart_driver_daemonset script by @andyzhangx in #1216
- feat: add chart config value enableRegistrationProbe by @andyzhangx in #1217
- test(e2e): change the storageclass configuration method in the test file by @umagnus in #1219
- doc: add nconnect mount options in NFSv4.1 example by @andyzhangx in #1220
- cleanup: replace deprecated ioutil method by @umagnus in #1223
- feat: Support workload identity by @cvvz in #1193
- feat: add selectRandomMatchingAccount parameter in storage class by @andyzhangx in #1225
- chore: upgrade CSI driver sidecar image versions by @andyzhangx in #1229
New Contributors
- @bertinatto made their first contribution in #1198
Full Changelog: v1.26.1...v1.27.0
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