Skip to content

Releases: HomeOfTheWizard/vault-maven-plugin

vault-maven-plugin-1.1.7

25 May 13:14
Compare
Choose a tag to compare

What's Changed

  • fix reproducability on deploy profile by @ozozgun in #26
  • update docs for latest release version by @ozozgun in #27

Full Changelog: vault-maven-plugin-1.1.6...vault-maven-plugin-1.1.7

vault-maven-plugin-1.1.6

01 May 15:14
Compare
Choose a tag to compare
  • Fix reproducible build with maven jar plugin 63282ea

vault-maven-plugin-1.1.5

01 May 11:52
Compare
Choose a tag to compare

What's Changed

  • Enable reproducible builds, add mvn wrapper by @ozozgun in #22

Full Changelog: vault-maven-plugin-1.1.4...vault-maven-plugin-1.1.5

vault-maven-plugin-1.1.4

01 May 11:32
Compare
Choose a tag to compare

What's Changed

  • Add tests for authentication configs via cli, by @ozozgun in #18
  • Fix bug for special characters in .env file, by @ozozgun in #16

New Contributors

Full Changelog: vault-maven-plugin-1.1.3...vault-maven-plugin-1.1.4

vault-maven-plugin-1.1.3

26 Nov 14:10
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: vault-maven-plugin-1.1.2...vault-maven-plugin-1.1.3

vault-maven-plugin-1.1.2

31 Aug 21:52
Compare
Choose a tag to compare

What's Changed

  • Different methods for using secrets PR
  • Replace non maintained dependencies, like Vault Driver PR
  • AppRole Authentication method PR

vault-maven-plugin-1.1.1

21 Mar 19:10
Compare
Choose a tag to compare
  • Java 11 🚀
  • Upgraded spring and other dependecies versions
  • Vault engine KV2 🥇
  • Vault version 1.9.2
  • Add authentication features 🔓
  • Namespace and engine version parameters
  • Refactored code to increase testability, Added documentation