From 8e0c3ea46ffcf3f69abf4f365e8d5043b9c0d692 Mon Sep 17 00:00:00 2001 From: Randall Morey Date: Mon, 17 May 2021 17:02:41 -0400 Subject: [PATCH] chore: bump UI version and add changelog entry (#1229) --- CHANGELOG.md | 8 +++++++- internal/ui/VERSION | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad89f5ced7..e14912c695 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ Canonical reference for changes, improvements, and bugfixes for Boundary. ## Next +### New and Improved + +* Inline OIDC authentication flow: when the OIDC authentication flow succeeds, + the third-party provider browser window is automatically closed and the user + is returned to the admin UI. + ### Bug Fixes * sessions: Clean up connections that are dangling after a worker dies (is @@ -336,7 +342,7 @@ for more details. * targets: If a worker filter references a key that doesn't exist, treat it as a non-match rather than an error ([PR](https://github.com/hashicorp/boundary/pull/900)) - + ## 0.1.5 (2021/01/29) *NOTE*: This version requires a database migration via the new `boundary diff --git a/internal/ui/VERSION b/internal/ui/VERSION index 712f53f0f3..23f7f31a60 100644 --- a/internal/ui/VERSION +++ b/internal/ui/VERSION @@ -1,4 +1,4 @@ -4a5e72d77b777403777d3f2dc57c767800cc93bf Merge pull request #533 from hashicorp/fix-authenticate-read +685ddeac7e9905dcb98660df60b426e9a64a4460 Merge pull request #549 from hashicorp/ICU-1335-close-session-on-cancel # This file determines the version of the UI to embed in the boundary binary. # Update this file by running 'make update-ui-version' from the root of this repo. # Set UI_COMMITISH when running the above target to update to a specific version.