changelog++

This commit is contained in:
Calvin Leung Huang 2019-02-27 14:25:22 -08:00
parent c07253999c
commit 2486e4c5b6
1 changed files with 16 additions and 4 deletions

View File

@ -1,3 +1,19 @@
## 1.1.0-beta2 (Unreleased)
CHANGES:
* agent/caching: Enable the caching of tokens and leases generated by the
auto-auth token when that's in use.
[[GH-6293]](https://github.com/hashicorp/vault/pull/6293)
BUG FIXES:
* namespace (enterprise): Clearing out identity store items upon namespace
deletion [[GH-850]](https://github.com/hashicorp/vault-enterprise/pull/850)
* secrets/kv: Fix issue where a v1→v2 upgrade could run on a performance standby
when using a local mount.
* agent/caching: Do not trigger cache update when renewal of the cached lease
is triggered. [[GH-6303]](https://github.com/hashicorp/vault/pull/6303)
## 1.1.0-beta1 (February 20th, 2019)
CHANGES:
@ -47,12 +63,8 @@ IMPROVEMENTS:
BUG FIXES:
* identity: Fix a panic at login when external group has a nil alias. [GH-6230]
* namespace (enterprise): Clearing out identity store items upon namespace
deletion [[GH-850]](https://github.com/hashicorp/vault-enterprise/pull/850)
* performance standby: Fixed a bug causing performance standbys to wait longer
than necessary after forwarding a write to the active node.
* secrets/kv: Fix issue where a v1→v2 upgrade could run on a performance standby
when using a local mount.
## 1.0.3 (February 12th, 2019)