From c2a71e718703bdfdf6e6147abb3b3fd98fbe01b7 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Thu, 5 Oct 2017 15:17:37 +0200 Subject: [PATCH] Update changelog. See gh-153. --- src/main/asciidoc/new-features.adoc | 13 +++++++++---- src/main/resources/changelog.txt | 25 +++++++++++++++++++++++++ 2 files changed, 34 insertions(+), 4 deletions(-) diff --git a/src/main/asciidoc/new-features.adoc b/src/main/asciidoc/new-features.adoc index 9f9155ae..253131b5 100644 --- a/src/main/asciidoc/new-features.adoc +++ b/src/main/asciidoc/new-features.adoc @@ -10,12 +10,17 @@ * Transit batch encrypt and decrypt support. * Policy management for policies stored as JSON. +[[new-features.1-1-0]] +=== What's new in Spring Vault 1.1.0 + +* <>. +* Configuration of encryption/decryption versions for transit keys. +* Pull mode for <>. +* Transit batch encrypt and decrypt support. +* TTL-based generic secret rotation. + [[new-features.1-0-0]] === What's new in Spring Vault 1.0 * Initial Vault support. -[[new-features.1-1-0]] -=== What's new in Spring Vault 1.1.0 - -* Transit batch encrypt and decrypt support. diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 19405fb5..8c3d5ea5 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,31 @@ Spring Vault Changelog ============================= +Changes in version 2.0.0.M3 +----------------------------------------- +* Add support to manage policies #10 +* Adapt Vault API changes in transit key value/configuration objects #124 +* Vault repository support #128 +* Unconfigured keystore password considers keystore as tampered bug #131 +* Support AppRole authentication pull mode #132 +* Add explicit automatic module name for Java 9 #141 +* Upgrade dependencies #144 +* Adapt NonNullFields annotation #145 +* Adapt to changed Spring Framework 5 documentation structure #147 +* Support ecdsa and ed25519 transit key metadata #149 +* Upgrade to Spring Framework 5 release versions #150 +* Remove own code in favor of Spring Data KeyValue #151 +* Upgrade dependencies #156 +* Merge repository support into Spring Vault Core JAR #157 + +Changes in version 1.1.0.RELEASE +----------------------------------------- +* Adapt Vault API changes in transit key value/configuration objects #124 +* Add support for Batch Encryption/Decryption APIs #137 +* Skip Javadoc validation in Javadoc plugin #140 +* Add explicit automatic module name for Java 9 #141 +* Upgrade dependencies #154 + Changes in version 2.0.0.M2 ----------------------------------------- * Reactive Support #25