v1.0.0-rc.0
Pre-release
Pre-release
Announcement 📢
--filtered-watch-secret
has been enabled by default inv0.1.0
release. Refer to kubernetes-sigs/secrets-store-csi-driver#550 for more info.- CustomResourceDefinitions in helm charts were moved from
templates
tocrds
directory inv0.1.0
.pre-upgrade
hooks have been added to manage the lifecycle of CRDs during install/upgrade. - ❗ Rollback to previous helm chart versions after installing
v0.1.0+
will result in an error.
Code Refactoring 💎
Documentation 📘
- adds pros n cons for access methods (#636, @nilekhc)
- add /etc/ssl/certs volume mount for custom cloud (#651, @aramase)
Features 🌈
Helm 📈
Maintenance 🔧
- make --driver-write-secrets flag no-op (#617, @aramase)
- update to go 1.17 (#630, @aramase)
- use ErrorS instead of Fatalf for structured logging (#638, @aramase)
- update build status badge to new pipeline (#643, @aramase)
- replace deprecated codecov uploader with GitHub action (#648, @aramase)
Testing 💚
- refactor cleanup image template (#613, @aramase)
- adds e2e test for containerd on windows (#612, @nilekhc)
- adds default runtime for nightly runs (#627, @nilekhc)
- cleanup unit tests that have external dependency (#635, @aramase)
- switch from service principal to managed identity for e2e test (#621, @nilekhc)
- add kubernetes version matrix for kind tests (#642, @aramase)
- bump test timeout to 120m (#650, @aramase)