From 0f16caaf02f36258bbcfa79e5e1579d158a6ea8e Mon Sep 17 00:00:00 2001 From: Stefan Prodan Date: Fri, 26 Mar 2021 13:25:54 +0200 Subject: [PATCH] Release v0.11.0 Signed-off-by: Stefan Prodan --- CHANGELOG.md | 37 +++++++++++++++++++++++++++++++ config/manager/kustomization.yaml | 2 +- go.mod | 2 +- 3 files changed, 39 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2fb6ff41..56ac88504 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,43 @@ All notable changes to this project are documented in this file. +## 0.11.0 + +**Release date:** 2021-03-26 + +This is the eleventh MINOR prerelease. + +This prerelease comes with support for sending alerts to Webex and +for posting commit status updates to GitHub enterprise. + +This prerelease comes with a breaking change: the leader election ID +was renamed from `4ae6d3b3.fluxcd.io` to +`notification-controller-leader-election`. +This change should however not have a direct impact. + +The suspended status of resources is now recorded to a +`gotk_suspend_status` Prometheus gauge metric. + +Features: +* Add support for Webex as an alert provider + [#168](https://github.com/fluxcd/notification-controller/pull/168) +* Add support for GitHub enterprise commit status + [#162](https://github.com/fluxcd/notification-controller/pull/162) + +Improvements: +* Set leader election deadline to 30s + [#170](https://github.com/fluxcd/notification-controller/pull/170) +* Record suspension metrics + [#164](https://github.com/fluxcd/notification-controller/pull/164) + +Fixes: +* Fix Google Chart alert filters + [#169](https://github.com/fluxcd/notification-controller/pull/169) +* Fix BitBucket key length + [#174](https://github.com/fluxcd/notification-controller/pull/174) +* Fix alerts mix up summary + [#166](https://github.com/fluxcd/notification-controller/pull/166) + ## 0.10.0 **Release date:** 2021-03-16 diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 3d95e1732..2e25949cf 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.10.0 + newTag: v0.11.0 diff --git a/go.mod b/go.mod index 0feaa152a..978fa9be1 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.15 replace github.com/fluxcd/notification-controller/api => ./api require ( - github.com/fluxcd/notification-controller/api v0.10.0 + github.com/fluxcd/notification-controller/api v0.11.0 github.com/fluxcd/pkg/apis/meta v0.8.0 github.com/fluxcd/pkg/runtime v0.10.1 github.com/go-logr/logr v0.3.0