changelog++

This commit is contained in:
Calvin Leung Huang 2020-04-24 13:34:40 -07:00 committed by GitHub
parent 660ce17dd0
commit 5b53fd9e34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -35,6 +35,8 @@ BUG FIXES:
* http: Fix superflous call messages from the http package on logs caused by missing returns after
`respondError` calls [[GH-8796](https://github.com/hashicorp/vault/pull/8796)]
* raft: Fix panic that could occur if `disable_clustering` was set to true on Raft storage cluster [[GH-8784](https://github.com/hashicorp/vault/pull/8784)]
* seal/gcpkms: Fix panic that could occur if all seal parameters were provided via environment
variables [[GH-8840](https://github.com/hashicorp/vault/pull/8840)]
* sys/wrapping: Allow unwrapping of wrapping tokens which contain nil data [[GH-8714](https://github.com/hashicorp/vault/pull/8714)]
## 1.4.0 (April 7th, 2020)