From a42cc006a59ffd2c27989c9450a55d0d64f7d05b Mon Sep 17 00:00:00 2001 From: Matheus Pimenta Date: Thu, 26 Feb 2026 20:42:02 +0000 Subject: [PATCH] Add changelog entry for v1.8.1 Signed-off-by: Matheus Pimenta (cherry picked from commit b624974598b1cc0b9e39eee208e81a50833eb5c0) --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62f8e64f9..92263332b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ All notable changes to this project are documented in this file. +## 1.8.1 + +**Release date:** 2026-02-27 + +This patch release fixes a regression introduced in 1.8.0 where commit +status events were dropped. + +Fixes: +- Fix commit status providers requiring only commit event key + [#1247](https://github.com/fluxcd/notification-controller/pull/1247) + +Improvements: +- Remove no longer needed workaround for Flux 2.8 + [#1244](https://github.com/fluxcd/notification-controller/pull/1244) +- Update fluxcd/pkg dependencies + [#1250](https://github.com/fluxcd/notification-controller/pull/1250) + ## 1.8.0 **Release date:** 2026-02-17