Skip to content

Commit

Permalink
Merge pull request #450 from fluxcd/release-0.29.1
Browse files Browse the repository at this point in the history
Release v0.29.1
  • Loading branch information
Paulo Gomes authored Dec 1, 2022
2 parents 72a1668 + 5385dfd commit 188aad7
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

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

## 0.29.1

**Release date:** 2022-12-01

This prerelease comes with a minor improvement in the receiver to use its own
ServeMux instead of using the default global one.

Fixes:
* receiver: Use new ServeMux
[#448](https://github.com/fluxcd/notification-controller/pull/448)

Improvements:
* build: Fix cifuzz and improve fuzz tests' reliability
[#446](https://github.com/fluxcd/notification-controller/pull/446)

## 0.29.0

**Release date:** 2022-11-22
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.29.0
newTag: v0.29.1
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.20
github.com/containrrr/shoutrrr v0.6.1
github.com/fluxcd/notification-controller/api v0.29.0
github.com/fluxcd/notification-controller/api v0.29.1
github.com/fluxcd/pkg/apis/event v0.2.0
github.com/fluxcd/pkg/apis/meta v0.18.0
github.com/fluxcd/pkg/masktoken v0.2.0
Expand Down

0 comments on commit 188aad7

Please sign in to comment.