github hashicorp/vault-csi-provider 0.3.0

latest releases: v1.4.2, v1.4.1, v1.4.0...
2 years ago

0.3.0 (June 7th, 2021)

Announcements

  • --write-secrets=false will become the default from v0.4.0, and requires secrets-store-csi-driver v0.0.21+.
  • The --health_addr flag is marked deprecated but still functioning. Please use --health-addr instead. --health_addr is currently planned for removal in v0.5.0.

Features

  • Support for changing the default Vault address and Kubernetes mount path via CLI flag to the vault-csi-provider binary [GH-96]
  • Support for sending secret contents to driver for writing via --write-secrets=false [GH-89]
    • Note: --write-secrets=false will become the default from v0.4.0 and require secrets-store-csi-driver v0.0.21+

Changes

  • --health_addr flag is marked deprecated and replaced by --health-addr. Slated for removal in v0.5.0 [GH-100]

Bugs

  • Added missing error handling when transforming SecretProviderClass config to a Vault request [GH-97]

Don't miss a new vault-csi-provider release

NewReleases is sending notifications on new releases.