Skip to content

Commit

Permalink
Merge pull request #444 from fluxcd/release-0.29.0
Browse files Browse the repository at this point in the history
Release v0.29.0
  • Loading branch information
hiddeco authored Nov 22, 2022
2 parents 59a7e35 + f1e983d commit 0ba01dd
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,29 @@

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

## 0.29.0

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

This prerelease comes with a change to the Event API, which is now declared
in the [`github.com/fluxcd/pkg/apis/event/v1beta1`](https://pkg.go.dev/github.com/fluxcd/pkg/apis/event/v1beta1)
package. For more information, refer to the updated [Event API
documentation](https://github.com/fluxcd/notification-controller/blob/main/docs/spec/v1beta1/event.md).

In addition, dependencies have been updated.

Fixes:
* Remove `nsswitch.conf` creation
[#439](https://github.com/fluxcd/notification-controller/pull/439)

Improvements:
* Refactor notifiers to use Flux Event v1beta1 API
[#442](https://github.com/fluxcd/notification-controller/pull/442)
* Update dependencies
[#442](https://github.com/fluxcd/notification-controller/pull/442)
* docs: update spec to reflect v1beta1 Event API
[#443](https://github.com/fluxcd/notification-controller/pull/443)

## 0.28.0

**Release date:** 2022-10-20
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.28.0
newTag: v0.29.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.20
github.com/containrrr/shoutrrr v0.6.1
github.com/fluxcd/notification-controller/api v0.28.0
github.com/fluxcd/notification-controller/api v0.29.0
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 0ba01dd

Please sign in to comment.