From f9449e6b34b7381241eb01b5908c5850ea52ea65 Mon Sep 17 00:00:00 2001 From: Matheus Pimenta Date: Tue, 21 Apr 2026 10:23:01 +0100 Subject: [PATCH 1/2] Add changelog entry for v1.8.4 Signed-off-by: Matheus Pimenta --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 70c16042c..07d6e4ccc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ All notable changes to this project are documented in this file. +## 1.8.4 + +**Release date:** 2026-04-21 + +This patch release fixes a regression in which generic providers would not +forward commit status events, and requires the `audience` field on the GCR +Receiver secret for tighter verification (it will become mandatory in +Flux 2.9). + +Fixes: +- Fix generic providers not forwarding commit status events + [#1291](https://github.com/fluxcd/notification-controller/pull/1291) +- Remove GCR audience reconstruction + [#1288](https://github.com/fluxcd/notification-controller/pull/1288) + ## 1.8.3 **Release date:** 2026-04-07 From 8ac6cf3b93521c4f6e2219ac320e4165996a25d1 Mon Sep 17 00:00:00 2001 From: Matheus Pimenta Date: Tue, 21 Apr 2026 10:23:02 +0100 Subject: [PATCH 2/2] Release v1.8.4 Signed-off-by: Matheus Pimenta --- config/manager/kustomization.yaml | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 1608353c3..5d455159d 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -6,4 +6,4 @@ resources: images: - name: fluxcd/notification-controller newName: fluxcd/notification-controller - newTag: v1.8.3 + newTag: v1.8.4 diff --git a/go.mod b/go.mod index 398c02e46..64c58920d 100644 --- a/go.mod +++ b/go.mod @@ -16,7 +16,7 @@ require ( github.com/chainguard-dev/git-urls v1.0.2 github.com/elazarl/goproxy v1.8.1 github.com/fluxcd/cli-utils v0.37.2-flux.1 - github.com/fluxcd/notification-controller/api v1.8.3 + github.com/fluxcd/notification-controller/api v1.8.4 github.com/fluxcd/pkg/apis/event v0.24.1 github.com/fluxcd/pkg/apis/meta v1.25.1 github.com/fluxcd/pkg/auth v0.38.4