Skip to content

2.5.0

Compare
Choose a tag to compare
@release-drafter release-drafter released this 28 Aug 04:03
· 117 commits to master since this release

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