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 2
2
3
3
All notable changes to this project are documented in this file.
4
4
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
+
5
24
## 0.24.2
6
25
7
26
** Release date:** 2022-04-21
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ resources:
5
5
images :
6
6
- name : fluxcd/kustomize-controller
7
7
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 (
12
12
github.com/cyphar/filepath-securejoin v0.2.3
13
13
github.com/dimchansky/utfbom v1.1.1
14
14
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
16
16
github.com/fluxcd/pkg/apis/acl v0.0.3
17
17
github.com/fluxcd/pkg/apis/kustomize v0.3.3
18
18
github.com/fluxcd/pkg/apis/meta v0.12.2
You can’t perform that action at this time.
0 commit comments