Prepare release.
See gh-31.
This commit is contained in:
@@ -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 %}
|
||||
</html>
|
||||
|
||||
6
pom.xml
6
pom.xml
@@ -48,7 +48,7 @@
|
||||
|
||||
<ciManagement>
|
||||
<system>Bamboo</system>
|
||||
<url>https://build.springframework.org/bamboo/browse/SPRVAULT</url>
|
||||
<url>https://build.spring.io/browse/SPRINGVAULT-VAULT</url>
|
||||
</ciManagement>
|
||||
|
||||
<developers>
|
||||
@@ -688,8 +688,8 @@
|
||||
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>spring-libs-snapshot</id>
|
||||
<url>https://repo.spring.io/libs-snapshot</url>
|
||||
<id>spring-libs-milestone</id>
|
||||
<url>https://repo.spring.io/libs-milestone</url>
|
||||
<snapshots>
|
||||
<enabled>true</enabled>
|
||||
</snapshots>
|
||||
|
||||
@@ -94,14 +94,6 @@
|
||||
</dependencyManagement>
|
||||
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>spring-snapshots</id>
|
||||
<name>Spring Snapshots</name>
|
||||
<url>https://repo.spring.io/snapshot</url>
|
||||
<snapshots>
|
||||
<enabled>true</enabled>
|
||||
</snapshots>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>spring-milestones</id>
|
||||
<name>Spring Milestones</name>
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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").
|
||||
|
||||
Reference in New Issue
Block a user