changelog++

This commit is contained in:
Jeff Mitchell 2019-09-09 15:59:59 -04:00
parent a965378b17
commit da7d3ada09
1 changed files with 12 additions and 5 deletions

View File

@ -30,13 +30,20 @@ IMPROVEMENTS:
BUG FIXES:
* auth/jwt: Fix an error where newer (v1.2) token_* configuration parameters were
not being applied to tokens generated using the OIDC login flow [JWT-67]
* agent: Allow batch tokens and other non-renewable tokens to be used for
agent operations [GH-7441]
* auth/jwt: Fix an error where newer (v1.2) token_* configuration parameters
were not being applied to tokens generated using the OIDC login flow
[JWT-67]
* seal/transit: Allow using Vault Agent for transit seal operations [GH-7441]
* storage/couchdb: Fix a file descriptor leak [GH-7345]
* ui: Fix a bug where the status menu would disappear when trying to revoke a token [GH-7337]
* ui: Fix a regression that prevented input of custom items in search-select [GH-7338]
* ui: Fix a bug where the status menu would disappear when trying to revoke a
token [GH-7337]
* ui: Fix a regression that prevented input of custom items in search-select
[GH-7338]
* ui: Fix an issue with the namespace picker being unable to render nested
namespaces named with numbers and sorting of namespaces in the picker [GH-7333]
namespaces named with numbers and sorting of namespaces in the picker
[GH-7333]
## 1.2.2 (August 15, 2019)