From 3289dbd35dff7a0563d7042834dbffd98562d12e Mon Sep 17 00:00:00 2001 From: Sunny Date: Thu, 14 Dec 2023 12:01:42 +0000 Subject: [PATCH 1/2] Add changelog entry for v1.2.3 Signed-off-by: Sunny --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a848f7f99..99d43dec1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ All notable changes to this project are documented in this file. +## 1.2.3 + +**Release date:** 2023-12-14 + +This patch release fixes various issues, most notably, the Provider v1beta3 API +backwards compatibility issue when `.spec.interval` was explicitly set in a +v1beta2 version of Provider. + +Fixes: +- Exclude eventv1.MetaTokenKey from event metadata + [#686](https://github.com/fluxcd/notification-controller/pull/686) +- Add .spec.interval in v1beta3 Provider + [#683](https://github.com/fluxcd/notification-controller/pull/683) +- Remove URL syntax validation for provider address entirely + [#682](https://github.com/fluxcd/notification-controller/pull/682) + ## 1.2.2 **Release date:** 2023-12-11 From 10dde576733e128801e3d1925e669be56b021b58 Mon Sep 17 00:00:00 2001 From: Sunny Date: Thu, 14 Dec 2023 12:02:50 +0000 Subject: [PATCH 2/2] Release v1.2.3 Signed-off-by: Sunny --- config/manager/kustomization.yaml | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 29cdb1560..b2dd4ba90 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -6,4 +6,4 @@ resources: images: - name: fluxcd/notification-controller newName: fluxcd/notification-controller - newTag: v1.2.2 + newTag: v1.2.3 diff --git a/go.mod b/go.mod index 1f07fc919..de24f210c 100644 --- a/go.mod +++ b/go.mod @@ -15,7 +15,7 @@ require ( github.com/chainguard-dev/git-urls v1.0.2 github.com/containrrr/shoutrrr v0.8.0 github.com/fluxcd/cli-utils v0.36.0-flux.2 - github.com/fluxcd/notification-controller/api v1.2.2 + github.com/fluxcd/notification-controller/api v1.2.3 github.com/fluxcd/pkg/apis/event v0.6.0 github.com/fluxcd/pkg/apis/meta v1.2.0 github.com/fluxcd/pkg/git v0.16.0