From d1531714c8f52a470ec37cc5b19a8164f9a75e32 Mon Sep 17 00:00:00 2001 From: Stefan Prodan Date: Wed, 23 Feb 2022 15:10:19 +0200 Subject: [PATCH] Release v0.22.2 Signed-off-by: Stefan Prodan --- CHANGELOG.md | 6 ++++++ config/manager/kustomization.yaml | 2 +- go.mod | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 126a3d73b..3f82166e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project are documented in this file. +## 0.22.2 + +**Release date:** 2022-02-23 + +This prerelease patches the container image tag in the Deployment manifest that was previously missed in 0.22.1. + ## 0.22.1 **Release date:** 2022-02-22 diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 01e26d278..4fe1dbf7a 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.22.0 + newTag: v0.22.2 diff --git a/go.mod b/go.mod index cf2ae0a7c..b05d3dcf7 100644 --- a/go.mod +++ b/go.mod @@ -8,7 +8,7 @@ require ( github.com/Azure/azure-amqp-common-go/v3 v3.1.0 github.com/Azure/azure-event-hubs-go/v3 v3.3.7 github.com/containrrr/shoutrrr v0.4.4 - github.com/fluxcd/notification-controller/api v0.22.1 + github.com/fluxcd/notification-controller/api v0.22.2 github.com/fluxcd/pkg/apis/meta v0.11.0-rc.3 github.com/fluxcd/pkg/runtime v0.13.0-rc.8 github.com/fluxcd/pkg/ssa v0.11.1