From 305cd2f65c7e2282bc92259f32b9379532aae207 Mon Sep 17 00:00:00 2001 From: Somtochi Onyekwere Date: Thu, 10 Feb 2022 15:18:22 +0100 Subject: [PATCH] Release v0.22.0 Signed-off-by: Somtochi Onyekwere --- CHANGELOG.md | 16 ++++++++++++++++ config/manager/kustomization.yaml | 2 +- go.mod | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 413ece591..d9b27e142 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ All notable changes to this project are documented in this file. +## 0.22.0 + +**Release date:** 2022-02-16 + +This prerelease comes with support for sending alerts to Grafana annotations API. + +In addition, the Alert API comes with an optional field `spec.eventSources[].matchLabels` that allows selecting event sources based on labels. + +Features: +- Implement label selectors for event sources in alerts [#325](https://github.com/fluxcd/notification-controller/pull/325) +- Add Grafana alerting provider [#322](https://github.com/fluxcd/notification-controller/pull/322) + +Improvements: +- Update documentation for alert provider type [#321](https://github.com/fluxcd/notification-controller/pull/321) +- Make username and channel field optional for Discord provider [#324](https://github.com/fluxcd/notification-controller/pull/324) + ## 0.21.0 **Release date:** 2022-01-28 diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index fbe438024..01e26d278 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.21.0 + newTag: v0.22.0 diff --git a/go.mod b/go.mod index 73a43078a..e4c927017 100644 --- a/go.mod +++ b/go.mod @@ -8,7 +8,7 @@ require ( github.com/Azure/azure-amqp-common-go/v3 v3.1.0 github.com/Azure/azure-event-hubs-go/v3 v3.3.7 github.com/containrrr/shoutrrr v0.4.4 - github.com/fluxcd/notification-controller/api v0.21.0 + github.com/fluxcd/notification-controller/api v0.22.0 github.com/fluxcd/pkg/apis/meta v0.11.0-rc.3 github.com/fluxcd/pkg/runtime v0.13.0-rc.8 github.com/fluxcd/pkg/ssa v0.11.1