File tree 3 files changed +19
-2
lines changed
3 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project are documented in this file.
4
4
5
+ ## 0.23.2
6
+
7
+ ** Release date:** 2022-03-30
8
+
9
+ This prerelease comes with updates to the Webex notification provider and its
10
+ integration docs.
11
+
12
+ In addition, various dependencies have been updated to their latest verions.
13
+
14
+ Improvements:
15
+ - Update the webex notification provider and markdown
16
+ [ #352 ] ( https://github.com/fluxcd/notification-controller/pull/352 )
17
+ - Align version of dependencies when Fuzzing
18
+ [ #354 ] ( https://github.com/fluxcd/notification-controller/pull/354 )
19
+ - Update fluxcd/pkg/runtime to v0.13.4
20
+ [ #355 ] ( https://github.com/fluxcd/notification-controller/pull/355 )
21
+
5
22
## 0.23.1
6
23
7
24
** Release date:** 2022-03-23
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ resources:
6
6
images :
7
7
- name : fluxcd/notification-controller
8
8
newName : fluxcd/notification-controller
9
- newTag : v0.23.1
9
+ newTag : v0.23.2
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ require (
8
8
github.com/Azure/azure-amqp-common-go/v3 v3.2.3
9
9
github.com/Azure/azure-event-hubs-go/v3 v3.3.17
10
10
github.com/containrrr/shoutrrr v0.5.2
11
- github.com/fluxcd/notification-controller/api v0.23.1
11
+ github.com/fluxcd/notification-controller/api v0.23.2
12
12
github.com/fluxcd/pkg/apis/meta v0.12.1
13
13
github.com/fluxcd/pkg/runtime v0.13.4
14
14
github.com/fluxcd/pkg/ssa v0.15.1
You can’t perform that action at this time.
0 commit comments