diff --git a/CHANGELOG.md b/CHANGELOG.md index c5bb4c939..955dd0c89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project are documented in this file. +## 0.30.2 + +**Release date:** 2022-12-22 + +This prerelease comes with a fix for the Provider and Receiver +custom resources upgrade to `v1beta2`. + +Fixes: +* Remove interval default value from CRDs + [#457](https://github.com/fluxcd/notification-controller/pull/457) + ## 0.30.1 **Release date:** 2022-12-21 diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 35b050f40..737f0e586 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.30.1 + newTag: v0.30.2 diff --git a/go.mod b/go.mod index 1f39b03ea..9d7718b1a 100644 --- a/go.mod +++ b/go.mod @@ -10,7 +10,7 @@ require ( github.com/Azure/azure-amqp-common-go/v3 v3.2.3 github.com/Azure/azure-event-hubs-go/v3 v3.3.20 github.com/containrrr/shoutrrr v0.6.1 - github.com/fluxcd/notification-controller/api v0.30.1 + github.com/fluxcd/notification-controller/api v0.30.2 github.com/fluxcd/pkg/apis/event v0.2.0 github.com/fluxcd/pkg/apis/meta v0.18.0 github.com/fluxcd/pkg/masktoken v0.2.0