From 47f0bb80984d5dcd4d9781cf3c64f6cffccb517c Mon Sep 17 00:00:00 2001 From: Damian Debkowski Date: Wed, 16 Apr 2025 12:40:05 -0700 Subject: [PATCH] chore: update changelog to include bug fix --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44b9049eb0..38ba311474 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,12 @@ Canonical reference for changes, improvements, and bugfixes for Boundary. * Adds support for Azure Virtual Machine Scale Sets in the Azure plugin ([PR](https://github.com/hashicorp/boundary-plugin-azure/pull/22)). +### Bug fixes + +* Fixed an issue in the worker where closing an SSH channel failed to exit a + loop, which would cause a massive spike in CPU usage over time. This change + only affects Enterprise. + ## 0.19.0 (2025/02/10) ### New and Improved