Skip to content

Commit ef77093

Browse files
authored
Merge pull request #633 from fluxcd/release-v0.24.3
Release v0.24.3
2 parents 4c7b436 + f298671 commit ef77093

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22

33
All 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

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ resources:
55
images:
66
- name: fluxcd/kustomize-controller
77
newName: fluxcd/kustomize-controller
8-
newTag: v0.24.2
8+
newTag: v0.24.3

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)