From 7e7dcc5f03a09e5fc4b0278cd20a7a9a32d19764 Mon Sep 17 00:00:00 2001 From: stefanprodan Date: Thu, 2 Jul 2020 12:25:45 +0300 Subject: [PATCH] Release v0.0.2 --- CHANGELOG.md | 7 +++++++ config/manager/kustomization.yaml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 61319d53..e2635bd2 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-02) + +This prerelease comes with improvements to the alerting system. +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 0367f664..c2efdc8f 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -5,4 +5,4 @@ resources: images: - name: fluxcd/kustomize-controller newName: fluxcd/kustomize-controller - newTag: v0.0.1 + newTag: v0.0.2