File tree Expand file tree Collapse file tree 3 files changed +26
-2
lines changed Expand file tree Collapse file tree 3 files changed +26
-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+ ## 1.1.1
6+
7+ ** Release date:** 2023-10-11
8+
9+ This patch release contains an improvement to retry the reconciliation of a
10+ ` Kustomization ` as soon as the source artifact is available in storage.
11+ Which is particularly useful when the source-controller has just been upgraded.
12+
13+ In addition, the controller can now detect immutable field errors returned by the
14+ Google Cloud k8s-config-connector admission controller and recreate the GCP custom
15+ resources annotated with ` kustomize.toolkit.fluxcd.io/force: Enabled ` .
16+
17+ Improvements:
18+ - Update ` fluxcd/pkg ` dependencies
19+ [ #983 ] ( https://github.com/fluxcd/kustomize-controller/pull/983 )
20+ - Bump ` github.com/cyphar/filepath-securejoi ` n from 0.2.3 to 0.2.4
21+ [ #962 ] ( https://github.com/fluxcd/kustomize-controller/pull/962 )
22+
23+ Fixes:
24+ - fix: Retry when artifacts are available in storage
25+ [ #980 ] ( https://github.com/fluxcd/kustomize-controller/pull/980 )
26+ - fix: Consistent artifact fetching retry timing
27+ [ #978 ] ( https://github.com/fluxcd/kustomize-controller/pull/978 )
28+
529## 1.1.0
630
731** Release date:** 2023-08-23
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 : v1.1.0
8+ newTag : v1.1.1
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ require (
2323 github.com/aws/aws-sdk-go-v2/service/sts v1.21.5
2424 github.com/cyphar/filepath-securejoin v0.2.4
2525 github.com/dimchansky/utfbom v1.1.1
26- github.com/fluxcd/kustomize-controller/api v1.1.0
26+ github.com/fluxcd/kustomize-controller/api v1.1.1
2727 github.com/fluxcd/pkg/apis/acl v0.1.0
2828 github.com/fluxcd/pkg/apis/event v0.5.2
2929 github.com/fluxcd/pkg/apis/kustomize v1.1.1
You can’t perform that action at this time.
0 commit comments