Skip to content

Commit

Permalink
Merge pull request #336 from fluxcd/release-v0.22.2
Browse files Browse the repository at this point in the history
Release v0.22.2
  • Loading branch information
stefanprodan authored Feb 23, 2022
2 parents 28f8ff3 + d153171 commit 1b581a4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ resources:
images:
- name: fluxcd/notification-controller
newName: fluxcd/notification-controller
newTag: v0.22.0
newTag: v0.22.2
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1b581a4

Please sign in to comment.