Skip to content

Commit c6e2948

Browse files
committed
Release v1.0.0-rc.2
Signed-off-by: Stefan Prodan <[email protected]>
1 parent 13081a2 commit c6e2948

File tree

3 files changed

+29
-2
lines changed

3 files changed

+29
-2
lines changed

CHANGELOG.md

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

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

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: v1.0.0-rc.1
9+
newTag: v1.0.0-rc.2

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)