From c6e2948bb9e685947d2b1107fc547f58bffeb39b Mon Sep 17 00:00:00 2001 From: Stefan Prodan Date: Tue, 9 May 2023 17:30:54 +0300 Subject: [PATCH] Release v1.0.0-rc.2 Signed-off-by: Stefan Prodan --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ config/manager/kustomization.yaml | 2 +- go.mod | 2 +- 3 files changed, 29 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cdd52536..1e612ccf2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,33 @@ All notable changes to this project are documented in this file. +## 1.0.0-rc.2 + +**Release date:** 2023-05-09 + +This release candidate comes with performance improvements for Receivers +and removes the deprecated `.status.url` field from the Receiver v1 API. + +A new filed was added to the Alert v1beta2 API named `.spec.inclusionList` for +better control over events filtering. + +In addition, the controller dependencies have been updated to their latest +versions. + +Improvements: +- Index receivers using webhook path as key + [#506](https://github.com/fluxcd/notification-controller/pull/506) +- Append the Alert summary to Azure DevOps genre field + [#514](https://github.com/fluxcd/notification-controller/pull/514) +- Add InclusionList to Alert CRD + [#515](https://github.com/fluxcd/notification-controller/pull/515) +- Update dependencies + [#520](https://github.com/fluxcd/notification-controller/pull/520) +- Improve event handler tests + [#521](https://github.com/fluxcd/notification-controller/pull/521) +- receiver/v1: Remove deprecated `.status.url` field + [#482](https://github.com/fluxcd/notification-controller/pull/482) + ## 1.0.0-rc.1 **Release date:** 2023-03-30 diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 9d8060578..95532551b 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: v1.0.0-rc.1 + newTag: v1.0.0-rc.2 diff --git a/go.mod b/go.mod index 98e7efcf0..a9be9205a 100644 --- a/go.mod +++ b/go.mod @@ -10,7 +10,7 @@ require ( github.com/Azure/azure-amqp-common-go/v4 v4.1.0 github.com/Azure/azure-event-hubs-go/v3 v3.5.0 github.com/containrrr/shoutrrr v0.7.1 - github.com/fluxcd/notification-controller/api v1.0.0-rc.1 + github.com/fluxcd/notification-controller/api v1.0.0-rc.2 github.com/fluxcd/pkg/apis/event v0.4.1 github.com/fluxcd/pkg/apis/meta v1.0.0 github.com/fluxcd/pkg/git v0.11.0