From 9066a87e56a1455ae313e3f84727010e64073a28 Mon Sep 17 00:00:00 2001 From: Hidde Beydals Date: Mon, 11 Dec 2023 15:24:38 +0100 Subject: [PATCH 1/2] Add changelog entry for v1.2.2 Signed-off-by: Hidde Beydals --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d6cc7231..a848f7f99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ All notable changes to this project are documented in this file. +## 1.2.2 + +**Release date:** 2023-12-11 + +This patch releases updates a variety of dependencies, including an update of +the container base image to Alpine v3.19. + +Improvements: +- build: update Alpine to 3.19 + [#675](https://github.com/fluxcd/notification-controller/pull/675) +- Update dependencies + [#677](https://github.com/fluxcd/notification-controller/pull/677) + ## 1.2.1 **Release date:** 2023-12-08 From aaacfc4cd8a0350b3fa97c52e643e69ec72326f2 Mon Sep 17 00:00:00 2001 From: Hidde Beydals Date: Mon, 11 Dec 2023 15:24:58 +0100 Subject: [PATCH 2/2] Release v1.2.2 Signed-off-by: Hidde Beydals --- 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 87e777fdd..29cdb1560 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.1 + newTag: v1.2.2 diff --git a/go.mod b/go.mod index 9b622b59e..1f07fc919 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.1 + github.com/fluxcd/notification-controller/api v1.2.2 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