changelog++
This commit is contained in:
parent
8e62cf66bc
commit
4f3234d8ae
|
@ -3,7 +3,6 @@
|
|||
IMPROVEMENTS:
|
||||
|
||||
* auth/jwt: Add support for fetching groups and user information from G Suite during authentication. [[GH-123](https://github.com/hashicorp/vault-plugin-auth-jwt/pull/123)]
|
||||
* secrets/gcp: Add check for 403 during rollback to prevent repeated deletion calls [[GH-97](https://github.com/hashicorp/vault-plugin-secrets-gcp/pull/97)]
|
||||
* secrets/openldap: Add "ad" schema that allows the engine to correctly rotate AD passwords. [[GH-16](https://github.com/hashicorp/vault-plugin-secrets-openldap/pull/16)]
|
||||
* command/server: Delay informational messages in -dev mode until logs have settled. [[GH-9702](https://github.com/hashicorp/vault/pull/9702)]
|
||||
* command/server: Add environment variable support for `disable_mlock`. [[GH-9931](https://github.com/hashicorp/vault/pull/9931)]
|
||||
|
@ -21,6 +20,13 @@ BUG FIXES:
|
|||
* agent/auth/kerberos: Fix `disable_fast_negotiation` not being set on the auth method when configured by user. [[GH-9892](https://github.com/hashicorp/vault/pull/9892)]
|
||||
* cli: Don't open or overwrite a raft snapshot file on an unsuccessful `vault operator raft snapshot` [[GH-9894](https://github.com/hashicorp/vault/pull/9894)]
|
||||
|
||||
## 1.5.4
|
||||
### TBD
|
||||
|
||||
IMPROVEMENTS:
|
||||
|
||||
* secrets/gcp: Add check for 403 during rollback to prevent repeated deletion calls [[GH-97](https://github.com/hashicorp/vault-plugin-secrets-gcp/pull/97)]
|
||||
|
||||
## 1.5.3
|
||||
### August 27th, 2020
|
||||
|
||||
|
|
Loading…
Reference in New Issue