Skip to content

Commit

Permalink
Merge pull request #272 from fluxcd/release-v0.18.1
Browse files Browse the repository at this point in the history
Release v0.18.1
  • Loading branch information
stefanprodan authored Oct 22, 2021
2 parents 0137efd + 2e6094a commit 849126e
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.18.1

**Release date:** 2021-10-22

This prerelease comes with support for self-signed certificates when forwarding events to a TLS endpoint.

Fixes:
* Fixed missing setter for Forwarder CertPool
[#262](https://github.com/fluxcd/notification-controller/pull/262)
* Fix MSTeams certificates
[#257](https://github.com/fluxcd/notification-controller/pull/257)
* Use regex to find and replace token
[#271](https://github.com/fluxcd/notification-controller/pull/271)

## 0.18.0

**Release date:** 2021-10-19
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.18.0
newTag: v0.18.1
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require (
github.com/Azure/azure-sdk-for-go v53.4.0+incompatible // indirect
github.com/Azure/go-amqp v0.13.6 // indirect
github.com/containrrr/shoutrrr v0.4.4
github.com/fluxcd/notification-controller/api v0.18.0
github.com/fluxcd/notification-controller/api v0.18.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
Expand Down

0 comments on commit 849126e

Please sign in to comment.