From f4c176a107241cff0bc1b1554c5e5b33d6a10507 Mon Sep 17 00:00:00 2001 From: Francis Guimond Date: Thu, 12 Sep 2024 10:30:54 -0400 Subject: [PATCH] Update CHANGELOG-7.md --- CHANGELOG-7.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG-7.md b/CHANGELOG-7.md index ebc53d993..8236cad1d 100644 --- a/CHANGELOG-7.md +++ b/CHANGELOG-7.md @@ -42,7 +42,7 @@ instead, it is represented underneath the "spec" object. information. This information can be quite lengthy and can reduce the overall system performance if agent entities grow to be too large. - API keys can now be created with sensuctl create. -- Added threshold annotation even when OK status +- Added threshold annotation even when OK status. ### Fixed - Fixed an issue where multi-expression exclusive "Deny" filters were not @@ -55,8 +55,8 @@ instead, it is represented underneath the "spec" object. entity subscriptions and/or a check named `deregistration`. - Upgraded Go version to 1.19.5. Old Go versions are not supported. - The sensuctl api-key grant command now returns additional information. -- Handler errors now logged at the error level instead of info level -- Changed the format of threshold annotations +- Handler errors now logged at the error level instead of info level. +- Changed the format of threshold annotations. ### Removed - Removed sensu-backend upgrade command. May make an appearance again in later versions.