Skip to content

Commit

Permalink
Merge pull request #5 from fluxcd/release-v0.0.1-alpha.2
Browse files Browse the repository at this point in the history
Release v0.0.1-alpha.2
  • Loading branch information
stefanprodan authored Jul 2, 2020
2 parents cf060c2 + ffea0df commit 85c8ac6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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

## 0.0.1-alpha.2 (2020-07-02)

This alpha release comes with improvements to alerts delivering.
The alert delivery method is **at-most once** with a timeout of 15 seconds.
The controller performs automatic retries for connection errors and 500-range response code.
If the webhook receiver returns an error, the controller will retry sending an alert for
four times with an exponential backoff of maximum 30 seconds.

## 0.0.1-alpha.1 (2020-07-01)

This is the first alpha release of notifications controller.
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ resources:
images:
- name: fluxcd/notification-controller
newName: fluxcd/notification-controller
newTag: v0.0.1-alpha.1
newTag: v0.0.1-alpha.2

0 comments on commit 85c8ac6

Please sign in to comment.