Skip to content

Commit

Permalink
Merge pull request #198 from fluxcd/release-v0.14.0
Browse files Browse the repository at this point in the history
Release v0.14.0
  • Loading branch information
stefanprodan authored May 11, 2021
2 parents fd16d09 + bb92359 commit 337b5ab
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

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

## 0.14.0

**Release date:** 2021-05-11

This prerelease comes with support for sending events to Azure Event Hub.

Features:
* Add support for Azure EventHub provider
[#191](https://github.com/fluxcd/notification-controller/pull/191)

Improvements:
* Redact token from error log
[#196](https://github.com/fluxcd/notification-controller/pull/196)
* Add note about exposing receiver to the internet
[#193](https://github.com/fluxcd/notification-controller/pull/193)

## 0.13.0

**Release date:** 2021-04-21
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.13.0
newTag: v0.14.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-event-hubs-go/v3 v3.3.7
github.com/Azure/azure-sdk-for-go v53.4.0+incompatible // indirect
github.com/Azure/go-amqp v0.13.6 // indirect
github.com/fluxcd/notification-controller/api v0.13.0
github.com/fluxcd/notification-controller/api v0.14.0
github.com/fluxcd/pkg/apis/meta v0.9.0
github.com/fluxcd/pkg/runtime v0.11.0
github.com/getsentry/sentry-go v0.10.0
Expand Down

0 comments on commit 337b5ab

Please sign in to comment.