File tree Expand file tree Collapse file tree 3 files changed +29
-2
lines changed Expand file tree Collapse file tree 3 files changed +29
-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+ ## 1.0.0-rc.2
6+
7+ ** Release date:** 2023-05-09
8+
9+ This release candidate comes with performance improvements for Receivers
10+ and removes the deprecated ` .status.url ` field from the Receiver v1 API.
11+
12+ A new filed was added to the Alert v1beta2 API named ` .spec.inclusionList ` for
13+ better control over events filtering.
14+
15+ In addition, the controller dependencies have been updated to their latest
16+ versions.
17+
18+ Improvements:
19+ - Index receivers using webhook path as key
20+ [ #506 ] ( https://github.com/fluxcd/notification-controller/pull/506 )
21+ - Append the Alert summary to Azure DevOps genre field
22+ [ #514 ] ( https://github.com/fluxcd/notification-controller/pull/514 )
23+ - Add InclusionList to Alert CRD
24+ [ #515 ] ( https://github.com/fluxcd/notification-controller/pull/515 )
25+ - Update dependencies
26+ [ #520 ] ( https://github.com/fluxcd/notification-controller/pull/520 )
27+ - Improve event handler tests
28+ [ #521 ] ( https://github.com/fluxcd/notification-controller/pull/521 )
29+ - receiver/v1: Remove deprecated ` .status.url ` field
30+ [ #482 ] ( https://github.com/fluxcd/notification-controller/pull/482 )
31+
532## 1.0.0-rc.1
633
734** Release date:** 2023-03-30
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 : v1.0.0-rc.1
9+ newTag : v1.0.0-rc.2
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ require (
1010 github.com/Azure/azure-amqp-common-go/v4 v4.1.0
1111 github.com/Azure/azure-event-hubs-go/v3 v3.5.0
1212 github.com/containrrr/shoutrrr v0.7.1
13- github.com/fluxcd/notification-controller/api v1.0.0-rc.1
13+ github.com/fluxcd/notification-controller/api v1.0.0-rc.2
1414 github.com/fluxcd/pkg/apis/event v0.4.1
1515 github.com/fluxcd/pkg/apis/meta v1.0.0
1616 github.com/fluxcd/pkg/git v0.11.0
You can’t perform that action at this time.
0 commit comments