Skip to content

Commit

Permalink
Merge pull request #302 from fluxcd/release-v0.20.0
Browse files Browse the repository at this point in the history
Release v0.20.0
  • Loading branch information
stefanprodan authored Jan 11, 2022
2 parents 68f0adc + e767d7a commit b728c6c
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

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

## 0.20.0

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

This prerelease comes with an update to the Kubernetes and controller-runtime dependencies
to align them with the Kubernetes 1.23 release.

In addition, the controller is now built with Go 1.17 and Alpine 3.15.

Improvements:
* Update Go to v1.17 and controller-runtime to v0.11
[#279](https://github.com/fluxcd/notification-controller/pull/279)
* Update dependencies (fix CVE-2021-43565)
[#301](https://github.com/fluxcd/notification-controller/pull/301)
* Update Dockerfile xx base and bump alpine to 3.15
[#297](https://github.com/fluxcd/notification-controller/pull/297)
* Update docs for telegram
[#300](https://github.com/fluxcd/notification-controller/pull/300)

## 0.19.0

**Release date:** 2021-11-23
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.19.0
newTag: v0.20.0
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.19.0
github.com/fluxcd/notification-controller/api v0.20.0
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 b728c6c

Please sign in to comment.