Skip to content

Commit 8de49dd

Browse files
authored
Merge pull request #876 from fluxcd/release-1.0.0-rc.4
Release v1.0.0-rc.4
2 parents 64f0254 + 0efcbfa commit 8de49dd

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,29 @@
22

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

5+
## 1.0.0-rc.4
6+
7+
**Release date:** 2023-05-29
8+
9+
This release candidate comes with support for Kustomize v5.0.3.
10+
11+
⚠️ Note that Kustomize v5 contains breaking changes, please consult their
12+
[changelog](https://github.com/kubernetes-sigs/kustomize/releases/tag/kustomize%2Fv5.0.0)
13+
for more details.
14+
15+
In addition, the controller dependencies have been updated to
16+
Kubernetes v1.27.2 and controller-runtime v0.15.0.
17+
18+
Improvements:
19+
- Update Kubernetes to v1.27 and Kustomize to v5
20+
[#850](https://github.com/fluxcd/kustomize-controller/pull/850)
21+
- Update controller-runtime to v0.15.0
22+
[#869](https://github.com/fluxcd/kustomize-controller/pull/869)
23+
- Update CA certificates
24+
[#872](https://github.com/fluxcd/kustomize-controller/pull/872)
25+
- Update source-controller to v1.0.0-rc.4
26+
[#873](https://github.com/fluxcd/kustomize-controller/pull/873)
27+
528
## 1.0.0-rc.3
629

730
**Release date:** 2023-05-12

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
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.0.0-rc.3
8+
newTag: v1.0.0-rc.4

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ require (
2323
github.com/aws/aws-sdk-go-v2/service/sts v1.19.0
2424
github.com/cyphar/filepath-securejoin v0.2.3
2525
github.com/dimchansky/utfbom v1.1.1
26-
github.com/fluxcd/kustomize-controller/api v1.0.0-rc.3
26+
github.com/fluxcd/kustomize-controller/api v1.0.0-rc.4
2727
github.com/fluxcd/pkg/apis/acl v0.1.0
2828
github.com/fluxcd/pkg/apis/event v0.5.0
2929
github.com/fluxcd/pkg/apis/kustomize v1.1.0

0 commit comments

Comments
 (0)