Releases: jenkinsci/azure-keyvault-plugin
Releases · jenkinsci/azure-keyvault-plugin
v2.1 🌈
v2.0 🌈
💥 Breaking changes
We've migrated from the deprecated azure-keyvault library to the azure-security-keyvault-secrets library, there was a resource leak in the old one which could cause Jenkins to crash under certain circumstances.
This includes two breaking changes due to the new SDK not supporting tenant less authentication:
-
if you're using override application ID or override application secret you now also need to supply an override tenant ID (tenantIdOverride: )
-
username / password credential is no longer supported (as tenant ID is manadatory and its not possible to get a tenant ID from a username password
🐛 Bug Fixes
Documentation
📦 Dependency updates
v1.9 🌈
v1.8 🌈
v1.7 🌈
🚀 New features and improvements
- Add Key Vault Provider (#33) @gavinfish
📦 Dependency updates
- Bump checkstyle from 8.23 to 8.29 (#36) @dependabot
v1.6 🌈
🐛 Bug Fixes
- Fix NotSerializableException issue for AzureKeyVaultImdsCredential (#32) @gavinfish