chore: bump UI version and add UI changelog (#1503)

build-02c0764e1100301622a8cb916a7e3e6224fec79e-7d2e41b4124999b9
Randall Morey 5 years ago committed by GitHub
parent 6ad8333b97
commit ffc01b141d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

@ -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.

Loading…
Cancel
Save