Skip to content

Commit 4ed8923

Browse files
authored
Merge pull request fluxcd#365 from fluxcd/release-v0.23.3
2 parents 24c96a6 + 8ecb031 commit 4ed8923

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

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

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+
520
## 0.23.2
621

722
**Release date:** 2022-03-30

config/manager/kustomization.yaml

+1-1
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.23.2
9+
newTag: v0.23.3

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/Azure/azure-amqp-common-go/v3 v3.2.3
99
github.com/Azure/azure-event-hubs-go/v3 v3.3.17
1010
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
1212
github.com/fluxcd/pkg/apis/meta v0.12.2
1313
github.com/fluxcd/pkg/runtime v0.14.1
1414
github.com/fluxcd/pkg/ssa v0.15.2

0 commit comments

Comments
 (0)