diff --git a/CHANGELOG.md b/CHANGELOG.md index d9b27e142..126a3d73b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ All notable changes to this project are documented in this file. +## 0.22.1 + +**Release date:** 2022-02-22 + +This prerelease comes with support for using basic auth when sending alerts to Grafana annotations API. + +Improvements: +- Add basic auth support to Grafana provider + [#334](https://github.com/fluxcd/notification-controller/pull/334) +- Allow the proxy address to specified in the Kubernetes Secret from Alert `spec.secretRef` + [#331](https://github.com/fluxcd/notification-controller/pull/331) +- Switch to controller-runtime metadata client + [#330](https://github.com/fluxcd/notification-controller/pull/330) +- Update dependencies + [#333](https://github.com/fluxcd/notification-controller/pull/333) + ## 0.22.0 **Release date:** 2022-02-16 diff --git a/go.mod b/go.mod index 2ff5dbe37..cf2ae0a7c 100644 --- a/go.mod +++ b/go.mod @@ -8,7 +8,7 @@ require ( github.com/Azure/azure-amqp-common-go/v3 v3.1.0 github.com/Azure/azure-event-hubs-go/v3 v3.3.7 github.com/containrrr/shoutrrr v0.4.4 - github.com/fluxcd/notification-controller/api v0.22.0 + github.com/fluxcd/notification-controller/api v0.22.1 github.com/fluxcd/pkg/apis/meta v0.11.0-rc.3 github.com/fluxcd/pkg/runtime v0.13.0-rc.8 github.com/fluxcd/pkg/ssa v0.11.1