diff --git a/CHANGELOG.md b/CHANGELOG.md index ddfdfdfd..b0ba37c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project are documented in this file. +## 0.0.2 (2020-07-03) + +This prerelease comes with Kubernetes events dispatching. +The reconciliation events can be forwarded to notification controller +and alerting can be configured for Slack, MS Teams, Discord and Rocket chat +using the [notification.fluxcd.io API](https://github.com/fluxcd/notification-controller/tree/master/docs/spec). + ## 0.0.1 (2020-06-24) This is the first prerelease ready for public testing. To get started diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index ade48332..1b8d3969 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -6,4 +6,4 @@ resources: images: - name: fluxcd/source-controller newName: fluxcd/source-controller - newTag: v0.0.1 + newTag: v0.0.2