File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to this project are documented in this file.
44
5+ ## 0.30.2
6+
7+ ** Release date:** 2022-12-22
8+
9+ This prerelease comes with a fix for the Provider and Receiver
10+ custom resources upgrade to ` v1beta2 ` .
11+
12+ Fixes:
13+ * Remove interval default value from CRDs
14+ [ #457 ] ( https://github.com/fluxcd/notification-controller/pull/457 )
15+
516## 0.30.1
617
718** Release date:** 2022-12-21
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ resources:
66images :
77 - name : fluxcd/notification-controller
88 newName : fluxcd/notification-controller
9- newTag : v0.30.1
9+ newTag : v0.30.2
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ require (
1010 github.com/Azure/azure-amqp-common-go/v3 v3.2.3
1111 github.com/Azure/azure-event-hubs-go/v3 v3.3.20
1212 github.com/containrrr/shoutrrr v0.6.1
13- github.com/fluxcd/notification-controller/api v0.30.1
13+ github.com/fluxcd/notification-controller/api v0.30.2
1414 github.com/fluxcd/pkg/apis/event v0.2.0
1515 github.com/fluxcd/pkg/apis/meta v0.18.0
1616 github.com/fluxcd/pkg/masktoken v0.2.0
You can’t perform that action at this time.
0 commit comments