Skip to content

Releases: Azure/secrets-store-csi-driver-provider-azure

0.0.11

14 Dec 21:41
1f92789
Compare
Choose a tag to compare

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 🐞

  • switch to using flag instead of pflag (#331)
  • debug pipeline buildx failure (#334)

Documentation 📘

  • ingress docs (#282)
  • add plumbing for docs site (#314)

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

11 Nov 01:06
6c8a7ca
Compare
Choose a tag to compare

Warning ⚠️

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 dep update for lint + lint manifest_staging (#288)
  • add golangci lint and enable in CI (#277)

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

02 Oct 00:35
c168d07
Compare
Choose a tag to compare

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 💚

  • add load test pipeline to nightly job (#219)
  • update client secret variable in teardown (#244)

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

19 Aug 02:36
4b5d205
Compare
Choose a tag to compare

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

02 Jul 23:28
f0ffce8
Compare
Choose a tag to compare

Features 🌈

  • add user agent with version number (#118)
  • Allow multiple certificates in pfx pdu for pkcs12 (#123)

Documentation 📘

  • add docs for ingress tls with keyvault (#113)
  • add note about using object type secret for tls (#126)

Maintenance 🔧

  • update node selector to kubernetes.io/os (#128)
  • add kubectl node version to issue template (#131)

Testing 💚

  • add e2e test for pod-identity mode (#137)

Helm 📈

  • add log debug configuration in helm chart (#125)

0.0.6

26 May 22:46
1c838b6
Compare
Choose a tag to compare

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 🐞

  • check key type before return (#74)
  • fix decoding pkcs12 certificate (#82)

Testing 💚

  • add job for windows e2e (#105)

Helm 📈

  • update driver version to v0.0.10 in charts (#81)
  • adding node selector values to chart (#109)

0.0.5

29 Apr 20:23
9626a9b
Compare
Choose a tag to compare

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 📘

  • documentation for windows install (#51)
  • update documentation for pod-identity mode (#57)

Bug Fixes 🐞

  • Fix cert value generation (#52)

Testing 💚

  • Enabled e2e tests on aks-engine clusters (#54)