File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 22
33All 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
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ resources:
66images :
77 - name : fluxcd/notification-controller
88 newName : fluxcd/notification-controller
9- newTag : v0.22.0
9+ newTag : v0.22.2
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments