Release v0.0.1

This commit is contained in:
stefanprodan 2020-07-07 09:05:24 +03:00
parent 50a17637f2
commit 15cb40342c
3 changed files with 10 additions and 2 deletions

View File

@ -2,6 +2,13 @@
All notable changes to this project are documented in this file.
## 0.0.1 (2020-07-07)
This prerelease comes with webhook receivers support.
With the [Receiver API](https://github.com/fluxcd/notification-controller/blob/master/docs/spec/v1alpha1/receiver.md)
you can define a webhook receiver (GitHub, GitLab, Bitbucket, Harbour, generic)
that triggers reconciliation for a group of resources.
## 0.0.1-beta.1 (2020-07-03)
This beta release comes with wildcard support for defining alerts

View File

@ -6,4 +6,4 @@ resources:
images:
- name: fluxcd/notification-controller
newName: fluxcd/notification-controller
newTag: v0.0.1-beta.1
newTag: v0.0.1

View File

@ -4,9 +4,10 @@ This is the v1alpha1 API specification for defining events handling and dispatch
## Specification
* [Alert](alert.md)
* [Event](event.md)
* [Provider](provider.md)
* [Alert](alert.md)
* [Receiver](receiver.md)
## Go Client