Skip to content

Commit 3118912

Browse files
committed
Release v0.23.1
Signed-off-by: Stefan Prodan <[email protected]>
1 parent ff5368b commit 3118912

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

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

33
All 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

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.23.0
9+
newTag: v0.23.1

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.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

0 commit comments

Comments
 (0)