diff --git a/CHANGELOG.md b/CHANGELOG.md index 51e0018..b622838 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ All notable changes to this project are documented in this file. +## 0.23.2 + +**Release date:** 2022-03-30 + +This prerelease comes with updates to the Webex notification provider and its +integration docs. + +In addition, various dependencies have been updated to their latest verions. + +Improvements: +- Update the webex notification provider and markdown + [#352](https://github.com/fluxcd/notification-controller/pull/352) +- Align version of dependencies when Fuzzing + [#354](https://github.com/fluxcd/notification-controller/pull/354) +- Update fluxcd/pkg/runtime to v0.13.4 + [#355](https://github.com/fluxcd/notification-controller/pull/355) + ## 0.23.1 **Release date:** 2022-03-23 diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 3ce894a..9aabd14 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -6,4 +6,4 @@ resources: images: - name: fluxcd/notification-controller newName: fluxcd/notification-controller - newTag: v0.23.1 + newTag: v0.23.2 diff --git a/go.mod b/go.mod index 34f0fa7..b5a55ef 100644 --- a/go.mod +++ b/go.mod @@ -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.2 - github.com/fluxcd/notification-controller/api v0.23.1 + github.com/fluxcd/notification-controller/api v0.23.2 github.com/fluxcd/pkg/apis/meta v0.12.1 github.com/fluxcd/pkg/runtime v0.13.4 github.com/fluxcd/pkg/ssa v0.15.1