Warning ⚠️
- The
SecretProviderClass
needs to be in the same namespace as the pod referencing it as ofv0.0.12
. - Defining driver configuration and provider-specific parameters to the CSI driver in
pod.Spec[].Volumes
has been deprecated inv0.0.12
. It is now mandatory to useSecretProviderClass
custom resource.
Features 🌈
- add rotation reconciler (#303)
- add trimspace to sanitize yaml fields (#327)
- add event recorder (#323)
Documentation 📘
Testing 💚
- Add more unit tests for secrets-store pkg (#308)
- update e2e helm install for grpc supported provider (#328)
- add e2e tests for rotation with azure provider (#329)