From d158c1475bca27558da53a35a2d2b40bd637b9d6 Mon Sep 17 00:00:00 2001 From: Louis Ruch Date: Wed, 20 Sep 2023 11:56:21 -0700 Subject: [PATCH] chore: Update changelog (#3643) --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b610657d02..e92af41a3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ Canonical reference for changes, improvements, and bugfixes for Boundary. ### New and Improved +* cli: Add support for specifying a command that will be executed on the remote host when + using the `boundary connect ssh` subcommand. + ([Issue](https://github.com/hashicorp/boundary/issues/3631), + [PR](https://github.com/hashicorp/boundary/pull/3633)). * feat: add API support for additional LDAP auth method fields: maximum_page_size and dereference_aliases ([PR](https://github.com/hashicorp/boundary/pull/3679)).