Features 🌈
- enable securityContext.seccompProfile (#596)
- support volume cloning (#601)
- add support for sec=krb5 mounting (#606, #613)
Bug Fixes 🐞
- fix: CVE-2022-41723 (#581)
- fix: remove forceUmount and lazyUmount (#582)
- fix: use mkdir -p for creating subdir in mounted base-dir (#583)
- fix: set ClusterFirstWithHostNet as default dnsPolicy (#604)
What's Changed
- doc: cut v1.9.0 release by @andyzhangx in #529
- chore: switch master branch to use v1.10.0 by @andyzhangx in #531
- test: update ubuntu-18.04 to ubuntu-latest in GitHub workflows by @andyzhangx in #533
- test: fix golint error by @andyzhangx in #536
- chore: switch to golang 1.18 by @andyzhangx in #535
- test: run sanity test using csi-test v5.0.0 by @andyzhangx in #537
- updated CONTRIBUTING.md fix broken link by @amolmote in #539
- test: add helm repo install check by @umagnus in #544
- chore: upgrade base image as debian-base:bullseye-v1.4.2 by @andyzhangx in #546
- chore: ugprade sidecar images by @andyzhangx in #553
- doc: install docs updates on Microk8s based Kubernetes by @tonycox in #552
- chore: upgrade to csi-node-driver-registrar v2.6.2 by @andyzhangx in #560
- chore: upgrade to k8s 1.26.0 lib by @andyzhangx in #564
- test: add helm lint test by @umagnus in #566
- cleanup: remove useless functions by @andyzhangx in #565
- fix: use force unmount to fix umount failure by @andyzhangx in #569
- doc: add annotations in PV config to support Delete reclaimPolicy by @andyzhangx in #572
- doc: refine doc by @andyzhangx in #574
- fix: buildx issue with provenance disabled by @andyzhangx in #578
- chore: cleanup go mod dependencies by @andyzhangx in #579
- fix: CVE-2022-41723 by @andyzhangx in #581
- fix: remove forceUmount and lazyUmount by @andyzhangx in #582
- fix: use mkdir -p for creating subdir in mounted base-dir by @andyzhangx in #583
- doc: cut v1.10.0 release by @andyzhangx in #575
- test: update release tools by @andyzhangx in #585
- Update debian-base image to v1.4.3 by @saschagrunert in #587
- cleanup: remove metrics-address on driver daemonset on the node by @andyzhangx in #588
- test: fix golint error by @andyzhangx in #591
- feat: add readOnlyRootFilesystem if possible by @farodin91 in #589
- cleanup: remove 20H2 windows image build by @andyzhangx in #595
- feat: enable securityContext.seccompProfile by @andyzhangx in #596
- test(e2e): change the storageclass configuration method in the test file by @umagnus in #597
- cleanup: replace deprecated ioutil method by @umagnus in #598
- fix: set ClusterFirstWithHostNet as default dnsPolicy by @andyzhangx in #604
- feat: volume clone from source volume by @umagnus in #601
- chore: upgrade csi sidecar container images by @andyzhangx in #605
- chore: add dependabot by @andyzhangx in #607
- chore(deps): bump github/codeql-action from 1 to 2 by @dependabot in #608
- chore(deps): bump actions/setup-go from 2 to 4 by @dependabot in #609
- chore(deps): bump github.com/stretchr/testify from 1.8.0 to 1.8.2 by @dependabot in #610
- feat: add support for sec=krb5 mounting by @yerenkow in #606
- replace references of https://storage.googleapis.com/kubernetes-release with https://dl.k8s.io by @KlwntSingh in #614
- fix: add default krb5 cc path by @edward2a in #613
- chore(deps): bump github.com/kubernetes-csi/csi-lib-utils from 0.7.0 to 0.13.0 by @dependabot in #615
- chore(deps): bump github.com/Azure/go-autorest/autorest from 0.11.27 to 0.11.29 by @dependabot in #616
- chore: add Dockerfile dependabot by @andyzhangx in #618
- chore(deps): bump github.com/pborman/uuid from 1.2.0 to 1.2.1 by @dependabot in #619
- chore(deps): bump github.com/Azure/azure-sdk-for-go from 55.0.0+incompatible to 68.0.0+incompatible by @dependabot in #620
- chore(deps): bump golang.org/x/net from 0.7.0 to 0.10.0 by @dependabot in #621
New Contributors
- @amolmote made their first contribution in #539
- @umagnus made their first contribution in #544
- @tonycox made their first contribution in #552
- @saschagrunert made their first contribution in #587
- @farodin91 made their first contribution in #589
- @KlwntSingh made their first contribution in #614
- @edward2a made their first contribution in #613
Full Changelog: v1.9.0...v1.11.0