File tree Expand file tree Collapse file tree 3 files changed +16
-2
lines changed
Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to this project are documented in this file.
44
5+ ## 1.8.3
6+
7+ ** Release date:** 2026-04-07
8+
9+ This patch release adds optional ` email ` and ` audience ` fields to the GCR
10+ Receiver for tighter verification, and includes a provider manifest example
11+ for Azure Event Hub managed identity authentication.
12+
13+ Improvements:
14+ - Refactor GCR Receiver
15+ [ #1279 ] ( https://github.com/fluxcd/notification-controller/pull/1279 )
16+ - Add provider manifest example for Azure Event Hub managed identity auth
17+ [ #1275 ] ( https://github.com/fluxcd/notification-controller/pull/1275 )
18+
519## 1.8.2
620
721** Release date:** 2026-03-12
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ resources:
66images :
77 - name : fluxcd/notification-controller
88 newName : fluxcd/notification-controller
9- newTag : v1.8.2
9+ newTag : v1.8.3
Original file line number Diff line number Diff 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.2
19+ github.com/fluxcd/notification-controller/api v1.8.3
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
You can’t perform that action at this time.
0 commit comments