From 99529108280ffd55ceefa3f6375a2e57ebeb6a33 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) --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 353d5b8910..66d2fcbd5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,13 @@ Canonical reference for changes, improvements, and bugfixes for Boundary. the ID are passed through to the type-specific subcommand. Once the ID has been entered, autocomplete is also supported. +### 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)) + ## 0.14.2 (2023/11/2) ### New and Improved