Skip to content

Commit 4633285

Browse files
authored
Merge pull request #12 from fluxcd/release-v0.0.1
Release v0.0.1
2 parents 50a1763 + 15cb403 commit 4633285

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
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.1 (2020-07-07)
6+
7+
This prerelease comes with webhook receivers support.
8+
With the [Receiver API](https://github.com/fluxcd/notification-controller/blob/master/docs/spec/v1alpha1/receiver.md)
9+
you can define a webhook receiver (GitHub, GitLab, Bitbucket, Harbour, generic)
10+
that triggers reconciliation for a group of resources.
11+
512
## 0.0.1-beta.1 (2020-07-03)
613

714
This beta release comes with wildcard support for defining alerts

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ resources:
66
images:
77
- name: fluxcd/notification-controller
88
newName: fluxcd/notification-controller
9-
newTag: v0.0.1-beta.1
9+
newTag: v0.0.1

docs/spec/v1alpha1/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ This is the v1alpha1 API specification for defining events handling and dispatch
44

55
## Specification
66

7+
* [Alert](alert.md)
78
* [Event](event.md)
89
* [Provider](provider.md)
9-
* [Alert](alert.md)
10+
* [Receiver](receiver.md)
1011

1112
## Go Client
1213

0 commit comments

Comments
 (0)