Skip to content

Commit 074072d

Browse files
authored
Merge pull request #456 from fluxcd/releaase-v0.30.1
Release v0.30.1
2 parents 98bf74e + 5366aca commit 074072d

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
All notable changes to this project are documented in this file.
44

5+
## 0.30.1
6+
7+
**Release date:** 2022-12-21
8+
9+
This prerelease comes with a fix to prevent the controller from panicking
10+
when the Kubernetes conversion webhook upgrades the Provider and Receiver
11+
custom resources from `v1beta1`to `v1beta2` without setting the
12+
default value for `spec.interval`.
13+
14+
Fixes:
15+
* Fix panic when upgrading to v1beta2
16+
[#455](https://github.com/fluxcd/notification-controller/pull/455)
17+
518
## 0.30.0
619

720
**Release date:** 2022-12-20

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ resources:
66
images:
77
- name: fluxcd/notification-controller
88
newName: fluxcd/notification-controller
9-
newTag: v0.30.0
9+
newTag: v0.30.1

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.0
13+
github.com/fluxcd/notification-controller/api v0.30.1
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

0 commit comments

Comments
 (0)