Skip to content

Commit

Permalink
Merge pull request #335 from fluxcd/release-v0.22.1
Browse files Browse the repository at this point in the history
Release v0.21.1
  • Loading branch information
stefanprodan authored Feb 22, 2022
2 parents 348a815 + d79dcf2 commit 28f8ff3
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
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.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
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 28f8ff3

Please sign in to comment.