changelog++

This commit is contained in:
Matthew Irish 2019-01-10 11:23:50 -06:00 committed by GitHub
parent fd3f031d41
commit 4bb4166276
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -35,6 +35,13 @@ BUG FIXES:
* replication: Correctly forward identity entity creation that originates from
performance standby nodes (Enterprise)
* secret/cubbyhole: Properly cleanup cubbyhole after token revocation [GH-6006]
* ui (enterprise) - properly display perf-standby count on the license page [GH-5971]
* ui - fix disappearing nested secrets and go to the nearest parent when deleting
a secret - [GH-5976]
* ui - fix error where deleting an item via the context menu would fail if the
item name contained dots [GH-6018]
* ui - allow saving of kv secret after an errored save attempt [GH-6022]
* ui - fix display of kv-v1 secret containing a key named "keys" [GH-6023]
## 1.0.1 (December 14th, 2018)