Skip to content

Commit

Permalink
Merge pull request #351 from fluxcd/release-v0.23.1
Browse files Browse the repository at this point in the history
Release v0.23.1
  • Loading branch information
stefanprodan authored Mar 23, 2022
2 parents ff5368b + 3118912 commit 5ed0f78
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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

## 0.23.1

**Release date:** 2022-03-23

This prerelease comes with strict filtering of events metadata.
Starting with this version, the metadata keys considered for
alerting must be prefixed with the involved object API group.

Improvements:
- Filter event metadata based on the object group
[#350](https://github.com/fluxcd/notification-controller/pull/350)

## 0.23.0

**Release date:** 2022-03-21
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.23.0
newTag: v0.23.1
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.2.3
github.com/Azure/azure-event-hubs-go/v3 v3.3.17
github.com/containrrr/shoutrrr v0.5.2
github.com/fluxcd/notification-controller/api v0.23.0
github.com/fluxcd/notification-controller/api v0.23.1
github.com/fluxcd/pkg/apis/meta v0.12.1
github.com/fluxcd/pkg/runtime v0.13.2
github.com/fluxcd/pkg/ssa v0.15.1
Expand Down

0 comments on commit 5ed0f78

Please sign in to comment.