changelog++

This commit is contained in:
Calvin Leung Huang 2019-10-21 13:41:06 -07:00 committed by GitHub
parent 27acae7cea
commit 731c7042b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -81,6 +81,8 @@ BUG FIXES:
cause an authorization attempt to fail [GCP-74]
* cli: Fix a bug where a token of an unknown format (e.g. in ~/.vault-token)
could cause confusing error messages during `vault login` [GH-7508]
* cli: Fix a bug where the `namespace list` command with JSON formatting
always returned an empty object [GH-7705]
* identity (enterprise): Fixed identity case sensitive loading in secondary
cluster [GH-7327]
* raft: Fixed VAULT_CLUSTER_ADDR env being ignored at startup [GH-7619]