v0.4.0-SNAPSHOT
This commit is contained in:
parent
fc493a2e73
commit
e99809cd46
@ -1,3 +1,6 @@
|
|||||||
|
## 0.4.0 [development]
|
||||||
|
* [feature] Deletion, revocation and renewal of secrets (#3)
|
||||||
|
|
||||||
## 0.3.0 [2016-10-07]
|
## 0.3.0 [2016-10-07]
|
||||||
* [feature] Retrieval of JSON objects (#1)
|
* [feature] Retrieval of JSON objects (#1)
|
||||||
* [test] Tested against Vault 0.6.2
|
* [test] Tested against Vault 0.6.2
|
||||||
|
@ -13,6 +13,8 @@ Java Vault Connector is a connector library for [Vault](https://www.vaultproject
|
|||||||
* Read secrets
|
* Read secrets
|
||||||
* Write secrets
|
* Write secrets
|
||||||
* List secrets
|
* List secrets
|
||||||
|
* Delete secrets
|
||||||
|
* Renew/revoke leases
|
||||||
* Connector Factory with builder pattern
|
* Connector Factory with builder pattern
|
||||||
* Tested against Vault 0.6.2
|
* Tested against Vault 0.6.2
|
||||||
|
|
||||||
|
2
pom.xml
2
pom.xml
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
<groupId>de.stklcode.jvault</groupId>
|
<groupId>de.stklcode.jvault</groupId>
|
||||||
<artifactId>connector</artifactId>
|
<artifactId>connector</artifactId>
|
||||||
<version>0.3.0</version>
|
<version>0.4.0-SNAPSHOT</version>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user