changelog++

This commit is contained in:
Matthew Irish 2019-08-05 16:16:59 -05:00 committed by GitHub
parent 13ffbcd984
commit 3af3dbd4db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -4,7 +4,15 @@ IMPROVEMENTS:
* auth/jwt: Handle groups claim values that are strings, in addition to * auth/jwt: Handle groups claim values that are strings, in addition to
list of strings [JWT-63] list of strings [JWT-63]
* ui: The UI will now redirect to a page after authentication [GH-7088]
BUG FIXES:
* ui: The web CLI will now parse input as a shell string, with special
characters escaped [GH-7206]
* ui (enterprise): The list of namespaces is now cleared when logging
out [GH-7186]
## 1.2.1 (Unreleased) ## 1.2.1 (Unreleased)
BUG FIXES: BUG FIXES: