Skip to content

Commit f98e1eb

Browse files
authored
Merge pull request #1295 from fluxcd/release-v1.8.4
Release v1.8.4
2 parents fd2fdb8 + 8ac6cf3 commit f98e1eb

3 files changed

Lines changed: 17 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
All notable changes to this project are documented in this file.
44

5+
## 1.8.4
6+
7+
**Release date:** 2026-04-21
8+
9+
This patch release fixes a regression in which generic providers would not
10+
forward commit status events, and requires the `audience` field on the GCR
11+
Receiver secret for tighter verification (it will become mandatory in
12+
Flux 2.9).
13+
14+
Fixes:
15+
- Fix generic providers not forwarding commit status events
16+
[#1291](https://github.com/fluxcd/notification-controller/pull/1291)
17+
- Remove GCR audience reconstruction
18+
[#1288](https://github.com/fluxcd/notification-controller/pull/1288)
19+
520
## 1.8.3
621

722
**Release date:** 2026-04-07

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ resources:
66
images:
77
- name: fluxcd/notification-controller
88
newName: fluxcd/notification-controller
9-
newTag: v1.8.3
9+
newTag: v1.8.4

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ require (
1616
github.com/chainguard-dev/git-urls v1.0.2
1717
github.com/elazarl/goproxy v1.8.1
1818
github.com/fluxcd/cli-utils v0.37.2-flux.1
19-
github.com/fluxcd/notification-controller/api v1.8.3
19+
github.com/fluxcd/notification-controller/api v1.8.4
2020
github.com/fluxcd/pkg/apis/event v0.24.1
2121
github.com/fluxcd/pkg/apis/meta v1.25.1
2222
github.com/fluxcd/pkg/auth v0.38.4

0 commit comments

Comments
 (0)