Merge pull request #458 from fluxcd/release-v0.30.2

Release v0.30.2
This commit is contained in:
Stefan Prodan 2022-12-22 15:09:43 +02:00 committed by GitHub
commit c19b434e8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 13 additions and 2 deletions

View File

@ -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

View File

@ -6,4 +6,4 @@ resources:
images:
- name: fluxcd/notification-controller
newName: fluxcd/notification-controller
newTag: v0.30.1
newTag: v0.30.2

2
go.mod
View File

@ -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