Skip to content

Commit f3de87c

Browse files
✨ Upgrade kustomize version from v5.4.3 to v5.5.0 (#4235)
Upgrade kustomize version from v5.4.3 to v5.5.0
1 parent 5255f40 commit f3de87c

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

docs/book/src/cronjob-tutorial/testdata/project/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ ENVTEST ?= $(LOCALBIN)/setup-envtest
174174
GOLANGCI_LINT = $(LOCALBIN)/golangci-lint
175175

176176
## Tool Versions
177-
KUSTOMIZE_VERSION ?= v5.4.3
177+
KUSTOMIZE_VERSION ?= v5.5.0
178178
CONTROLLER_TOOLS_VERSION ?= v0.16.4
179179
ENVTEST_VERSION ?= release-0.19
180180
GOLANGCI_LINT_VERSION ?= v1.59.1

docs/book/src/getting-started/testdata/project/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ ENVTEST ?= $(LOCALBIN)/setup-envtest
170170
GOLANGCI_LINT = $(LOCALBIN)/golangci-lint
171171

172172
## Tool Versions
173-
KUSTOMIZE_VERSION ?= v5.4.3
173+
KUSTOMIZE_VERSION ?= v5.5.0
174174
CONTROLLER_TOOLS_VERSION ?= v0.16.4
175175
ENVTEST_VERSION ?= release-0.19
176176
GOLANGCI_LINT_VERSION ?= v1.59.1

docs/book/src/multiversion-tutorial/testdata/project/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ ENVTEST ?= $(LOCALBIN)/setup-envtest
174174
GOLANGCI_LINT = $(LOCALBIN)/golangci-lint
175175

176176
## Tool Versions
177-
KUSTOMIZE_VERSION ?= v5.4.3
177+
KUSTOMIZE_VERSION ?= v5.5.0
178178
CONTROLLER_TOOLS_VERSION ?= v0.16.4
179179
ENVTEST_VERSION ?= release-0.19
180180
GOLANGCI_LINT_VERSION ?= v1.59.1

pkg/plugins/common/kustomize/v2/plugin.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import (
2525
)
2626

2727
// KustomizeVersion is the kubernetes-sigs/kustomize version to be used in the project
28-
const KustomizeVersion = "v5.4.3"
28+
const KustomizeVersion = "v5.5.0"
2929

3030
const pluginName = "kustomize.common." + plugins.DefaultNameQualifier
3131

testdata/project-v4-multigroup/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ ENVTEST ?= $(LOCALBIN)/setup-envtest
170170
GOLANGCI_LINT = $(LOCALBIN)/golangci-lint
171171

172172
## Tool Versions
173-
KUSTOMIZE_VERSION ?= v5.4.3
173+
KUSTOMIZE_VERSION ?= v5.5.0
174174
CONTROLLER_TOOLS_VERSION ?= v0.16.4
175175
ENVTEST_VERSION ?= release-0.19
176176
GOLANGCI_LINT_VERSION ?= v1.59.1

testdata/project-v4-with-plugins/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ ENVTEST ?= $(LOCALBIN)/setup-envtest
170170
GOLANGCI_LINT = $(LOCALBIN)/golangci-lint
171171

172172
## Tool Versions
173-
KUSTOMIZE_VERSION ?= v5.4.3
173+
KUSTOMIZE_VERSION ?= v5.5.0
174174
CONTROLLER_TOOLS_VERSION ?= v0.16.4
175175
ENVTEST_VERSION ?= release-0.19
176176
GOLANGCI_LINT_VERSION ?= v1.59.1

testdata/project-v4/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ ENVTEST ?= $(LOCALBIN)/setup-envtest
170170
GOLANGCI_LINT = $(LOCALBIN)/golangci-lint
171171

172172
## Tool Versions
173-
KUSTOMIZE_VERSION ?= v5.4.3
173+
KUSTOMIZE_VERSION ?= v5.5.0
174174
CONTROLLER_TOOLS_VERSION ?= v0.16.4
175175
ENVTEST_VERSION ?= release-0.19
176176
GOLANGCI_LINT_VERSION ?= v1.59.1

0 commit comments

Comments
 (0)