Releases: kubernetes-sigs/azurefile-csi-driver
Releases · kubernetes-sigs/azurefile-csi-driver
v1.24.6 release
What's Changed
- [release-1.24] feat: add accountQuota parameter by @andyzhangx in #1368
- doc: cut v1.24.6 release by @andyzhangx in #1372
Full Changelog: v1.24.5...v1.24.6
v1.24.5 release
What's Changed
- [release-1.24] chore: refine logging by @k8s-infra-cherrypick-robot in #1342
- [release-1.24] fix: stop resize file share when account limit is exceeded by @andyzhangx in #1347
- doc: cut v1.24.5 release by @andyzhangx in #1358
Full Changelog: v1.24.4...v1.24.5
v1.26.4 release
Bug Fixes 🐞
- fix: CVE-2023-2431 (#1301)
- fix: CVE-2023-2727 (#1327)
What's Changed
- [release-1.26] fix: CVE-2023-2431 by @andyzhangx in #1301
- [release-1.26] cleanup: remove secret print in error message by @k8s-infra-cherrypick-robot in #1321
- [release-1.26] fix: CVE-2023-2727 by @andyzhangx in #1327
- doc: cut v1.26.4 release by @andyzhangx in #1340
Full Changelog: v1.26.3...v1.26.4
v1.24.4 release
What's Changed
- [release-1.24] cleanup: remove secret print in error message by @k8s-infra-cherrypick-robot in #1323
- doc: cut v1.24.4 release by @andyzhangx in #1339
Full Changelog: v1.24.3...v1.24.4
v1.28.1 release
Features 🌈
- add getLatestAccountKey parameter in storage class (#1313)
Bug Fixes 🐞
- fix: storage account search default values (#1314)
- fix: don't use account search cache in RandomMatchingAccount mode (#1310)
- fix: CVE-2023-2431 (#1300)
What's Changed
- [release-1.28] fix: hpc image build on AKS by @andyzhangx in #1285
- [release-1.28] chore: enable host process deployment test by @k8s-infra-cherrypick-robot in #1288
- [release-1.28] fix: CVE-2023-2431 by @andyzhangx in #1300
- [release-1.28] fix: don't use account search cache in RandomMatchingAccount mode by @k8s-infra-cherrypick-robot in #1310
- [release-1.28] feat: add getLatestAccountKey parameter in storage class by @andyzhangx in #1313
- [release-1.28] fix: storage account search default values by @andyzhangx in #1314
- [release-1.28] cleanup: remove secret print in error message by @k8s-infra-cherrypick-robot in #1319
- [release-1.28] fix: use InClusterConfig by default on Windows node by @k8s-infra-cherrypick-robot in #1326
- doc: cut v1.28.1 release by @andyzhangx in #1331
Full Changelog: v1.28.0...v1.28.1
v1.27.1 release
Bug Fixes 🐞
- fix: default actimeo option should respect acregmax and acdirmax (#1251)
- fix: add closetimeo=0 option to fix data sync issue on Ubuntu 22.04 (#1249)
- fix: make sure the VolumeSnapshots v1 CRDs exist before starting (#1259)
- fix: append nosharesock mount option on Linux node by default (#1268)
- fix: don't use account search cache in RandomMatchingAccount mode (#1311)
- fix: CVE-2023-2431 (#1324)
What's Changed
- [release-1.27] fix: add closetimeo=0 option to fix data sync issue on Ubuntu 22.04 by @k8s-infra-cherrypick-robot in #1249
- [release-1.27] fix: default actimeo option should respect acregmax and acdirmax by @k8s-infra-cherrypick-robot in #1251
- [release-1.27] fix: make sure the VolumeSnapshots v1 CRDs exist before starting by @andyzhangx in #1259
- [release-1.27] fix: append nosharesock mount option on Linux node by default by @k8s-infra-cherrypick-robot in #1268
- [release-1.27] cleanup: remove secret print in error message by @k8s-infra-cherrypick-robot in #1320
- [release-1.27] fix: don't use account search cache in RandomMatchingAccount mode by @k8s-infra-cherrypick-robot in #1311
- [release-1.27] fix: CVE-2023-2431 by @andyzhangx in #1324
- doc: cut v1.27.1 release by @andyzhangx in #1330
Full Changelog: v1.27.0...v1.27.1
v1.24.3 release
Bug Fixes 🐞
- fix: switch base image to fix CVEs and CVE-2023-2431 (#1302)
What's Changed
- [release-1.24] fix: switch base image to fix CVEs and CVE-2023-2431 by @andyzhangx in #1302
- doc: cut v1.24.3 release by @andyzhangx in #1306
Full Changelog: v1.24.2...v1.24.3
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