Skip to content

Releases: jenkinsci/azure-keyvault-plugin

v2.1 🌈

02 Nov 14:15
azure-keyvault-2.1
b1ddb99
Compare
Choose a tag to compare

🤯 Security

  • SECURITY-2110 Credentials enumeration vulnerability - Advisory pending @timja

👻 Maintenance

  • replaced deprecated Jenkins.getInstance with Jenkins.get() and replaced raw use of class (#64) @StefanSpieker
  • useAci instead of forceAci (#62) @slide

v2.0 🌈

30 Mar 10:33
azure-keyvault-2.0
b9a7eed
Compare
Choose a tag to compare

💥 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:

  1. if you're using override application ID or override application secret you now also need to supply an override tenant ID (tenantIdOverride: )

  2. 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

  • 📝Fix declarative example on the README (#57) @timja

📦 Dependency updates

  • Upgrade to azure-sdk-for-java (#56) @timja
  • Update azure SDK / azure credentials (#53) @timja

v1.9 🌈

15 Mar 21:54
azure-keyvault-1.9
8aab91d
Compare
Choose a tag to compare

🐛 Bug Fixes

  • More resiliency on failure in the credential provider (#52) @timja

v1.8 🌈

14 Mar 09:15
azure-keyvault-1.8
d2db2ce
Compare
Choose a tag to compare

🚀 New features and improvements

  • Implement JCasc SecretSource extension point (#45) @timja
  • Add system property / env var configuration resolution (#46) @timja

🐛 Bug Fixes

  • Allow fixing global configuration if it's invalid (#48) @timja

📝 Documentation updates

  • Update plugin description + README improvements (#51) @timja

👻 Maintenance

v1.7 🌈

21 Feb 19:45
azure-keyvault-1.7
83ef1d1
Compare
Choose a tag to compare

🚀 New features and improvements

📦 Dependency updates

v1.6 🌈

14 Jan 07:47
azure-keyvault-1.6
ac9ab5c
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Fix NotSerializableException issue for AzureKeyVaultImdsCredential (#32) @gavinfish

v1.5 🌈

14 Jan 07:39
azure-keyvault-1.5
98731f7
Compare
Choose a tag to compare

📦 Dependency updates

v1.4 🌈

14 Jan 07:38
azure-keyvault-1.4
e2d47af
Compare
Choose a tag to compare

🚀 New features and improvements

  • Add Managed Identity / IMDS support (#27) @timja

📝 Documentation updates

v1.3 🌈

29 Sep 15:28
azure-keyvault-1.3
5de0102
Compare
Choose a tag to compare

Changes

  • Ensure workspace has been created before writing pfx (#25) @timja
  • Add certificate support to declarative pipeline (#24) @timja
  • Add declarative pipeline support (#23) @timja

👻 Maintenance

v1.2 🌈

30 Apr 16:47
Compare
Choose a tag to compare

Changes