From 6dc065b5d834a51bd09317a59d1c6df252d5a76c Mon Sep 17 00:00:00 2001 From: Stefan Prodan Date: Thu, 5 Aug 2021 15:49:45 +0300 Subject: [PATCH] Release v0.15.1 Signed-off-by: Stefan Prodan --- CHANGELOG.md | 23 +++++++++++++++++++++++ config/manager/kustomization.yaml | 2 +- go.mod | 2 +- 3 files changed, 25 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a46cc602d..7ffc8622f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,29 @@ All notable changes to this project are documented in this file. +## 0.15.1 + +**Release date:** 2021-08-05 + +This prerelease comes with extended support for Sentry such as: +using channel configuration for Sentry environment to re-use the +same DSN for multiple clusters, +and sending info event as Sentry traces. + +Improvements: +* providers/sentry: send traces + [#224](https://github.com/fluxcd/notification-controller/pull/224) +* providers/sentry: add environment support + [#223](https://github.com/fluxcd/notification-controller/pull/223) +* Request reconcile using patch instead of update + [#217](https://github.com/fluxcd/notification-controller/pull/217) +* Update dependencies + [#226](https://github.com/fluxcd/notification-controller/pull/226) + +Fixes: +* providers/sentry: fix default HTTP Transport causing panic + [#221](https://github.com/fluxcd/notification-controller/pull/221) + ## 0.15.0 **Release date:** 2021-06-08 diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 65a0e7722..fea87e550 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -6,4 +6,4 @@ resources: images: - name: fluxcd/notification-controller newName: fluxcd/notification-controller - newTag: v0.15.0 + newTag: v0.15.1 diff --git a/go.mod b/go.mod index 66a1797cd..0ec12d078 100644 --- a/go.mod +++ b/go.mod @@ -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.15.0 + github.com/fluxcd/notification-controller/api v0.15.1 github.com/fluxcd/pkg/apis/meta v0.10.0 github.com/fluxcd/pkg/runtime v0.12.0 github.com/getsentry/sentry-go v0.11.0