File tree Expand file tree Collapse file tree 3 files changed +29
-2
lines changed Expand file tree Collapse file tree 3 files changed +29
-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.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
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.2.3
9+ newTag : v1.2.4
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments