Skip to content

Commit

Permalink
Merge pull request #326 from fluxcd/release-v0.22.0
Browse files Browse the repository at this point in the history
Release v0.22.0
  • Loading branch information
stefanprodan authored Feb 16, 2022
2 parents bcd3551 + 305cd2f commit 5a0c492
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.21.0
newTag: v0.22.0
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5a0c492

Please sign in to comment.