Releases: kubernetes-sigs/azurefile-csi-driver
Releases · kubernetes-sigs/azurefile-csi-driver
v1.16.0 release
Bug Fixes 🐞
- fix: expand volume failure in csi migration scenario (#986)
- fix: CVE-2022-1271 in image build (#991)
- fix: disallow disableDeleteRetentionPolicy on Standard account type (#996)
What's Changed
- test: add account creation leak test by @andyzhangx in #985
- fix: expand volume failure in csi migration scenario by @andyzhangx in #986
- test: enable disableDeleteRetentionPolicy test by @andyzhangx in #981
- chore: fail earlier if creating virutal link failed before account creation by @andyzhangx in #989
- fix: CVE-2022-1271 in image build by @andyzhangx in #991
- chore: refine package patching in image build by @andyzhangx in #992
- test: fix in-tree test failure due to matchTags parameter issue by @andyzhangx in #993
- chore: add secretNamespace to volumeid by @andyzhangx in #990
- chore: switch base image registry by @andyzhangx in #994
- cleanup: refine secretNamespace assignment in Expand, DeleteVolume by @andyzhangx in #995
- fix: disallow disableDeleteRetentionPolicy on Standard account type by @andyzhangx in #996
Full Changelog: v1.15.0...v1.16.0
v1.15.0 release
Bug Fixes 🐞
- fix: CVE issues in image build (#978)
- fix: disable match tags by default in account search when creating file share (#980)
What's Changed
- test: adjust csi-proxy loglevel in test by @andyzhangx in #973
- test: enable external slow tests by @andyzhangx in #974
- test: enable volumeMountGroup external tests by @andyzhangx in #975
- chore: Update golang.org/x/crypto for CVE-2022-27191 by @jsafrane in #978
- fix: disable match tags by default in account search when creating file share by @andyzhangx in #980
Full Changelog: v1.14.0...v1.15.0
v1.14.0 release
Features 🌈
- provide a flag to allow accessing storage account key using cluster identity for inline volume (#961)
- support mount smb file share in another subscription (#964)
- add shareNamePrefix parameter in storage class (#966)
Bug Fixes 🐞
What's Changed
- fix: CVE issues in image build by @andyzhangx in #954
- fix: default secretNamespace should be pvc namespace by @andyzhangx in #955
- chore: upgrade to k8s lib 1.24.0-alpha.4 by @andyzhangx in #957
- doc: update ZRS, nconnect parameter doc by @andyzhangx in #959
- fix: CVE-2018-25032 in image build by @andyzhangx in #960
- test: fix golinter error by @andyzhangx in #963
- Bump prometheus/client_golang to v1.11.1 by @dobsonj in #962
- fix: default namespace issue by @andyzhangx in #965
- feat: provide a flag to allow accessing storage account key using cluster identity for inline volume by @andyzhangx in #961
- feat: support mount smb file share in another subscription by @andyzhangx in #964
- feat: add shareNamePrefix parameter in storage class by @andyzhangx in #966
- chore: refine mount on Windows logs by @andyzhangx in #967
- chore: fix typos in driver parameters by @andyzhangx in #969
New Contributors
Full Changelog: v1.13.0...v1.14.0
v1.13.0 release
Features 🌈
Bug Fixes 🐞
- fix: add tags matching in storage account search (#933)
- fix: reduce account api throttling in removing tags (#938)
- fix: CVE-2022-0778 in image build (#943)
- fix: leader-election namespace issue (#950)
What's Changed
- test: fix driver pod restarts script by @andyzhangx in #930
- fix: add tags matching in storage account search by @andyzhangx in #933
- test: remove runOnMaster config in e2e test by @andyzhangx in #932
- fix: armclient panic when response is nil by @andyzhangx in #937
- fix: reduce account api throttling in removing tags by @andyzhangx in #938
- Rephrase block volume error by @jsafrane in #940
- test: fix in-tree driver test failure in k/k by @andyzhangx in #942
- fix: CVE-2022-0778 in image build by @andyzhangx in #943
- doc: add nconnect mount option in nfs example by @andyzhangx in #944
- feat: provide latency data in logs by @andyzhangx in #945
- feat: add azureGoSDKLogLevel config in chart by @andyzhangx in #946
- test: add ENV setting info in e2e tests by @andyzhangx in #947
- test: add more debugging info in e2e test by @andyzhangx in #948
- fix: leader-election namespace issue by @andyzhangx in #950
New Contributors
Full Changelog: v1.12.0...v1.13.0
v1.12.0 release
Features 🌈
- feat: add rootSquashType parameter for nfs share (#924)
- feat: add mountPermissions parameter in storage class (#927)
Bug Fixes 🐞
- fix: adjust memory requests and limits on Windows node (#916)
- fix: delete file share failure when account is deleted (#917)
- fix: gid conflict issue between sc and fsGroup setting (#922)
What's Changed
- test: add codespell shellcheck github actions by @andyzhangx in #914
- fix: remove memory requests on Windows node by @andyzhangx in #915
- fix: adjust memory requests and limits on Windows node by @andyzhangx in #916
- fix: delete file share failure when account is deleted by @andyzhangx in #917
- fix: NodePublishVolume idempotent issue by @andyzhangx in #918
- fix: gid conflict issue between sc and fsGroup setting by @andyzhangx in #922
- feat: add rootSquashType parameter for nfs share by @andyzhangx in #924
- feat: add mountPermissions parameter in storage class by @andyzhangx in #927
Full Changelog: v1.11.0...v1.12.0
v1.11.0 release
Features 🌈
- upgrade csi-resizer, csi-snapshotter (#888, #891)
- supports NFSv3 protocol (#896)
- enable NodeGetVolumeStats by default (#905)
Bug Fixes 🐞
- fix: azure file location specification issue (#908)
- fix: CVE-2021-3996 in image build (#892)
- fix: remove special chars when parsing account name from secret (#910)
What's Changed
- feat: enable NodeGetVolumeStats by default by @andyzhangx in #905
- cleanup: remove unused code by @andyzhangx in #903
- test: enable one subpath on smb external test by @andyzhangx in #907
- fix: azure file location specification issue by @andyzhangx in #908
- chore: upgrade to k8s v1.23.3 lib by @andyzhangx in #909
- fix: remove special chars when parsing account name from secret by @andyzhangx in #910
Full Changelog: v1.10.0...v1.11.0
v1.10.0 release
Features 🌈
- upgrade csi-provisioner to v3.1.0 (#879)
- upgrade to csi-attacher v3.4.0 (#886)
- upgrade snapshot CRDs to v1 (#883)
- supports NFSv3 protocol (#896)
Bug Fixes 🐞
- fix: disable secret cache in CreateVolume by default (#882)
- fix: set default mount permissions for nfs as 0777 (#884)
What's Changed
- doc: cut v1.9.0 release by @andyzhangx in #869
- chore: switch master branch to use v1.10.0 by @andyzhangx in #870
- doc: change snapshot v1beta1 to v1 by @andyzhangx in #872
- test: change helm install method by @andyzhangx in #874
- chore: upgrade azure-sdk-for-go and compute sdk to 2021-07-01 by @andyzhangx in #877
- test: fix get kcm logs error in e2e test by @andyzhangx in #880
- feat: upgrade csi-provisioner to v3.1.0 by @andyzhangx in #879
- fix: disable secret cache in CreateVolume by default by @andyzhangx in #882
- feat: upgrade snapshot CRDs to v1 by @andyzhangx in #883
- fix: set default mount permissions for nfs as 0777 by @andyzhangx in #884
- test: upgrade snapshot test to v1 interface by @andyzhangx in #885
- feat: upgrade to csi-attacher v3.4.0 by @andyzhangx in #886
- feat: upgrade to csi-snapshotter v5.0.1 by @andyzhangx in #888
- fix: CVE-2021-3996 in image build by @andyzhangx in #892
- feat: upgrade to csi-resizer v1.4.0 by @andyzhangx in #891
- feat: supports NFSv3 protocol by @andyzhangx in #896
- cleanup: remove unnecessary CVE packages by @andyzhangx in #897
- test: add more golinters by @andyzhangx in #899
Full Changelog: v1.9.0...v1.10.0
v1.2.2 release
Bug Fixes 🐞
- fix: CVE-2021-3996 in image build (#895)
What's Changed
- doc: cut v1.2.2 release by @andyzhangx in #893
- fix: CVE-2021-3996 in image build by @andyzhangx in #895
Full Changelog: v1.2.1...v1.2.2
v1.2.1 release
Bug Fixes 🐞
- fix: CVE in docker image build (#889)
What's Changed
- fix: CVE in docker image build by @andyzhangx in #889
- doc: cut v1.2.1 release by @andyzhangx in #890
Full Changelog: v1.2.0...v1.2.1
v1.9.0 release
Features 🌈
- disable GET_VOLUME_STATS by default (#846)
- add folderName support (#865)
- remove 1903 1909 2004 Windows image which is end of life (#854)
- add vnet setting in storage class parmaters (#868)
- add folder mountPermissions parameter (#866)
- remove cpu limits (#867)
Bug Fixes 🐞
- fix: detach disk should return error when throttled (#864)
- fix: CVE-2021-43618 in Ubuntu image (#857)
- fix: CVE-2021-38561 with golang lib (#858)
What's Changed
- doc: cut v1.7.0 release by @andyzhangx in #815
- chore: switch master branch to use v1.8.0 by @andyzhangx in #816
- test: enable csi test v4.3.0 by @andyzhangx in #817
- chore: rename sidecar container names in controller by @andyzhangx in #818
- fix: install updated packages to fix CVE issues by @andyzhangx in #819
- test: fix readOnly test case failure for in-tree driver by @andyzhangx in #821
- test: use csi-proxy v1.0.2 in test by @andyzhangx in #822
- fix: multi accounts creation issue when private endpoint creation failed by @andyzhangx in #824
- chore: rename sidecar container names in controller by @andyzhangx in #825
- chore: increase sidecar contianer cpu limit in controller by @andyzhangx in #827
- fix: increase registrar container cpu limit by @andyzhangx in #828
- fix: create private endpoint failure on Government cloud by @andyzhangx in #830
- fix: increase registrar probe timeout value on Windows by @andyzhangx in #832
- chore: increase sidecar container memory limit by @andyzhangx in #833
- Refactoring Kubernetes labels and add custom labels by @nlamirault in #834
- chore: set default replica num of snapshot controller as 2 by @andyzhangx in #839
- feat: add allowEmptyCloudConfig config in chart by @andyzhangx in #840
- feat: upgrade sidecar container version to support WS2022 by @andyzhangx in #841
- feat: support resources config in chart by @andyzhangx in #842
- feat: support nfs Premium_ZRS account by @andyzhangx in #843
- feat: disable GET_VOLUME_STATS by default by @andyzhangx in #846
- feat: increase sidecar container cpu limits by @andyzhangx in #847
- doc: cut v1.8.0 release by @andyzhangx in #844
- chore: switch master branch to use v1.9.0 by @andyzhangx in #848
- fix: v1.8.0 chart by @andyzhangx in #849
- cleanup: remove arm64 image build workaround by @andyzhangx in #852
- cleanup: remove 1903 1909 2004 Windows image which is end of life by @andyzhangx in #854
- test: run external 1.23 tests by @andyzhangx in #855
- fix: CVE-2021-43618 in Ubuntu image by @andyzhangx in #857
- fix: CVE-2021-38561 with golang lib by @andyzhangx in #861
- fix: return error earlier when subnetName is empty by @andyzhangx in #864
- feat: add folderName support by @andyzhangx in #865
- feat: add folder mountPermissions parameter by @andyzhangx in #866
- cleanup: remove cpu limits by @andyzhangx in #867
- feat: add vnet setting in storage class parmaters by @andyzhangx in #868
New Contributors
- @nlamirault made their first contribution in #834
Full Changelog: v1.7.0...v1.9.0