From f1e983d0d13cae7384cbb8027a2ed390b4e60708 Mon Sep 17 00:00:00 2001 From: Hidde Beydals Date: Tue, 22 Nov 2022 12:31:57 +0000 Subject: [PATCH] Release v0.29.0 Signed-off-by: Hidde Beydals --- CHANGELOG.md | 23 +++++++++++++++++++++++ config/manager/kustomization.yaml | 2 +- go.mod | 2 +- 3 files changed, 25 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7e53c4f7..6ee93d365 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,29 @@ All notable changes to this project are documented in this file. +## 0.29.0 + +**Release date:** 2022-11-22 + +This prerelease comes with a change to the Event API, which is now declared +in the [`github.com/fluxcd/pkg/apis/event/v1beta1`](https://pkg.go.dev/github.com/fluxcd/pkg/apis/event/v1beta1) +package. For more information, refer to the updated [Event API +documentation](https://github.com/fluxcd/notification-controller/blob/main/docs/spec/v1beta1/event.md). + +In addition, dependencies have been updated. + +Fixes: +* Remove `nsswitch.conf` creation + [#439](https://github.com/fluxcd/notification-controller/pull/439) + +Improvements: +* Refactor notifiers to use Flux Event v1beta1 API + [#442](https://github.com/fluxcd/notification-controller/pull/442) +* Update dependencies + [#442](https://github.com/fluxcd/notification-controller/pull/442) +* docs: update spec to reflect v1beta1 Event API + [#443](https://github.com/fluxcd/notification-controller/pull/443) + ## 0.28.0 **Release date:** 2022-10-20 diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 3687495bf..87ea34c71 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -6,4 +6,4 @@ resources: images: - name: fluxcd/notification-controller newName: fluxcd/notification-controller - newTag: v0.28.0 + newTag: v0.29.0 diff --git a/go.mod b/go.mod index 3f5e3f6eb..dda27b801 100644 --- a/go.mod +++ b/go.mod @@ -9,7 +9,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.28.0 + github.com/fluxcd/notification-controller/api v0.29.0 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