From b2e049657541023c29ec76bada6d45f18bc1eb7a Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Fri, 28 Oct 2016 11:30:22 +0200 Subject: [PATCH] Prepare release. See gh-31. --- docs/index.html | 4 +--- pom.xml | 6 +++--- spring-vault-dependencies/pom.xml | 8 -------- src/main/resources/changelog.txt | 21 ++++++++++++++++++++- src/main/resources/notice.txt | 2 +- 5 files changed, 25 insertions(+), 16 deletions(-) diff --git a/docs/index.html b/docs/index.html index a5002158..90dcb2cc 100755 --- a/docs/index.html +++ b/docs/index.html @@ -41,7 +41,7 @@ badges: Spring Vault provides familiar Spring abstractions and client-side support for accessing, storing and revoking secrets. It offers both low-level and high-level abstractions for interacting with Vault, freeing the user from infrastructural concerns. -With https://www.vaultproject.io[Hashicorp's Vault] you have a central place to manage external secret data for applications across all environments. +With [Hashicorp's Vault](https://www.vaultproject.io) you have a central place to manage external secret data for applications across all environments. Vault can manage static and dynamic secrets such as application data, username/password for remote applications/resources and provide credentials for external services such as MySQL, PostgreSQL, Apache Cassandra, Consul, AWS and more. {% endcapture %} @@ -108,9 +108,7 @@ public class Example { {% capture related_resources %} - {% endcapture %} - {% include project_page.html %} diff --git a/pom.xml b/pom.xml index 347e4aef..e4aa0533 100644 --- a/pom.xml +++ b/pom.xml @@ -48,7 +48,7 @@ Bamboo - https://build.springframework.org/bamboo/browse/SPRVAULT + https://build.spring.io/browse/SPRINGVAULT-VAULT @@ -688,8 +688,8 @@ - spring-libs-snapshot - https://repo.spring.io/libs-snapshot + spring-libs-milestone + https://repo.spring.io/libs-milestone true diff --git a/spring-vault-dependencies/pom.xml b/spring-vault-dependencies/pom.xml index 46b9e259..27ed1c70 100644 --- a/spring-vault-dependencies/pom.xml +++ b/spring-vault-dependencies/pom.xml @@ -94,14 +94,6 @@ - - spring-snapshots - Spring Snapshots - https://repo.spring.io/snapshot - - true - - spring-milestones Spring Milestones diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 3a9ef7b2..bd434f4a 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,5 +1,24 @@ Spring Vault Changelog ============================= -Changes in version 1.0.0.M1 (?) +Changes in version 1.0.0 M1 ----------------------------------------- +* Provide transit backend support #1 +* Assert compatibility with Vault 0.5.2 to 0.6.1 #2 +* Support Cubbyhole authentication #3 +* Add documentation for supported clients #4 +* Provide documentation as zip file #5 +* Support AppRole Authentication #7 +* Cannot use Vault with Netty4ClientHttpRequestFactory #8 +* Add PropertySource support #9 +* Add support to generate certificates using the PKI backend #11 +* Revoke token on session disposal #13 +* Upgrade to Vault 0.6.2 #14 +* Task execution does not consider timeout #15 +* Apply Spring Boot (Spring Cloud) code formatter #16 +* Replace Codehaus Nexus with OSS Sonatype in TravisCI build #17 +* Replace {version} in documentation with the actual version #19 +* Getting Started and Dependencies #20 +* SLF4J vs commons-logging? #24 +* Document How to Externalize Vault's Token w/ VaultPropertySoure #26 +* Fix String format in VaultEndpoint.toString #27 diff --git a/src/main/resources/notice.txt b/src/main/resources/notice.txt index 28d481e7..2e47fd79 100644 --- a/src/main/resources/notice.txt +++ b/src/main/resources/notice.txt @@ -1,4 +1,4 @@ -Spring Vault 1.10 M1 +Spring Vault 1.0.0 M1 Copyright (c) [2016] Pivotal Software, Inc. This product is licensed to you under the Apache License, Version 2.0 (the "License").