From ddb7ec7b496f5363808bfb9cbbc7bc248645df72 Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Fri, 5 Aug 2022 13:23:49 -0400 Subject: [PATCH] Add some changelog items --- CHANGELOG.md | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4e31ec54a..6fd98d0ccc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,11 +6,20 @@ Canonical reference for changes, improvements, and bugfixes for Boundary. ### New and Improved -* `boundary connect` Credential Brokering Integration: we have extended integration - into the `boundary connect` helpers. When using the `ssh` helper if the brokered - credentials contain a `ssh_private_key` type the command will automatically pass the - credentials to the `ssh` process +* `boundary connect` Credential Brokering Integration: we have extended + integration into the `boundary connect` helpers. When using the `ssh` helper + if the brokered credentials contain a `ssh_private_key` type the command will + automatically pass the credentials to the `ssh` process ([PR](https://github.com/hashicorp/boundary/pull/2267)). +* `boundary authenticate`, `boundary accounts`: Enables use of `env://` and + `file://` syntax to specify location of a password + ([PR](https://github.com/hashicorp/boundary/pull/2325)) + +### Bug Fixes + +* `boundary accounts change-password`: Fixed being prompted for confirmation of + the current password instead of the new one + ([PR](https://github.com/hashicorp/boundary/pull/2325)) ### Deprecations/Changes