Skip to content

Commit 0768aa2

Browse files
authored
Merge pull request #729 from fluxcd/release-v1.2.4
Release v1.2.4
2 parents 52702b9 + ff3dbfe commit 0768aa2

File tree

3 files changed

+29
-2
lines changed

3 files changed

+29
-2
lines changed

CHANGELOG.md

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

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

5+
## 1.2.4
6+
7+
**Release date:** 2024-02-01
8+
9+
This patch release fixes various issues, updates the Kubernetes dependencies
10+
to v1.28.6 and various other dependencies to their latest version to patch
11+
upstream CVEs.
12+
13+
Improvements:
14+
- Various dependency updates
15+
[#727](https://github.com/fluxcd/notification-controller/pull/727)
16+
[#726](https://github.com/fluxcd/notification-controller/pull/726)
17+
[#721](https://github.com/fluxcd/notification-controller/pull/721)
18+
[#718](https://github.com/fluxcd/notification-controller/pull/718)
19+
[#707](https://github.com/fluxcd/notification-controller/pull/707)
20+
[#695](https://github.com/fluxcd/notification-controller/pull/695)
21+
22+
Fixes:
23+
- Fix BitBucket status update panic
24+
[#722](https://github.com/fluxcd/notification-controller/pull/722)
25+
- fix typo in docs/spec/v1beta3/providers.md
26+
[#699](https://github.com/fluxcd/notification-controller/pull/699)
27+
- fix(grafana-provider): replace ":" character in eventMetadata
28+
[#703](https://github.com/fluxcd/notification-controller/pull/703)
29+
- Remove old/incorrect API version usage
30+
[#693](https://github.com/fluxcd/notification-controller/pull/693)
31+
532
## 1.2.3
633

734
**Release date:** 2023-12-14

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.2.3
9+
newTag: v1.2.4

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ require (
1515
github.com/chainguard-dev/git-urls v1.0.2
1616
github.com/containrrr/shoutrrr v0.8.0
1717
github.com/fluxcd/cli-utils v0.36.0-flux.3
18-
github.com/fluxcd/notification-controller/api v1.2.3
18+
github.com/fluxcd/notification-controller/api v1.2.4
1919
github.com/fluxcd/pkg/apis/event v0.7.0
2020
github.com/fluxcd/pkg/apis/meta v1.3.0
2121
github.com/fluxcd/pkg/git v0.17.0

0 commit comments

Comments
 (0)