From 7140305620f9e31318b5a9dd7a1c079aab633822 Mon Sep 17 00:00:00 2001 From: stefanprodan Date: Fri, 3 Jul 2020 10:27:42 +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 ddfdfdfdab..b0ba37c4ab 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 ade483329d..1b8d39698b 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