Skip to content

Commit

Permalink
Merge pull request #526 from fluxcd/release-v1.0.0-rc.3
Browse files Browse the repository at this point in the history
Release v1.0.0-rc.3
  • Loading branch information
stefanprodan committed May 12, 2023
2 parents 8548a6d + ffb901d commit 5eff905
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
23 changes: 22 additions & 1 deletion CHANGELOG.md
Expand Up @@ -2,14 +2,35 @@

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

## 1.0.0-rc.3

**Release date:** 2023-05-12

This release candidate comes with support for
adding [custom metadata](https://github.com/fluxcd/notification-controller/blob/v1.0.0-rc.3/docs/spec/v1beta2/alerts.md#event-metadata)
to Flux events. A new field was added to the Alert v1beta2 API named
`.spec.eventMetadata` that allows users to enrich the alerts with
information about the cluster name, region, environment, etc.

In addition, the controller dependencies have been updated to patch
CVE-2023-1732 and the base image has been updated to Alpine 3.18.

Improvements:
- Add event metadata field to Alert spec
[#519](https://github.com/fluxcd/notification-controller/pull/506)
- Update Alpine to 3.18
[#524](https://github.com/fluxcd/notification-controller/pull/524)
- build(deps): bump github.com/cloudflare/circl from 1.3.2 to 1.3.3
[#525](https://github.com/fluxcd/notification-controller/pull/525)

## 1.0.0-rc.2

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

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

A new filed was added to the Alert v1beta2 API named `.spec.inclusionList` for
A new field was added to the Alert v1beta2 API named `.spec.inclusionList` for
better control over events filtering.

In addition, the controller dependencies have been updated to their latest
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Expand Up @@ -6,4 +6,4 @@ resources:
images:
- name: fluxcd/notification-controller
newName: fluxcd/notification-controller
newTag: v1.0.0-rc.2
newTag: v1.0.0-rc.3
2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -10,7 +10,7 @@ require (
github.com/Azure/azure-amqp-common-go/v4 v4.1.0
github.com/Azure/azure-event-hubs-go/v3 v3.5.0
github.com/containrrr/shoutrrr v0.7.1
github.com/fluxcd/notification-controller/api v1.0.0-rc.2
github.com/fluxcd/notification-controller/api v1.0.0-rc.3
github.com/fluxcd/pkg/apis/event v0.4.1
github.com/fluxcd/pkg/apis/meta v1.0.0
github.com/fluxcd/pkg/git v0.11.0
Expand Down

0 comments on commit 5eff905

Please sign in to comment.