File tree Expand file tree Collapse file tree 3 files changed +21
-2
lines changed Expand file tree Collapse file tree 3 files changed +21
-2
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.24.3
6+
7+ ** Release date:** 2022-04-22
8+
9+ This prerelease allows for configuring the exponential back-off retry, already
10+ introduced in other Flux controllers. It can be configured with the new flags:
11+ ` --min-retry-delay ` (default: ` 750ms ` ) and ` --max-retry-delay `
12+ (default: ` 15min ` ). Previously the defaults were set to ` 5ms ` and ` 1000s ` .
13+
14+ Fixes:
15+ - Ensure generated temp dir is absolute on all OSes
16+ [ #630 ] ( https://github.com/fluxcd/kustomize-controller/pull/630 )
17+
18+ Improvements:
19+ - feat: flags to configure exponential backoff retry
20+ [ #631 ] ( https://github.com/fluxcd/kustomize-controller/pull/631 )
21+ - Update source-controller to v0.24.1
22+ [ #632 ] ( https://github.com/fluxcd/kustomize-controller/pull/632 )
23+
524## 0.24.2
625
726** Release date:** 2022-04-21
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ resources:
55images :
66 - name : fluxcd/kustomize-controller
77 newName : fluxcd/kustomize-controller
8- newTag : v0.24.2
8+ newTag : v0.24.3
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ require (
1212 github.com/cyphar/filepath-securejoin v0.2.3
1313 github.com/dimchansky/utfbom v1.1.1
1414 github.com/drone/envsubst v1.0.3
15- github.com/fluxcd/kustomize-controller/api v0.24.2
15+ github.com/fluxcd/kustomize-controller/api v0.24.3
1616 github.com/fluxcd/pkg/apis/acl v0.0.3
1717 github.com/fluxcd/pkg/apis/kustomize v0.3.3
1818 github.com/fluxcd/pkg/apis/meta v0.12.2
You can’t perform that action at this time.
0 commit comments