Skip to content

Commit 5eff905

Browse files
authored
Merge pull request #526 from fluxcd/release-v1.0.0-rc.3
Release v1.0.0-rc.3
2 parents 8548a6d + ffb901d commit 5eff905

File tree

3 files changed

+24
-3
lines changed

3 files changed

+24
-3
lines changed

CHANGELOG.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,35 @@
22

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

5+
## 1.0.0-rc.3
6+
7+
**Release date:** 2023-05-12
8+
9+
This release candidate comes with support for
10+
adding [custom metadata](https://github.com/fluxcd/notification-controller/blob/v1.0.0-rc.3/docs/spec/v1beta2/alerts.md#event-metadata)
11+
to Flux events. A new field was added to the Alert v1beta2 API named
12+
`.spec.eventMetadata` that allows users to enrich the alerts with
13+
information about the cluster name, region, environment, etc.
14+
15+
In addition, the controller dependencies have been updated to patch
16+
CVE-2023-1732 and the base image has been updated to Alpine 3.18.
17+
18+
Improvements:
19+
- Add event metadata field to Alert spec
20+
[#519](https://github.com/fluxcd/notification-controller/pull/506)
21+
- Update Alpine to 3.18
22+
[#524](https://github.com/fluxcd/notification-controller/pull/524)
23+
- build(deps): bump github.com/cloudflare/circl from 1.3.2 to 1.3.3
24+
[#525](https://github.com/fluxcd/notification-controller/pull/525)
25+
526
## 1.0.0-rc.2
627

728
**Release date:** 2023-05-09
829

930
This release candidate comes with performance improvements for Receivers
1031
and removes the deprecated `.status.url` field from the Receiver v1 API.
1132

12-
A new filed was added to the Alert v1beta2 API named `.spec.inclusionList` for
33+
A new field was added to the Alert v1beta2 API named `.spec.inclusionList` for
1334
better control over events filtering.
1435

1536
In addition, the controller dependencies have been updated to their latest

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

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.2
13+
github.com/fluxcd/notification-controller/api v1.0.0-rc.3
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)