Skip to content

Commit 527ec3e

Browse files
authored
Merge pull request #1254 from fluxcd/release-v1.4.0
Release v1.4.0
2 parents 72ae7db + cecc445 commit 527ec3e

File tree

3 files changed

+45
-2
lines changed

3 files changed

+45
-2
lines changed

CHANGELOG.md

+43
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,49 @@
22

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

5+
## 1.4.0
6+
7+
**Release date:** 2024-09-27
8+
9+
This minor release comes with various bug fixes and improvements.
10+
11+
kustomize-controller in [sharded
12+
deployment](https://fluxcd.io/flux/installation/configuration/sharding/)
13+
configuration now supports cross-shard dependency check. This allows a
14+
Kustomization to depend on other Kustomizations managed by different controller
15+
shards.
16+
17+
In addition, the Kubernetes dependencies have been updated to v1.31.1 and
18+
various other controller dependencies have been updated to their latest version.
19+
The controller is now built with Go 1.23.
20+
21+
Fixes:
22+
- Fix incorrect use of format strings with the conditions package.
23+
[#1198](https://github.com/fluxcd/kustomize-controller/pull/1198)
24+
25+
Improvements:
26+
- Update Bucket API to v1
27+
[#1253](https://github.com/fluxcd/kustomize-controller/pull/1253)
28+
- Allow cross-shard dependency check
29+
[#1248](https://github.com/fluxcd/kustomize-controller/pull/1248)
30+
- docs: Clarify .spec.decryption.secretRef usage
31+
[#1242](https://github.com/fluxcd/kustomize-controller/pull/1242)
32+
- Build with Go 1.23
33+
[#1230](https://github.com/fluxcd/kustomize-controller/pull/1230)
34+
- Various dependency updates
35+
[#1165](https://github.com/fluxcd/kustomize-controller/pull/1165)
36+
[#1181](https://github.com/fluxcd/kustomize-controller/pull/1181)
37+
[#1212](https://github.com/fluxcd/kustomize-controller/pull/1212)
38+
[#1228](https://github.com/fluxcd/kustomize-controller/pull/1228)
39+
[#1229](https://github.com/fluxcd/kustomize-controller/pull/1229)
40+
[#1233](https://github.com/fluxcd/kustomize-controller/pull/1233)
41+
[#1239](https://github.com/fluxcd/kustomize-controller/pull/1239)
42+
[#1240](https://github.com/fluxcd/kustomize-controller/pull/1240)
43+
[#1243](https://github.com/fluxcd/kustomize-controller/pull/1243)
44+
[#1249](https://github.com/fluxcd/kustomize-controller/pull/1249)
45+
[#1250](https://github.com/fluxcd/kustomize-controller/pull/1250)
46+
[#1251](https://github.com/fluxcd/kustomize-controller/pull/1251)
47+
548
## 1.3.0
649

750
**Release date:** 2024-05-06

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.3.0
8+
newTag: v1.4.0

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ require (
1717
github.com/cyphar/filepath-securejoin v0.3.2
1818
github.com/dimchansky/utfbom v1.1.1
1919
github.com/fluxcd/cli-utils v0.36.0-flux.9
20-
github.com/fluxcd/kustomize-controller/api v1.3.0
20+
github.com/fluxcd/kustomize-controller/api v1.4.0
2121
github.com/fluxcd/pkg/apis/acl v0.3.0
2222
github.com/fluxcd/pkg/apis/event v0.10.1
2323
github.com/fluxcd/pkg/apis/kustomize v1.6.1

0 commit comments

Comments
 (0)