Skip to content

Commit

Permalink
fixup changelog entry for backported regression fix (#13370)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
tgross authored and tbehling committed Jun 29, 2022
1 parent c173dd0 commit 7b9aa18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .changelog/13340.txt
Original file line number Diff line number Diff line change
@@ -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
```

0 comments on commit 7b9aa18

Please sign in to comment.