Skip to content

Commit

Permalink
Release v0.24.3
Browse files Browse the repository at this point in the history
Signed-off-by: Hidde Beydals <[email protected]>
  • Loading branch information
hiddeco committed Apr 22, 2022
1 parent 4c7b436 commit f298671
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

All notable changes to this project are documented in this file.

## 0.24.3

**Release date:** 2022-04-22

This prerelease allows for configuring the exponential back-off retry, already
introduced in other Flux controllers. It can be configured with the new flags:
`--min-retry-delay` (default: `750ms`) and `--max-retry-delay`
(default: `15min`). Previously the defaults were set to `5ms` and `1000s`.

Fixes:
- Ensure generated temp dir is absolute on all OSes
[#630](https://github.com/fluxcd/kustomize-controller/pull/630)

Improvements:
- feat: flags to configure exponential backoff retry
[#631](https://github.com/fluxcd/kustomize-controller/pull/631)
- Update source-controller to v0.24.1
[#632](https://github.com/fluxcd/kustomize-controller/pull/632)

## 0.24.2

**Release date:** 2022-04-21
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ resources:
images:
- name: fluxcd/kustomize-controller
newName: fluxcd/kustomize-controller
newTag: v0.24.2
newTag: v0.24.3
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ require (
github.com/cyphar/filepath-securejoin v0.2.3
github.com/dimchansky/utfbom v1.1.1
github.com/drone/envsubst v1.0.3
github.com/fluxcd/kustomize-controller/api v0.24.2
github.com/fluxcd/kustomize-controller/api v0.24.3
github.com/fluxcd/pkg/apis/acl v0.0.3
github.com/fluxcd/pkg/apis/kustomize v0.3.3
github.com/fluxcd/pkg/apis/meta v0.12.2
Expand Down

0 comments on commit f298671

Please sign in to comment.