From 5c3ee32b24ade8464b277441c5f4f4969b8ec9c7 Mon Sep 17 00:00:00 2001 From: Jim Date: Wed, 6 Dec 2023 12:12:15 -0500 Subject: [PATCH] chore (changelog): document go-kms-wrapping bug fix (#4107) (cherry picked from commit 99529108280ffd55ceefa3f6375a2e57ebeb6a33) --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87b038171b..6968d29a91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,11 @@ Canonical reference for changes, improvements, and bugfixes for Boundary. ### Bug Fixes +* Update go-kms-wrapping/extras/kms dependency to allow external wrappers + without a key id to be used within a KMS config stanza. Note: this fix allows + GCP KMS keys to be again with Boundary, which had stopped working in v0.13.0. + ([PR](https://github.com/hashicorp/boundary/pull/4058)) + * Two Vault client settings were not being properly used when constructing a Vault client. ([PR](https://github.com/hashicorp/boundary/pull/3973))