Skip to content

Commit 1b581a4

Browse files
authored
Merge pull request #336 from fluxcd/release-v0.22.2
Release v0.22.2
2 parents 28f8ff3 + d153171 commit 1b581a4

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project are documented in this file.
44

5+
## 0.22.2
6+
7+
**Release date:** 2022-02-23
8+
9+
This prerelease patches the container image tag in the Deployment manifest that was previously missed in 0.22.1.
10+
511
## 0.22.1
612

713
**Release date:** 2022-02-22

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ resources:
66
images:
77
- name: fluxcd/notification-controller
88
newName: fluxcd/notification-controller
9-
newTag: v0.22.0
9+
newTag: v0.22.2

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/Azure/azure-amqp-common-go/v3 v3.1.0
99
github.com/Azure/azure-event-hubs-go/v3 v3.3.7
1010
github.com/containrrr/shoutrrr v0.4.4
11-
github.com/fluxcd/notification-controller/api v0.22.1
11+
github.com/fluxcd/notification-controller/api v0.22.2
1212
github.com/fluxcd/pkg/apis/meta v0.11.0-rc.3
1313
github.com/fluxcd/pkg/runtime v0.13.0-rc.8
1414
github.com/fluxcd/pkg/ssa v0.11.1

0 commit comments

Comments
 (0)