From bbd006db857d678a02d8bbaacfb0fd826269cdf5 Mon Sep 17 00:00:00 2001 From: Zhihe Li Date: Wed, 21 Sep 2022 16:04:22 -0400 Subject: [PATCH] Update changelog (#2482) --- CHANGELOG.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c71243425b..82b72f836e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ Canonical reference for changes, improvements, and bugfixes for Boundary. ### Bug Fixes -* Fix bug preventing delete of org. ([PR](https://github.com/hashicorp/boundary/pull/2465) +* Fix bug preventing delete of org. ([PR](https://github.com/hashicorp/boundary/pull/2465)) ### New and Improved @@ -15,6 +15,15 @@ Canonical reference for changes, improvements, and bugfixes for Boundary. [PR2](https://github.com/hashicorp/boundary/pull/2387)) * workers: Return the worker Boundary binary version on worker list and read ([PR](https://github.com/hashicorp/boundary/pull/2377)) +* ui: Add support for worker management ([PR](https://github.com/hashicorp/boundary-ui/pull/1229)) +* ui: Add support for PKI worker registration ([PR](https://github.com/hashicorp/boundary-ui/pull/1244)) +* ui: Add support for Static Credential Stores ([PR](https://github.com/hashicorp/boundary-ui/pull/1193)) +* ui: Add support for Username & Password Credentials ([PR](https://github.com/hashicorp/boundary-ui/pull/1205)) +* ui: Add support for Username & Key Pair Credentials ([PR](https://github.com/hashicorp/boundary-ui/pull/1266)) +* ui (HCP Boundary only): SSH Target creation along with injected application credential support ([PR](https://github.com/hashicorp/boundary-ui/pull/1027)) +* ui (HCP Boundary only): Update vault credential stores to support private vault access ([PR](https://github.com/hashicorp/boundary-ui/pull/1318)) +* ui: Improve quick setup wizard onboarding guide resource names ([PR](https://github.com/hashicorp/boundary-ui/pull/1328)) +* ui: Updates to host catalog and host set forms and “Learn More” links ([PR](https://github.com/hashicorp/boundary-ui/pull/1342)) ### Deprecations/Changes