changelog++
This commit is contained in:
parent
a965378b17
commit
da7d3ada09
17
CHANGELOG.md
17
CHANGELOG.md
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue