From 8b125a8b8cd161f4b32cfb0b94123bbd01ecaf8f Mon Sep 17 00:00:00 2001 From: Damian Debkowski Date: Wed, 16 Apr 2025 19:40:05 +0000 Subject: [PATCH] backport of commit 47f0bb80984d5dcd4d9781cf3c64f6cffccb517c --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ab034d40c..8ec0542ce0 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