From d5572c1e2f4ec742d324606324716fdeb3d03d0b Mon Sep 17 00:00:00 2001 From: Hidde Beydals Date: Fri, 8 Dec 2023 09:57:51 +0100 Subject: [PATCH 1/2] Add changelog entry for v1.2.1 Signed-off-by: Hidde Beydals --- CHANGELOG.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65ca565f3..1d6cc7231 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,29 @@ All notable changes to this project are documented in this file. +## 1.2.1 + +**Release date:** 2023-12-08 + +This patch release updates the Go version the controller is built with to +`1.21.x`, while mitigating recently published security vulnerabilities in the +`net/http` package. + +In addition, it ensures static analyzers no longer detect a vulnerability in the +`whilp/git-urls` module by using `chainguard-dev/git-urls`. For which the +(potential) issue itself got already addressed internally in the [previous +v1.2.0 release](#120). + +Lastly, a small number of dependencies got updated to their latest versions. + +Improvements: +- Update Go to 1.21.x + [#666](https://github.com/fluxcd/notification-controller/pull/666) +- Replace whilp/git-urls module by chainguard-dev/git-urls + [#667](https://github.com/fluxcd/notification-controller/pull/667) +- Update dependencies + [#669](https://github.com/fluxcd/notification-controller/pull/669) + ## 1.2.0 **Release date:** 2023-12-05 From 136bd28f1f3bc59a73ecda101f51a08a1e4c8fc7 Mon Sep 17 00:00:00 2001 From: Hidde Beydals Date: Fri, 8 Dec 2023 09:58:55 +0100 Subject: [PATCH 2/2] Release v1.2.1 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 7ecee844b..87e777fdd 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.0 + newTag: v1.2.1 diff --git a/go.mod b/go.mod index c750d69bc..80fa5a507 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.1 - github.com/fluxcd/notification-controller/api v1.2.0 + github.com/fluxcd/notification-controller/api v1.2.1 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