File tree 3 files changed +17
-2
lines changed
3 files changed +17
-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.3
6
+
7
+ ** Release date:** 2022-04-19
8
+
9
+ This prerelease solves an issue with invalid UTF-8 characters while redacting
10
+ tokens. Furthermore, dependencies have been updated to their latest versions.
11
+
12
+ Improvements:
13
+ - Update dependencies
14
+ [ #364 ] ( https://github.com/fluxcd/notification-controller/pull/364 )
15
+
16
+ Fixes:
17
+ - Return err on invalid UTF-8 character in token
18
+ [ #361 ] ( https://github.com/fluxcd/notification-controller/pull/361 )
19
+
5
20
## 0.23.2
6
21
7
22
** Release date:** 2022-03-30
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.2
9
+ newTag : v0.23.3
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.3
11
- github.com/fluxcd/notification-controller/api v0.23.2
11
+ github.com/fluxcd/notification-controller/api v0.23.3
12
12
github.com/fluxcd/pkg/apis/meta v0.12.2
13
13
github.com/fluxcd/pkg/runtime v0.14.1
14
14
github.com/fluxcd/pkg/ssa v0.15.2
You can’t perform that action at this time.
0 commit comments