File tree Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project are documented in this file.
4
4
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
+
5
21
## 0.21.0
6
22
7
23
** Release date:** 2022-01-28
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ resources:
6
6
images :
7
7
- name : fluxcd/notification-controller
8
8
newName : fluxcd/notification-controller
9
- newTag : v0.21 .0
9
+ newTag : v0.22 .0
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ require (
8
8
github.com/Azure/azure-amqp-common-go/v3 v3.1.0
9
9
github.com/Azure/azure-event-hubs-go/v3 v3.3.7
10
10
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
12
12
github.com/fluxcd/pkg/apis/meta v0.11.0-rc.3
13
13
github.com/fluxcd/pkg/runtime v0.13.0-rc.8
14
14
github.com/fluxcd/pkg/ssa v0.11.1
You can’t perform that action at this time.
0 commit comments