Skip to content

Commit 049d1d3

Browse files
authored
Merge pull request #989 from fluxcd/release-v1.1.1
Release v1.1.1
2 parents 5c9b7f4 + bf7f901 commit 049d1d3

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,30 @@
22

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

config/manager/kustomization.yaml

+1-1
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: v1.1.0
8+
newTag: v1.1.1

go.mod

+1-1
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)