Skip to content

Commit

Permalink
Merge pull request #365 from fluxcd/release-v0.23.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddeco authored Apr 19, 2022
2 parents 24c96a6 + 8ecb031 commit 4ed8923
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

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

## 0.23.3

**Release date:** 2022-04-19

This prerelease solves an issue with invalid UTF-8 characters while redacting
tokens. Furthermore, dependencies have been updated to their latest versions.

Improvements:
- Update dependencies
[#364](https://github.com/fluxcd/notification-controller/pull/364)

Fixes:
- Return err on invalid UTF-8 character in token
[#361](https://github.com/fluxcd/notification-controller/pull/361)

## 0.23.2

**Release date:** 2022-03-30
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.23.2
newTag: v0.23.3
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.2.3
github.com/Azure/azure-event-hubs-go/v3 v3.3.17
github.com/containrrr/shoutrrr v0.5.3
github.com/fluxcd/notification-controller/api v0.23.2
github.com/fluxcd/notification-controller/api v0.23.3
github.com/fluxcd/pkg/apis/meta v0.12.2
github.com/fluxcd/pkg/runtime v0.14.1
github.com/fluxcd/pkg/ssa v0.15.2
Expand Down

0 comments on commit 4ed8923

Please sign in to comment.