Release v0.15.0

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
Stefan Prodan 2021-06-08 17:41:16 +03:00
parent 20311178ea
commit e6df97f598
No known key found for this signature in database
GPG Key ID: 3299AEB0E4085BAF
3 changed files with 17 additions and 2 deletions

View File

@ -2,6 +2,21 @@
All notable changes to this project are documented in this file.
## 0.15.0
**Release date:** 2021-06-08
This prerelease comes with an update to the Kubernetes and controller-runtime
dependencies to align them with the Kubernetes 1.21 release.
Improvements:
* Update Kubernetes dependencies
[#210](https://github.com/fluxcd/notification-controller/pull/210)
* Add cert pool to Slack provider requests
[#207](https://github.com/fluxcd/notification-controller/pull/207)
* Make Slack channel optional
[#208](https://github.com/fluxcd/notification-controller/pull/208)
## 0.14.1
**Release date:** 2021-05-26

View File

@ -6,4 +6,4 @@ resources:
images:
- name: fluxcd/notification-controller
newName: fluxcd/notification-controller
newTag: v0.14.1
newTag: v0.15.0

2
go.mod
View File

@ -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.14.1
github.com/fluxcd/notification-controller/api v0.15.0
github.com/fluxcd/pkg/apis/meta v0.10.0
github.com/fluxcd/pkg/runtime v0.12.0
github.com/getsentry/sentry-go v0.10.0