Skip to content

Commit

Permalink
Merge pull request #431 from fluxcd/release-0.28.0
Browse files Browse the repository at this point in the history
Release v0.28.0
  • Loading branch information
stefanprodan committed Oct 20, 2022
2 parents 4add471 + 9e5756e commit 921ebc0
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

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

## 0.28.0

**Release date:** 2022-10-20

This prerelease comes with a new Alert Provider type named `generic-hmac`
for authenticating the webhook requests coming from notification-controller.

In addition, the controller dependencies have been updated to Kubernetes v1.25.3.
The `golang.org/x/text` package was updated to v0.4.0 (fix for CVE-2022-32149).

Features:
* Add `generic-hmac` Provider
[#426](https://github.com/fluxcd/notification-controller/pull/426)

Improvements:
* Update dependencies
[#430](https://github.com/fluxcd/notification-controller/pull/430)

## 0.27.0

**Release date:** 2022-09-27
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: v0.27.0
newTag: v0.28.0
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/Azure/azure-amqp-common-go/v3 v3.2.3
github.com/Azure/azure-event-hubs-go/v3 v3.3.18
github.com/containrrr/shoutrrr v0.6.1
github.com/fluxcd/notification-controller/api v0.27.0
github.com/fluxcd/notification-controller/api v0.28.0
github.com/fluxcd/pkg/apis/meta v0.17.0
github.com/fluxcd/pkg/masktoken v0.2.0
github.com/fluxcd/pkg/runtime v0.22.0
Expand Down

0 comments on commit 921ebc0

Please sign in to comment.