Skip to content

Commit

Permalink
Merge pull request #304 from fluxcd/release-v0.20.1
Browse files Browse the repository at this point in the history
Release v0.20.1
  • Loading branch information
stefanprodan authored Jan 11, 2022
2 parents 1035a1f + 0a0a034 commit 0ece498
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

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

## 0.20.1

**Release date:** 2022-01-11

This prerelease comes with a fix for the Prometheus Alertmanager provider and
downgrades the `fluxcd/pkg/apis/meta` package from `v0.11.0-rc.3` to `v0.10.2`
which is required by flux2.

Fixes:
* Downgrade fluxcd/pkg/apis/meta to v0.10.2
[#303](https://github.com/fluxcd/notification-controller/pull/303)
* Add timestamp as label for Prometheus Alertmanager
[#298](https://github.com/fluxcd/notification-controller/pull/298)

## 0.20.0

**Release date:** 2022-01-11
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.20.0
newTag: v0.20.1
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.20.0
github.com/fluxcd/notification-controller/api v0.20.1
github.com/fluxcd/pkg/apis/meta v0.11.0-rc.3
github.com/fluxcd/pkg/runtime v0.13.0-rc.6
github.com/fluxcd/pkg/ssa v0.9.0
Expand Down

0 comments on commit 0ece498

Please sign in to comment.