v4.3.0 release
Features 🌈
- enable securityContext.seccompProfile (#437)
- support volume cloning (#426)
- support snapshot (#430)
- provide option to retain subdir on delete (#432)
Bug Fixes 🐞
- fix: use mkdir -p for creating subdir in mounted base-dir (#412)
- fix: CVE-2022-41723 (#415)
- fix: CVE-2022-3294 (#435)
- fix: set ClusterFirstWithHostNet as default dnsPolicy (#440)
What's Changed
- doc: cut v4.2.0 release by @andyzhangx in #401
- test: update release tools by @andyzhangx in #417
- Update debian-base image to v1.4.3 by @saschagrunert in #419
- test: fix golint error by @andyzhangx in #425
- feat: volume clone from source volume by @wozniakjan in #426
- feat: add readOnlyRootFilesystem if possible by @farodin91 in #422
- test: copy volume from volume unit tests by @wozniakjan in #433
- fix: CVE-2022-3294 by @andyzhangx in #435
- feat: provide option to retain subdir on delete by @woehrl01 in #432
- feat: implement snapshots as tarballs by @wozniakjan in #430
- feat: enable securityContext.seccompProfile, set system-cluster-critical by @andyzhangx in #437
- test(e2e): change the storageclass configuration method in the test file by @umagnus in #438
- fix: set ClusterFirstWithHostNet as default dnsPolicy by @andyzhangx in #440
- chore: upgrade csi sidecar container images by @andyzhangx in #441
- chore: add dependabot by @andyzhangx in #442
- chore(deps): bump github/codeql-action from 1 to 2 by @dependabot in #443
- chore(deps): bump sigs.k8s.io/yaml from 1.2.0 to 1.3.0 by @dependabot in #444
- chore(deps): bump actions/setup-go from 2 to 4 by @dependabot in #445
- chore(deps): bump golang.org/x/net from 0.7.0 to 0.9.0 by @dependabot in #446
- chore(deps): bump google.golang.org/protobuf from 1.27.1 to 1.30.0 by @dependabot in #447
- chore(deps): bump github.com/onsi/gomega from 1.10.1 to 1.27.6 by @dependabot in #448
- Use dl.k8s.io instead of hardcoded GCS URIs by @stmcginnis in #450
- chore: upgrade snapshot version and refine snapshot deployment by @andyzhangx in #451
- chore: upgrade csi-snapshot to v6.2.2 by @andyzhangx in #453
New Contributors
- @saschagrunert made their first contribution in #419
- @farodin91 made their first contribution in #422
- @woehrl01 made their first contribution in #432
- @dependabot made their first contribution in #443
- @stmcginnis made their first contribution in #450
Full Changelog: v4.2.0...v4.3.0