update CHANGELOG

This commit is contained in:
Mike Jarmy 2019-10-17 09:11:52 -04:00
parent da566369b2
commit e056971cda
1 changed files with 9 additions and 1 deletions

View File

@ -67,7 +67,11 @@ IMPROVEMENTS:
from `telemetry` due to potential sensitive entries in those fields.
* ui: when using raft storage, you can now join a raft cluster, download a
snapshot, and restore a snapshot from the UI [GH-7410]
* sys: Add a new `sys/internal/counters/tokens` endpoint, that counts the
total number of active service token accessors in the shared token storage.
[GH-7541]
* sys: Add a new `sys/internal/counters/entities` endpoint, that counts the
total number of active identity entities. [GH-7541]
BUG FIXES:
@ -81,6 +85,8 @@ BUG FIXES:
* ui: using the `wrapped_token` query param will work with `redirect_to` and
will automatically log in as intended [GH-7398]
* ui: fix an error when initializing from the UI using PGP keys [GH-7542]
* cli: Command timeouts are now always specified solely by the
`VAULT_CLIENT_TIMEOUT` value. [GH-7469]
## 1.2.4 (Unreleased)
@ -108,6 +114,8 @@ BUG FIXES:
* secrets/pki: Improve tidy to continue when value is nil [GH-7589]
* ui (Enterprise): Allow kv v2 secrets that are gated by Control Groups to be
viewed in the UI [GH-7504]
* cli: Command timeouts are now always specified solely by the
`VAULT_CLIENT_TIMEOUT` value. [GH-7469]
## 1.2.3 (September 12, 2019)