changelog++
This commit is contained in:
parent
7b9482be4a
commit
3319421a67
|
@ -27,6 +27,9 @@ IMPROVEMENTS:
|
|||
|
||||
* auth/aws: The set of metadata stored during login is now configurable [[GH-8783](https://github.com/hashicorp/vault/pull/8783)]
|
||||
* auth/azure: Enable login from Azure VMs with user-assigned identities [[GH-33](https://github.com/hashicorp/vault-plugin-auth-azure/pull/33)]
|
||||
* identity: Add a batch delete API for identity entities [[GH-8785]](https://github.com/hashicorp/vault/pull/8785)
|
||||
* identity: Improve performance of logins when no group updates are needed [[GH-8795]](https://github.com/hashicorp/vault/pull/8795)
|
||||
* metrics: Add `vault.identity.num_entities` metric [[GH-8816]](https://github.com/hashicorp/vault/pull/8816)
|
||||
* ui: Provide One Time Password during Operation Token generation process [[GH-8630]](https://github.com/hashicorp/vault/pull/8630)
|
||||
|
||||
BUG FIXES:
|
||||
|
@ -46,6 +49,7 @@ BUG FIXES:
|
|||
* 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)]
|
||||
* storage/raft: Fix memory allocation and incorrect metadata tracking issues with snapshots [[GH-8793](https://github.com/hashicorp/vault/pull/8793)]
|
||||
* 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)
|
||||
|
|
Loading…
Reference in New Issue