Releases: jenkinsci/hashicorp-vault-plugin
Releases · jenkinsci/hashicorp-vault-plugin
371.v884a_4dd60fb_6
🐛 Bug fixes
- Make sure both tokenCache and tokenExpiryCache are initialized if needed (#342) @dwnusbaum
370.v946b_53544a_30
🐛 Bug fixes
- Rename tokenExpiry field to prevent Folder corruption issues when upgrading from old versions of this plugin (#336) @dwnusbaum
369.vd49b_f7441a_a_3
🚀 New features and improvements
- JENKINS-73398 - : Support credential snapshots (#334) @mtughan
368.v48134f694db_f
👷 Changes for plugin developers
- Replace JSR-305 annotations with spotbugs annotations (#329) @MarkEWaite
367.v8a_1ee1cccf3a
🐛 Bug fixes
- fix default values in addrVar and tokenVar UI (#298) @dshvedchenko
366.v3b_57135510d6
🐛 Bug fixes
- Fixes #323 to prevent serialization of token expiry (#325) @bluesliverx
👷 Changes for plugin developers
364.vf5d54b_3dc313
🚀 New features and improvements
- Adds support for using job-specific policies (#223) @bluesliverx
363.va_f8c1627db_b_a
🐛 Bug fixes
- Make sure token does not expire within 10 seconds instead of 2 (#268) @bluesliverx
362.v8dfe4061f29e
🐛 Bug fixes
- Raise exception when access is denied instead of silently failing (#257) @bluesliverx
361.v44fea_4fc08d9
🐛 Bug fixes
- JENKINS-71788 - Fix timing of
SecretPatterns.getAggregateSecretPattern
(#314) @jglick