Skip to content

Commit 188aad7

Browse files
author
Paulo Gomes
authored
Merge pull request #450 from fluxcd/release-0.29.1
Release v0.29.1
2 parents 72a1668 + 5385dfd commit 188aad7

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

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

5+
## 0.29.1
6+
7+
**Release date:** 2022-12-01
8+
9+
This prerelease comes with a minor improvement in the receiver to use its own
10+
ServeMux instead of using the default global one.
11+
12+
Fixes:
13+
* receiver: Use new ServeMux
14+
[#448](https://github.com/fluxcd/notification-controller/pull/448)
15+
16+
Improvements:
17+
* build: Fix cifuzz and improve fuzz tests' reliability
18+
[#446](https://github.com/fluxcd/notification-controller/pull/446)
19+
520
## 0.29.0
621

722
**Release date:** 2022-11-22

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: v0.29.0
9+
newTag: v0.29.1

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
github.com/Azure/azure-amqp-common-go/v3 v3.2.3
1010
github.com/Azure/azure-event-hubs-go/v3 v3.3.20
1111
github.com/containrrr/shoutrrr v0.6.1
12-
github.com/fluxcd/notification-controller/api v0.29.0
12+
github.com/fluxcd/notification-controller/api v0.29.1
1313
github.com/fluxcd/pkg/apis/event v0.2.0
1414
github.com/fluxcd/pkg/apis/meta v0.18.0
1515
github.com/fluxcd/pkg/masktoken v0.2.0

0 commit comments

Comments
 (0)