From 83e887e2f5f15565b8b158fac22409d443f9f1e7 Mon Sep 17 00:00:00 2001 From: Todd Date: Mon, 18 Mar 2024 10:07:41 -0700 Subject: [PATCH] Updating changelog for 0.15.3 (#4515) (#4538) * Updating changelog for 0.15.3 * Update changelog for 0.15.2 --------- Co-authored-by: Danielle Miu <29378233+DanielleMiu@users.noreply.github.com> --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dcacaf993b..02dd9441cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,11 +27,23 @@ Canonical reference for changes, improvements, and bugfixes for Boundary. ### Bug Fixes +* Fix a nil pointer error in the client cache daemon when a refresh was forced + performing a boundary search. + ([PR](https://github.com/hashicorp/boundary/pull/4503)) * workers: Workers connecting over high latency connections, or to controllers with high latency between the controller and the database, could time out and throw errors that may not have been recoverable if it was during initial registration ([PR](https://github.com/hashicorp/boundary/pull/4535)) +## 0.15.2 (2024/03/11) + +### Bug Fixes + +* Go version bump 1.21.8 to address (CVE-2024-24783, CVE-2023-45290, + CVE-2023-45289, CVE-2024-24785, CVE-2024-24784) + +* Protobuf Go update to address [CVE-2024-24786](https://github.com/advisories/GHSA-8r3f-844c-mc37) + ## 0.15.1 (2024/02/28) ### Bug Fixes