Releases: kubernetes-sigs/secrets-store-csi-driver
Releases · kubernetes-sigs/secrets-store-csi-driver
v0.0.12
Warning ⚠️
This release includes breaking changes:
- The
SecretProviderClass
needs to be in the same namespace as the pod referencing it.
- Defining driver configuration and provider-specific parameters to the CSI driver in
pod.Spec[].Volumes
has been deprecated. It is now mandatory to use SecretProviderClass
custom resource.
Features 🌈
- Use controller to reconcile k8s secrets (#224)
Bug Fixes 🐞
- set context for provider binary calls (#238)
Documentation 📘
- add docs for ingress tls with vault (#212)
- add note about community call (#244)
- Update community meeting (#250)
Testing 💚
- update azure key tests for latest release 0.0.6 (#213)
- Update and fix e2e-vault (#234)
Helm 📈
- update node selector and make it configurable (#232)
Maintenance 🔧
- Adds image automated build (#189)
- set DOCKER_CLI_EXPERIMENTAL in makefile (#218)
- Switch from manifest-tool to docker manifest (#225)
- update to livenessprobe v2.0.0 (#248)
- Driver images are now hosted in GCR at
us.gcr.io/k8s-artifacts-prod/csi-secrets-store/driver
v0.0.11
Features 🌈
- allow kubelet root dir to be configurable (#207)
- update base image with debian base (#205)
Documentation 📘
- add slack channel for csi-secrets-store (#208)
Helm 📈
- allow kubelet root dir to be configurable (#207)
v0.0.10
Features 🌈
- Add support to sync k8s secret (#186)
Documentation 📘
- documentation for windows install (#183)
- Add sample for ingress controller with TLS (#192)
Testing 💚
- E2E tests enabled for windows(#181)
Helm 📈
- Switch to using version instead of gitversion (#184)
- Package helm charts (#191)