Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ resources:
images:
- name: fluxcd/notification-controller
newName: fluxcd/notification-controller
newTag: v1.8.3
newTag: v1.8.4
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading