Changelog and dependency update
This commit is contained in:
parent
3271e5e513
commit
4adefc2cda
@ -1,5 +1,8 @@
|
|||||||
## 0.4.0 [development]
|
## 0.4.0 [development]
|
||||||
* [feature] Deletion, revocation and renewal of secrets (#3)
|
* [feature] Deletion, revocation and renewal of secrets (#3)
|
||||||
|
* [feature] Token creation (#4)
|
||||||
|
* [feature] AppRole auth backend supported (#5)
|
||||||
|
* [deprecation] App-ID backend marked as deprecated
|
||||||
|
|
||||||
## 0.3.0 [2016-10-07]
|
## 0.3.0 [2016-10-07]
|
||||||
* [feature] Retrieval of JSON objects (#1)
|
* [feature] Retrieval of JSON objects (#1)
|
||||||
|
@ -9,6 +9,7 @@ Java Vault Connector is a connector library for [Vault](https://www.vaultproject
|
|||||||
* Token
|
* Token
|
||||||
* Username/Password
|
* Username/Password
|
||||||
* AppID (register and authenticate)
|
* AppID (register and authenticate)
|
||||||
|
* AppRole (register and authenticate)
|
||||||
* Secrets
|
* Secrets
|
||||||
* Read secrets
|
* Read secrets
|
||||||
* Write secrets
|
* Write secrets
|
||||||
|
4
pom.xml
4
pom.xml
@ -41,12 +41,12 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.fasterxml.jackson.core</groupId>
|
<groupId>com.fasterxml.jackson.core</groupId>
|
||||||
<artifactId>jackson-core</artifactId>
|
<artifactId>jackson-core</artifactId>
|
||||||
<version>2.8.3</version>
|
<version>2.8.4</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.fasterxml.jackson.core</groupId>
|
<groupId>com.fasterxml.jackson.core</groupId>
|
||||||
<artifactId>jackson-databind</artifactId>
|
<artifactId>jackson-databind</artifactId>
|
||||||
<version>2.8.3</version>
|
<version>2.8.4</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user