Skip to content

Commit

Permalink
Release v0.11.0
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
  • Loading branch information
stefanprodan committed Mar 26, 2021
1 parent 8816d3f commit dd79170
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 2 deletions.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,40 @@

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 not have an impact on most installations,
as the default replica count is `1`. If you are running a setup
with multiple replicas, it is advised to scale down before upgrading.

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)

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
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.10.0
newTag: v0.11.0
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dd79170

Please sign in to comment.