From 1885624e0f424fb166c17be34b07553c5797e634 Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Fri, 12 Jan 2024 12:00:27 -0500 Subject: [PATCH] Add deprecated KMS removal note to CHANGELOG --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8950465e3e..581b4153a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ Canonical reference for changes, improvements, and bugfixes for Boundary. ## Next +### Deprecations/Changes + +* Per the note in Boundary 0.13.0, the previous `kms` worker method has been + removed. Since 0.13.0, unless the `use_deprecated_kms_auth_method` value was + set on the worker config, the new `kms` mechanism was already being used; this + is simply no longer an available option. + ### New and Improved * New generic commands `read`, `update`, and `delete` have been added. These