Skip to content

Commit 26877ae

Browse files
authored
Merge pull request #356 from fluxcd/release-v0.23.2
Release v0.23.2
2 parents 1af291c + c122978 commit 26877ae

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

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

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+
522
## 0.23.1
623

724
**Release date:** 2022-03-23

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

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.2
11-
github.com/fluxcd/notification-controller/api v0.23.1
11+
github.com/fluxcd/notification-controller/api v0.23.2
1212
github.com/fluxcd/pkg/apis/meta v0.12.1
1313
github.com/fluxcd/pkg/runtime v0.13.4
1414
github.com/fluxcd/pkg/ssa v0.15.1

0 commit comments

Comments
 (0)