v1.10.0 release
Features π
- add azureGoSDKLogLevel config in chart (#631)
- provide a flag to allow accessing storage account key using cluster identity for inline volume (#640)
- support mount blob storage directory in another subscription (#644)
- add containerNamePrefix in storage class (#648)
Bug Fixes π
- fix: CVE issues in image build (#628, #635, #638, #642)
- fix: should return error for block volumeMode (#646)
What's Changed
- fix: CVE-2022-0778 in image build by @andyzhangx in #628
- doc: add nconnect mount option in nfs example by @andyzhangx in #629
- feat: provide latency data in logs by @andyzhangx in #630
- feat: add azureGoSDKLogLevel config in chart by @andyzhangx in #631
- fix: leader-election namespace issue by @andyzhangx in #633
- fix: add control-plane setting in tolerations by @andyzhangx in #634
- fix: CVE issues in image build by @andyzhangx in #635
- fix: default secretNamespace should be pvc namespace by @andyzhangx in #636
- fix: CVE-2018-25032 in image build by @andyzhangx in #638
- doc: refine static PV docs by @andyzhangx in #639
- test: fix golinter error by @andyzhangx in #641
- fix: CVE-2022-21698 with prometheus/client_golang by @andyzhangx in #642
- fix: default namespace issue by @andyzhangx in #643
- feat: provide a flag to allow accessing storage account key using cluster identity for inline volume by @andyzhangx in #640
- feat: support mount blob storage directory in another subscription by @andyzhangx in #644
- fix: should return error for block volumeMode by @andyzhangx in #646
- test: run slow external tests by @andyzhangx in #645
- chore: refine VolumeCapabilities check by @andyzhangx in #647
- feat: add containerNamePrefix in storage class by @andyzhangx in #648
Full Changelog: v1.9.0...v1.10.0