Skip to content

Commit 5a0c492

Browse files
authored
Merge pull request fluxcd#326 from fluxcd/release-v0.22.0
Release v0.22.0
2 parents bcd3551 + 305cd2f commit 5a0c492

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
All notable changes to this project are documented in this file.
44

5+
## 0.22.0
6+
7+
**Release date:** 2022-02-16
8+
9+
This prerelease comes with support for sending alerts to Grafana annotations API.
10+
11+
In addition, the Alert API comes with an optional field `spec.eventSources[].matchLabels` that allows selecting event sources based on labels.
12+
13+
Features:
14+
- Implement label selectors for event sources in alerts [#325](https://github.com/fluxcd/notification-controller/pull/325)
15+
- Add Grafana alerting provider [#322](https://github.com/fluxcd/notification-controller/pull/322)
16+
17+
Improvements:
18+
- Update documentation for alert provider type [#321](https://github.com/fluxcd/notification-controller/pull/321)
19+
- Make username and channel field optional for Discord provider [#324](https://github.com/fluxcd/notification-controller/pull/324)
20+
521
## 0.21.0
622

723
**Release date:** 2022-01-28

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ resources:
66
images:
77
- name: fluxcd/notification-controller
88
newName: fluxcd/notification-controller
9-
newTag: v0.21.0
9+
newTag: v0.22.0

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/Azure/azure-amqp-common-go/v3 v3.1.0
99
github.com/Azure/azure-event-hubs-go/v3 v3.3.7
1010
github.com/containrrr/shoutrrr v0.4.4
11-
github.com/fluxcd/notification-controller/api v0.21.0
11+
github.com/fluxcd/notification-controller/api v0.22.0
1212
github.com/fluxcd/pkg/apis/meta v0.11.0-rc.3
1313
github.com/fluxcd/pkg/runtime v0.13.0-rc.8
1414
github.com/fluxcd/pkg/ssa v0.11.1

0 commit comments

Comments
 (0)