File tree Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.8.1
4
+
5
+ ** Release date:** 2021-03-05
6
+
7
+ This prerelease comes with improvements to the notification system.
8
+ The controller retries with exponential backoff when fetching artifacts,
9
+ preventing spamming events when source-controller becomes
10
+ unavailable for a short period of time.
11
+
12
+ Improvements:
13
+ * Retry with exponential backoff when fetching artifacts
14
+ [ #216 ] ( https://github.com/fluxcd/helm-controller/pull/216 )
15
+
16
+ Fixes:
17
+ * fix: log messages contain '%s'
18
+ [ #229 ] ( https://github.com/fluxcd/helm-controller/pull/229 )
19
+
3
20
## 0.8.0
4
21
5
22
** Release date:** 2021-02-24
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ resources:
5
5
images :
6
6
- name : fluxcd/helm-controller
7
7
newName : fluxcd/helm-controller
8
- newTag : v0.8.0
8
+ newTag : v0.8.1
Original file line number Diff line number Diff line change 5
5
replace github.com/fluxcd/helm-controller/api => ./api
6
6
7
7
require (
8
- github.com/fluxcd/helm-controller/api v0.8.0
8
+ github.com/fluxcd/helm-controller/api v0.8.1
9
9
github.com/fluxcd/pkg/apis/kustomize v0.0.1
10
10
github.com/fluxcd/pkg/apis/meta v0.8.0
11
11
github.com/fluxcd/pkg/runtime v0.8.3
You can’t perform that action at this time.
0 commit comments