Skip to content

Commit 24983fa

Browse files
authored
Merge pull request #70 from fluxcd/release-v0.0.2
Release v0.0.2
2 parents 06c5782 + 7140305 commit 24983fa

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project are documented in this file.
44

5+
## 0.0.2 (2020-07-03)
6+
7+
This prerelease comes with Kubernetes events dispatching.
8+
The reconciliation events can be forwarded to notification controller
9+
and alerting can be configured for Slack, MS Teams, Discord and Rocket chat
10+
using the [notification.fluxcd.io API](https://github.com/fluxcd/notification-controller/tree/master/docs/spec).
11+
512
## 0.0.1 (2020-06-24)
613

714
This is the first prerelease ready for public testing. To get started

config/manager/kustomization.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ resources:
66
images:
77
- name: fluxcd/source-controller
88
newName: fluxcd/source-controller
9-
newTag: v0.0.1
9+
newTag: v0.0.2

0 commit comments

Comments
 (0)