From 9e5756ef634d178b07837bc559a87439b70b3410 Mon Sep 17 00:00:00 2001 From: Stefan Prodan Date: Thu, 20 Oct 2022 15:07:38 +0300 Subject: [PATCH] Release v0.28.0 Signed-off-by: Stefan Prodan --- CHANGELOG.md | 18 ++++++++++++++++++ config/manager/kustomization.yaml | 2 +- go.mod | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4a87eeaa..e7e53c4f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,24 @@ All notable changes to this project are documented in this file. +## 0.28.0 + +**Release date:** 2022-10-20 + +This prerelease comes with a new Alert Provider type named `generic-hmac` +for authenticating the webhook requests coming from notification-controller. + +In addition, the controller dependencies have been updated to Kubernetes v1.25.3. +The `golang.org/x/text` package was updated to v0.4.0 (fix for CVE-2022-32149). + +Features: +* Add `generic-hmac` Provider + [#426](https://github.com/fluxcd/notification-controller/pull/426) + +Improvements: +* Update dependencies + [#430](https://github.com/fluxcd/notification-controller/pull/430) + ## 0.27.0 **Release date:** 2022-09-27 diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index f0236bbd6..3687495bf 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: v0.27.0 + newTag: v0.28.0 diff --git a/go.mod b/go.mod index 530c10ee9..0df601797 100644 --- a/go.mod +++ b/go.mod @@ -9,7 +9,7 @@ require ( github.com/Azure/azure-amqp-common-go/v3 v3.2.3 github.com/Azure/azure-event-hubs-go/v3 v3.3.18 github.com/containrrr/shoutrrr v0.6.1 - github.com/fluxcd/notification-controller/api v0.27.0 + github.com/fluxcd/notification-controller/api v0.28.0 github.com/fluxcd/pkg/apis/meta v0.17.0 github.com/fluxcd/pkg/masktoken v0.2.0 github.com/fluxcd/pkg/runtime v0.22.0