Skip to content

Releases: jenkinsci/hashicorp-vault-plugin

3.6.0

01 Jul 21:00
hashicorp-vault-plugin-3.6.0
c5a211e
Compare
Choose a tag to compare

🚀 New features and improvements

🐛 Bug Fixes

3.5.0

19 Jun 16:17
hashicorp-vault-plugin-3.5.0
f3858b2
Compare
Choose a tag to compare

🚀 New features and improvements

3.4.1

22 Apr 06:22
hashicorp-vault-plugin-3.4.1
d355508
Compare
Choose a tag to compare

📦 Dependency updates

3.4.0 - full path for jcasc secrets

22 Apr 06:08
hashicorp-vault-plugin-3.4.0
f14b432
Compare
Choose a tag to compare

🚀 New features and improvements

📦 Dependency updates

👻 Maintenance

3.3.0 - Too many file handles

11 Apr 19:07
hashicorp-vault-plugin-3.3.0
1125512
Compare
Choose a tag to compare

🚀 New features and improvements

  • Enable dynamically allocated credentials for Vault Plugin Configuration (#86) @lenaing

🐛 Bug Fixes

  • Use try-with-resources when reading kubernetes service account token. (#91) @lhotrifork

v3.2.0 - Agent retrieval

11 Apr 18:58
Compare
Choose a tag to compare

🚀 New features and improvements

🐛 Bug Fixes

📦 Dependency updates

v3.1.1 - To Serialize or not 👻

29 Jan 05:42
Compare
Choose a tag to compare

🐛 Bug Fixes

v3.1.0 - Kubernetes ❤

20 Jan 20:48
Compare
Choose a tag to compare

🚀 New features and improvements

📦 Dependency updates

👻 Maintenance

  • fix mvn flags on powershell (#64) @Casz

v3.0.0 - SSL verification 👍

09 Oct 21:29
Compare
Choose a tag to compare

SSL verification is enabled, so if your using a self-signed root certificate or a certificate not included in the default truststore under $JAVA_HOME/lib/jre/cacerts you need to add it. You can learn more here
The certificate should be added to the Jenkins Master certificate store

💥 Breaking changes

  • skip ssl veritifcation used to skip when left unchecked (ie. the default) however now you need to check it to skip SSL verification. This way SSL verification is now enabled by default. (#57) @Casz

🚀 New features and improvements

🐛 Bug Fixes

📦 Dependency updates

👻 Maintenance

  • add integration tests for build wrapper against vault container (#59) @Casz

2.5.0

28 Aug 04:03
Compare
Choose a tag to compare

This release enables you to use a Vault agent as your Secret Source for JCasC
by using the CASC_VAULT_AGENT_ADDR

Vault Agent allows to setup caching and auto authentication for more details click here

🚀 New features and improvements

  • add support for vault agent's auto authentication for JCasC secret source (#47) @Casz

  • add symbol hashicorpVault for global vault configuration (#47) @Casz

  • JENKINS-44704 - support variable expand for vault path (#45) @Casz

📝 Documentation updates

  • add vault agent documentation (#49) @Casz
  • simplify pipeline snippet (#46) @Casz

👻 Maintenance

📦 Dependency updates

  • Bump Jenkins version from 2.60.3 to 2.138.4 (#47) @Casz
  • Bump vault-java-driver from 4.0.0 to 5.0.0 (#47) @Casz
    allows vault agent to work
  • Bump configuration-as-code from 1.28 to 1.29 (#47) @Casz
    fixes vault initialization being called too late.
  • Bump vault testcontainer from 1.10.6 to 1.12.0 (#47) @Casz