Skip to content

Commit

Permalink
Merge pull request #458 from fluxcd/release-v0.30.2
Browse files Browse the repository at this point in the history
Release v0.30.2
  • Loading branch information
stefanprodan authored Dec 22, 2022
2 parents a89bb94 + 83d68a4 commit c19b434
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ resources:
images:
- name: fluxcd/notification-controller
newName: fluxcd/notification-controller
newTag: v0.30.1
newTag: v0.30.2
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c19b434

Please sign in to comment.