From d9439fd32ae3290da69837e11c75f76172bfcb47 Mon Sep 17 00:00:00 2001 From: Jim Date: Mon, 17 May 2021 19:04:57 -0400 Subject: [PATCH] Revert "chore: bump UI version and add changelog entry (#1229)" (#1233) This reverts commit 8e0c3ea46ffcf3f69abf4f365e8d5043b9c0d692. --- CHANGELOG.md | 8 +------- internal/ui/VERSION | 2 +- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e14912c695..ad89f5ced7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,6 @@ 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 @@ -342,7 +336,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 23f7f31a60..712f53f0f3 100644 --- a/internal/ui/VERSION +++ b/internal/ui/VERSION @@ -1,4 +1,4 @@ -685ddeac7e9905dcb98660df60b426e9a64a4460 Merge pull request #549 from hashicorp/ICU-1335-close-session-on-cancel +4a5e72d77b777403777d3f2dc57c767800cc93bf Merge pull request #533 from hashicorp/fix-authenticate-read # 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.