Releases: Azure/secrets-store-csi-driver-provider-azure
Releases · Azure/secrets-store-csi-driver-provider-azure
0.0.12
Features 🌈
Bug Fixes 🐞
- CVE-2020-27350, CVE-2020-29362 (#355)
Documentation 📘
Testing 💚
Maintenance 🔧
Azure Key Vault Provider image is now in mcr.microsoft.com/oss/azure/secrets-store/provider-azure:0.0.12
0.0.11
Warning ⚠️
- The
0.0.11
version of the Azure Key Vault Provider is not compatible with driver versions <v0.0.14
. Please read the doc carefully before upgrading.
Features 🌈
- add pprof profiling (#329)
Bug Fixes 🐞
Documentation 📘
Helm 📈
- update secrets-store-csi-driver to
v0.0.18
(#340)
Azure Key Vault Provider image is now in mcr.microsoft.com/oss/azure/secrets-store/provider-azure:0.0.11
0.0.10
Warning ⚠️
- The
0.0.10
version of the Azure Key Vault Provider is not compatible with driver versions <v0.0.14
. Please read the doc carefully before upgrading. - CVE-2020-8567 (Medium): Plugin directory traversals. See kubernetes-sigs/secrets-store-csi-driver#384 for more details.
Features 🌈
- switch to using HostToContainer instead of Bidirectional (#276)
- add validation for file name (#298)
- switch to klog v2 and structured logging (#299)
Documentation 📘
- Added a link to a YouTube video on Azure Secret Store Provider for AKV integration with VMSS Managed Identity (#147)
- Update link for rotation doc (#264)
- update README.md to clarify objectAlias for secret sync (#280)
- add demo video (#287)
- Update link to README for pod identity (#304)
Maintenance 🔧
- update registrar and liveness probe images (#295)
Testing 💚
Helm 📈
- Add priorityClassName to daemonsets (#263)
- Allow the 'updateStrategy' of the Daemonset to be configured in Helm (#285)
- Update to secrets-store-csi-driver
v0.0.17
(#309)
Azure Key Vault Provider image is now in mcr.microsoft.com/oss/azure/secrets-store/provider-azure:0.0.10
0.0.9
Warning ⚠️
- The
0.0.9
version of the Azure Key Vault Provider is not compatible with driver versions <v0.0.14
. Please read the doc carefully before upgrading.
Features 🌈
- implement gRPC server (#203)
- Adds support for specifying objectEncoding for secrets (#236)
- add trimspace to sanitize yaml fields (#246)
Bug Fixes 🐞
- custom azure environment not supported (#220)
Documentation 📘
- update example manifest for pvc (#212)
- Fix missing link in README.md (#228)
- Update system-assigned-msi-mode.md (#233)
Maintenance 🔧
- update pr template (#208)
- add manifest staging dir to hold new manifests (#215)
- update debian base image to v2.1.3 (#222)
Testing 💚
Helm 📈
- Add imagePullSecretes to the Helm chart (#238)
Azure Key Vault Provider image is now in mcr.microsoft.com/oss/azure/secrets-store/provider-azure:0.0.9
0.0.8
Features 🌈
- set context timeout for access to kv (#152)
- allow defining a custom azure environment (#153)
- add object format to support pfx (#175)
Bug Fixes 🐞
- update kv endpoint suffix for custom cloud (#189)
Documentation 📘
- adjusted BYO MI terminology in docs. (#154)
- add helm chart, driver, provider version matrix (#168)
- fix broken image link in readme (#176)
- add example psp and note in readme (#181)
- Fix links to example files that were moved. (#184)
- add examples and build badges (#187)
Maintenance 🔧
- remove periodic log from container (#163)
Testing 💚
- add pipeline for aks cluster (#172)
Helm 📈
- update helm chart to include driver:v0.0.12 (#164)
0.0.7
0.0.6
Features 🌈
- update logic for cert and key (#98)
- Review doc for changes.
- update container base image to debian base (#100)
Documentation 📘
- demo video by @HoussemDellai added to readme 🎉 (#78)
- adding more commands to clarify steps / stages (#85)
- fix doc format, add link for pod-identity role assignment (#87)
- update doc for pod-identity mode (#95)
- Add features to README (#96)
Bug Fixes 🐞
Testing 💚
- add job for windows e2e (#105)
Helm 📈
0.0.5
Features 🌈
- Add support for setting cloud name (#21)
- Add Key Vault Object Alias Support for Filenames (#39)
- Add support for user-assigned and system-assigned MSI (#46)
- Support driver and azure keyvault provider installation with helm charts (#62)
Documentation 📘
Bug Fixes 🐞
- Fix cert value generation (#52)
Testing 💚
- Enabled e2e tests on aks-engine clusters (#54)