Skip to content

Commit 85c8ac6

Browse files
authored
Merge pull request #5 from fluxcd/release-v0.0.1-alpha.2
Release v0.0.1-alpha.2
2 parents cf060c2 + ffea0df commit 85c8ac6

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

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

5+
## 0.0.1-alpha.2 (2020-07-02)
6+
7+
This alpha release comes with improvements to alerts delivering.
8+
The alert delivery method is **at-most once** with a timeout of 15 seconds.
9+
The controller performs automatic retries for connection errors and 500-range response code.
10+
If the webhook receiver returns an error, the controller will retry sending an alert for
11+
four times with an exponential backoff of maximum 30 seconds.
12+
513
## 0.0.1-alpha.1 (2020-07-01)
614

715
This is the first alpha release of notifications controller.

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-alpha.1
9+
newTag: v0.0.1-alpha.2

0 commit comments

Comments
 (0)