From ffc01b141d322f97e89732b981d7ab8a5382df02 Mon Sep 17 00:00:00 2001 From: Randall Morey Date: Fri, 3 Sep 2021 15:45:15 -0400 Subject: [PATCH] chore: bump UI version and add UI changelog (#1503) --- CHANGELOG.md | 18 ++++++++++++------ internal/ui/VERSION | 2 +- 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8cf0ecf26..f2fe148779 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ Canonical reference for changes, improvements, and bugfixes for Boundary. ## Next +### New and Improved + +* ui: Reflect user authorized actions in the UI: users now see only actionable + items for which they have permissions granted. +* ui: Icons refreshed for a friendlier look and feel. + ### Bug Fixes * controller: Fix issue with recursive listing across services when using the @@ -93,17 +99,17 @@ Canonical reference for changes, improvements, and bugfixes for Boundary. [cloudevents](https://github.com/cloudevents/spec/blob/v1.0.1/spec.md) and we support both a `cloudevents-json` format and custom Boundary `cloudevents-text` format. - - **Notes**: + + **Notes**: * There are still a few lingering hclog bits within Boundary. If you wish to only output json from Boundary logging/events then you should specify both `"-log-format json"` and `"-event-format cloudevents-json"` when starting - Boundary. + Boundary. * Filtering events: hclog log levels have been replaced by optional sets of allow and deny event [filters](https://www.boundaryproject.io/docs/concepts/filtering) which are specified via configuration, or in the case of "boundary dev" there are new - new cmd flags. + new cmd flags. * Observation events are MVP and contain a minimal set of observations about a request. Observations are aggregated for each request, so only one observation event will be emitted per request. We anticipate that a rich set @@ -115,7 +121,7 @@ Canonical reference for changes, improvements, and bugfixes for Boundary. redacting/encrypting that data. - PRs: + PRs: [hclog json,text formats](https://github.com/hashicorp/boundary/pull/1440), [log adapters](https://github.com/hashicorp/boundary/pull/1434), [unneeded log deps](https://github.com/hashicorp/boundary/pull/1433), @@ -587,7 +593,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 27f36e0f0e..21d45b6932 100644 --- a/internal/ui/VERSION +++ b/internal/ui/VERSION @@ -1,4 +1,4 @@ -c04c8f4f0a057d4f5734c8b9409f37fb1c9981db Merge pull request #683 from hashicorp/enable-credentials-brokering-feature +28ebc931791a7b0ae79e543c05addc950fc9a944 Merge pull request #741 from hashicorp/chore-enable-capabilities # 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.