Skip to content

Commit 52ecadc

Browse files
authored
Merge pull request #1252 from fluxcd/release-v1.8.1
Release v1.8.1
2 parents 89a1b36 + 50bf0fd commit 52ecadc

3 files changed

Lines changed: 19 additions & 2 deletions

File tree

CHANGELOG.md

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

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

5+
## 1.8.1
6+
7+
**Release date:** 2026-02-27
8+
9+
This patch release fixes a regression introduced in 1.8.0 where commit
10+
status events were dropped.
11+
12+
Fixes:
13+
- Fix commit status providers requiring only commit event key
14+
[#1247](https://github.com/fluxcd/notification-controller/pull/1247)
15+
16+
Improvements:
17+
- Remove no longer needed workaround for Flux 2.8
18+
[#1244](https://github.com/fluxcd/notification-controller/pull/1244)
19+
- Update fluxcd/pkg dependencies
20+
[#1250](https://github.com/fluxcd/notification-controller/pull/1250)
21+
522
## 1.8.0
623

724
**Release date:** 2026-02-17

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.0
9+
newTag: v1.8.1

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.0
19+
github.com/fluxcd/notification-controller/api v1.8.1
2020
github.com/fluxcd/pkg/apis/event v0.24.0
2121
github.com/fluxcd/pkg/apis/meta v1.25.0
2222
github.com/fluxcd/pkg/auth v0.38.3

0 commit comments

Comments
 (0)