File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed
Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to this project are documented in this file.
44
5+ ## 0.23.1
6+
7+ ** Release date:** 2022-03-23
8+
9+ This prerelease comes with strict filtering of events metadata.
10+ Starting with this version, the metadata keys considered for
11+ alerting must be prefixed with the involved object API group.
12+
13+ Improvements:
14+ - Filter event metadata based on the object group
15+ [ #350 ] ( https://github.com/fluxcd/notification-controller/pull/350 )
16+
517## 0.23.0
618
719** Release date:** 2022-03-21
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ resources:
66images :
77 - name : fluxcd/notification-controller
88 newName : fluxcd/notification-controller
9- newTag : v0.23.0
9+ newTag : v0.23.1
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ require (
88 github.com/Azure/azure-amqp-common-go/v3 v3.2.3
99 github.com/Azure/azure-event-hubs-go/v3 v3.3.17
1010 github.com/containrrr/shoutrrr v0.5.2
11- github.com/fluxcd/notification-controller/api v0.23.0
11+ github.com/fluxcd/notification-controller/api v0.23.1
1212 github.com/fluxcd/pkg/apis/meta v0.12.1
1313 github.com/fluxcd/pkg/runtime v0.13.2
1414 github.com/fluxcd/pkg/ssa v0.15.1
You can’t perform that action at this time.
0 commit comments