commit
c19b434e8d
11
CHANGELOG.md
11
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
|
||||
|
|
|
@ -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
2
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
|
||||
|
|
Loading…
Reference in New Issue