From d6319715339d2fea7abaf5be5a32a539ba3413de Mon Sep 17 00:00:00 2001 From: Sunny Date: Thu, 16 Feb 2023 19:48:19 +0000 Subject: [PATCH] Release v0.32.0 Signed-off-by: Sunny --- 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 a20f92ad5..9ef1ff17c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,24 @@ All notable changes to this project are documented in this file. +## 0.32.0 + +**Release date:** 2023-02-16 + +This prerelease adds support for parsing +[RFC-0005](https://github.com/fluxcd/flux2/tree/main/rfcs/0005-artifact-revision-and-digest) +revision format. Similar to artifact `Checksum`, the new `Digest` metadata is +also removed from Alerts. + +In addition, the controller dependencies have been updated to their latest +versions. + +Improvements: +* Support RFC-0005 revision format + [#472](https://github.com/fluxcd/notification-controller/pull/472) +* Update dependencies + [#474](https://github.com/fluxcd/notification-controller/pull/474) + ## 0.31.0 **Release date:** 2023-02-01 diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 2755382d0..6f786e687 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.31.0 + newTag: v0.32.0 diff --git a/go.mod b/go.mod index 5366cea26..c5d41ccbf 100644 --- a/go.mod +++ b/go.mod @@ -10,7 +10,7 @@ require ( github.com/Azure/azure-amqp-common-go/v4 v4.0.0 github.com/Azure/azure-event-hubs-go/v3 v3.4.0 github.com/containrrr/shoutrrr v0.6.1 - github.com/fluxcd/notification-controller/api v0.31.0 + github.com/fluxcd/notification-controller/api v0.32.0 github.com/fluxcd/pkg/apis/event v0.4.0 github.com/fluxcd/pkg/apis/meta v0.19.0 github.com/fluxcd/pkg/git v0.10.0