File tree Expand file tree Collapse file tree 3 files changed +22
-2
lines changed
Expand file tree Collapse file tree 3 files changed +22
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.20.0
4+
5+ ** Release date:** 2022-04-19
6+
7+ This prerelease adds support for configuring the exponential back-off retry
8+ using newly introduced flags: ` --min-retry-delay ` (default: ` 750ms ` ) and
9+ ` --max-retry-delay ` (default: ` 15min ` ). Previously the defaults were set to
10+ ` 5ms ` and ` 1000s ` .
11+
12+ In addition, all dependencies have been updated to their latest versions,
13+ including an update of Helm to ` v3.8.2 ` .
14+
15+ Improvements:
16+ - Add flags for exponential back-off retry
17+ [ #465 ] ( https://github.com/fluxcd/helm-controller/pull/465 )
18+ - Update Helm to v3.8.2
19+ [ #466 ] ( https://github.com/fluxcd/helm-controller/pull/466 )
20+ - Update dependencies
21+ [ #467 ] ( https://github.com/fluxcd/helm-controller/pull/467 )
22+
323## 0.19.0
424
525** Release date:** 2022-04-05
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ resources:
55images :
66 - name : fluxcd/helm-controller
77 newName : fluxcd/helm-controller
8- newTag : v0.19 .0
8+ newTag : v0.20 .0
Original file line number Diff line number Diff line change 55replace github.com/fluxcd/helm-controller/api => ./api
66
77require (
8- github.com/fluxcd/helm-controller/api v0.19 .0
8+ github.com/fluxcd/helm-controller/api v0.20 .0
99 github.com/fluxcd/pkg/apis/acl v0.0.3
1010 github.com/fluxcd/pkg/apis/kustomize v0.3.3
1111 github.com/fluxcd/pkg/apis/meta v0.12.2
You can’t perform that action at this time.
0 commit comments