Skip to content

Commit 5021cd4

Browse files
authored
Merge pull request #688 from fluxcd/release-v1.2.3
Release v1.2.3
2 parents d7492e9 + 10dde57 commit 5021cd4

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

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

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

5+
## 1.2.3
6+
7+
**Release date:** 2023-12-14
8+
9+
This patch release fixes various issues, most notably, the Provider v1beta3 API
10+
backwards compatibility issue when `.spec.interval` was explicitly set in a
11+
v1beta2 version of Provider.
12+
13+
Fixes:
14+
- Exclude eventv1.MetaTokenKey from event metadata
15+
[#686](https://github.com/fluxcd/notification-controller/pull/686)
16+
- Add .spec.interval in v1beta3 Provider
17+
[#683](https://github.com/fluxcd/notification-controller/pull/683)
18+
- Remove URL syntax validation for provider address entirely
19+
[#682](https://github.com/fluxcd/notification-controller/pull/682)
20+
521
## 1.2.2
622

723
**Release date:** 2023-12-11

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

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.2
18-
github.com/fluxcd/notification-controller/api v1.2.2
18+
github.com/fluxcd/notification-controller/api v1.2.3
1919
github.com/fluxcd/pkg/apis/event v0.6.0
2020
github.com/fluxcd/pkg/apis/meta v1.2.0
2121
github.com/fluxcd/pkg/git v0.16.0

0 commit comments

Comments
 (0)