Vault
Release notes
Each version is available to download from the releases page.
0.3.1 (February 25th, 2026)
FEATURES
- Added 1-hour caching for Vault license checks to reduce repeated license status API calls.
- The Vault API client now implements exponential backoff retries for failed requests, improving resilience against transient errors.
0.3.0 (August 7th, 2025)
FEATURES
- The provider supports pinning the transit key version to use previous key versions after the transit key is rotated.
0.2.2 (August 10th, 2023)
BUGS
- Fixed a bug that stopped the provider from successfully negotiating a TLS handshake directly with a Vault server in some configurations.
0.2.1 (June 30th, 2023)
BUGS
- The provider now correctly uses a previous key version for decryption when the transit key is rotated but the DEK has not yet been re-encrypted.
- Fixed a bug that prevented the provider from emitting Event logs.
0.2.0 (July 15th, 2022)
BUGS
- Fixed a bug where rotating the Transit key would cause decryption failures.
FEATURES
- The config file now supports setting a Vault namespace, and a non-default transit or App Role mount path. See Configuration for details.
IMPROVEMENTS
- The config file is now stored inside ProgramData and will persist during future upgrades. See Configuration for details.
0.1.0 (November 17th, 2021)
Initial release.