File tree 3 files changed +26
-2
lines changed
3 files changed +26
-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
+ ## 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
+
5
29
## 1.1.0
6
30
7
31
** Release date:** 2023-08-23
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 : v1.1.0
8
+ newTag : v1.1.1
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ require (
23
23
github.com/aws/aws-sdk-go-v2/service/sts v1.21.5
24
24
github.com/cyphar/filepath-securejoin v0.2.4
25
25
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
27
27
github.com/fluxcd/pkg/apis/acl v0.1.0
28
28
github.com/fluxcd/pkg/apis/event v0.5.2
29
29
github.com/fluxcd/pkg/apis/kustomize v1.1.1
You can’t perform that action at this time.
0 commit comments