Skip to content

Commit

Permalink
Merge pull request #523 from fluxcd/release-v1.0.0-rc.2
Browse files Browse the repository at this point in the history
Release v1.0.0-rc.2
  • Loading branch information
stefanprodan authored May 9, 2023
2 parents 13081a2 + c6e2948 commit 72d2eaf
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 2 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,33 @@

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

## 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
better control over events filtering.

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

Improvements:
- Index receivers using webhook path as key
[#506](https://github.com/fluxcd/notification-controller/pull/506)
- Append the Alert summary to Azure DevOps genre field
[#514](https://github.com/fluxcd/notification-controller/pull/514)
- Add InclusionList to Alert CRD
[#515](https://github.com/fluxcd/notification-controller/pull/515)
- Update dependencies
[#520](https://github.com/fluxcd/notification-controller/pull/520)
- Improve event handler tests
[#521](https://github.com/fluxcd/notification-controller/pull/521)
- receiver/v1: Remove deprecated `.status.url` field
[#482](https://github.com/fluxcd/notification-controller/pull/482)

## 1.0.0-rc.1

**Release date:** 2023-03-30
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: v1.0.0-rc.1
newTag: v1.0.0-rc.2
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
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.1
github.com/fluxcd/notification-controller/api v1.0.0-rc.2
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 72d2eaf

Please sign in to comment.