From a537491cbce5c0eaffa477ed5220ab630fc469cc Mon Sep 17 00:00:00 2001 From: Johan Brandhorst-Satzkorn Date: Wed, 29 Jun 2022 10:23:31 -0700 Subject: [PATCH] chore: Update changelog with plugin fix (#2240) --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ff154c89b..4a2f6225be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,8 @@ Canonical reference for changes, improvements, and bugfixes for Boundary. * sessions: Fix an additional case from the changes in the 0.8.x series that could result in sessions never moving from `canceling` state to terminated. ([PR](https://github.com/hashicorp/boundary/pull/2229)) +* The plugin execution_dir configuration parameter is now respected by kms plugins too + [PR](https://github.com/hashicorp/boundary/pull/2239). ## 0.9.0 (2022/06/20)