commit
24983fad1a
|
@ -2,6 +2,13 @@
|
||||||
|
|
||||||
All notable changes to this project are documented in this file.
|
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)
|
## 0.0.1 (2020-06-24)
|
||||||
|
|
||||||
This is the first prerelease ready for public testing. To get started
|
This is the first prerelease ready for public testing. To get started
|
||||||
|
|
|
@ -6,4 +6,4 @@ resources:
|
||||||
images:
|
images:
|
||||||
- name: fluxcd/source-controller
|
- name: fluxcd/source-controller
|
||||||
newName: fluxcd/source-controller
|
newName: fluxcd/source-controller
|
||||||
newTag: v0.0.1
|
newTag: v0.0.2
|
||||||
|
|
Loading…
Reference in New Issue