Skip to content

Releases: jenkinsci/azure-keyvault-plugin

v1.1 🌈

16 Apr 17:39
Compare
Choose a tag to compare

Changes

  • Simplify JCasC test (#15) @timja
  • JENKINS-57013 Fix global configuration not saving (#17) @timja

👻 Maintenance

  • Add github template and release drafter (#16) @timja

🚦 Tests

  • Enable JCasC test after upstream fix released (#18) @timja

Release 1.0.0

04 Feb 15:33
Compare
Choose a tag to compare

[1.0.0] - 2019/02/04

This release brings a partial rewrite to use a more modern Jenkins design, this allows automatic support for the configuration as code plugin and simplifies changes going forward. As part of this release free style project support is removed, if someone wants to use this they can send a PR to restore it, I don't use it myself so don't want to keep something around that isn't in use anywhere, especially given the current test coverage of this project.

New feature:

  • Add symbol, DSL now supports withAzureKeyVault rather than the more verbose wrap form, wrap will still work PR #8
  • Configuration as code support example PR #9 PR #13
  • Add vault url to secret not found message PR #14

Internal: