prepare release 0.9.0
This commit is contained in:
parent
1d5db0c365
commit
4fb63f0977
@ -1,12 +1,12 @@
|
|||||||
## 0.9.0 (unreleased)
|
## 0.9.0 (2020-04-29)
|
||||||
|
|
||||||
### Fixes
|
### Fixes
|
||||||
* Correctly parse Map field for token metadata (#34)
|
* Correctly parse Map field for token metadata (#34)
|
||||||
* Correctly map token policies on lookup (#35)
|
* Correctly map token policies on token lookup (#35)
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
* Support for token types (#26)
|
* Support for token types (#26)
|
||||||
* Support for token role handling (#27)
|
* Support for token role handling (#27) (#37)
|
||||||
|
|
||||||
### Improvements
|
### Improvements
|
||||||
* Added `entity_id`, `token_policies`, `token_type` and `orphan` flags to auth response
|
* Added `entity_id`, `token_policies`, `token_type` and `orphan` flags to auth response
|
||||||
@ -25,6 +25,9 @@
|
|||||||
### Removals
|
### Removals
|
||||||
* Deprecated methods `AppRole#getBoundCidrList()`, `#setBoundCidrList()` and `getBoundCidrListString()` have been removed.
|
* Deprecated methods `AppRole#getBoundCidrList()`, `#setBoundCidrList()` and `getBoundCidrListString()` have been removed.
|
||||||
|
|
||||||
|
### Test
|
||||||
|
* Tested against Vault 1.4.0
|
||||||
|
|
||||||
|
|
||||||
## 0.8.2 (2019-10-20)
|
## 0.8.2 (2019-10-20)
|
||||||
|
|
||||||
|
@ -40,7 +40,7 @@ Java Vault Connector is a connector library for [Vault](https://www.vaultproject
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>de.stklcode.jvault</groupId>
|
<groupId>de.stklcode.jvault</groupId>
|
||||||
<artifactId>jvault-connector</artifactId>
|
<artifactId>jvault-connector</artifactId>
|
||||||
<version>0.8.2</version>
|
<version>0.9.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
4
pom.xml
4
pom.xml
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
<groupId>de.stklcode.jvault</groupId>
|
<groupId>de.stklcode.jvault</groupId>
|
||||||
<artifactId>jvault-connector</artifactId>
|
<artifactId>jvault-connector</artifactId>
|
||||||
<version>0.9.0-SNAPSHOT</version>
|
<version>0.9.0</version>
|
||||||
|
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
@ -112,7 +112,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.junit.jupiter</groupId>
|
<groupId>org.junit.jupiter</groupId>
|
||||||
<artifactId>junit-jupiter</artifactId>
|
<artifactId>junit-jupiter</artifactId>
|
||||||
<version>5.6.1</version>
|
<version>5.6.2</version>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user