File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 22
33All 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
715This is the first alpha release of notifications controller.
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ resources:
66images :
77 - name : fluxcd/notification-controller
88 newName : fluxcd/notification-controller
9- newTag : v0.0.1-alpha.1
9+ newTag : v0.0.1-alpha.2
You can’t perform that action at this time.
0 commit comments