Skip to content

Commit 0ba01dd

Browse files
authored
Merge pull request #444 from fluxcd/release-0.29.0
Release v0.29.0
2 parents 59a7e35 + f1e983d commit 0ba01dd

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

CHANGELOG.md

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

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

5+
## 0.29.0
6+
7+
**Release date:** 2022-11-22
8+
9+
This prerelease comes with a change to the Event API, which is now declared
10+
in the [`github.com/fluxcd/pkg/apis/event/v1beta1`](https://pkg.go.dev/github.com/fluxcd/pkg/apis/event/v1beta1)
11+
package. For more information, refer to the updated [Event API
12+
documentation](https://github.com/fluxcd/notification-controller/blob/main/docs/spec/v1beta1/event.md).
13+
14+
In addition, dependencies have been updated.
15+
16+
Fixes:
17+
* Remove `nsswitch.conf` creation
18+
[#439](https://github.com/fluxcd/notification-controller/pull/439)
19+
20+
Improvements:
21+
* Refactor notifiers to use Flux Event v1beta1 API
22+
[#442](https://github.com/fluxcd/notification-controller/pull/442)
23+
* Update dependencies
24+
[#442](https://github.com/fluxcd/notification-controller/pull/442)
25+
* docs: update spec to reflect v1beta1 Event API
26+
[#443](https://github.com/fluxcd/notification-controller/pull/443)
27+
528
## 0.28.0
629

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

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

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.28.0
12+
github.com/fluxcd/notification-controller/api v0.29.0
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)