From 12d87c040cf6525a0ea54b05fa4812469b4e3753 Mon Sep 17 00:00:00 2001 From: Tim Gross Date: Tue, 14 Jun 2022 14:33:39 -0400 Subject: [PATCH] fixup changelog entry for backported regression fix (#13370) The changelog entry for #13340 indicated it was an improvement. But on discussion, it was determined that this was a workaround for a regression. Update the changelog to make this clear. --- .changelog/13340.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.changelog/13340.txt b/.changelog/13340.txt index 1f8e40f21..948ce6392 100644 --- a/.changelog/13340.txt +++ b/.changelog/13340.txt @@ -1,3 +1,3 @@ -```release-note:improvements -csi: Made the CSI Plugin supervisor health check configurable with a new CSI Stanza health_timeout field +```release-note:bug +csi: Fixed a regression where a timeout was introduced that prevented some plugins from running by marking them as unhealthy after 30s by introducing a configurable `health_timeout` field ```