diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a8916ba5..d1045e9eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project are documented in this file. +## 0.18.0 + +**Release date:** 2021-10-19 + +This prerelease comes with support for sending alerts to Prometheus Alertmanager. + +Features: +* Add alertmanager provider + [#258](https://github.com/fluxcd/notification-controller/pull/258) + ## 0.17.1 **Release date:** 2021-10-13 diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 0b0b93f7a..3d91ab152 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -6,4 +6,4 @@ resources: images: - name: fluxcd/notification-controller newName: fluxcd/notification-controller - newTag: v0.17.1 + newTag: v0.18.0 diff --git a/go.mod b/go.mod index 15b71a557..248b0230f 100644 --- a/go.mod +++ b/go.mod @@ -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.17.1 + github.com/fluxcd/notification-controller/api v0.18.0 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