Skip to content

Commit 742ab8b

Browse files
✨ (kustomize/v2, go/v4) upgrade kustomize version from 5.0.1 to 5.1.1 (#3587)
1 parent acca0c1 commit 742ab8b

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

docs/book/src/component-config-tutorial/testdata/project/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ CONTROLLER_GEN ?= $(LOCALBIN)/controller-gen
139139
ENVTEST ?= $(LOCALBIN)/setup-envtest
140140

141141
## Tool Versions
142-
KUSTOMIZE_VERSION ?= v5.0.1
142+
KUSTOMIZE_VERSION ?= v5.1.1
143143
CONTROLLER_TOOLS_VERSION ?= v0.13.0
144144

145145
.PHONY: kustomize

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ CONTROLLER_GEN ?= $(LOCALBIN)/controller-gen
139139
ENVTEST ?= $(LOCALBIN)/setup-envtest
140140

141141
## Tool Versions
142-
KUSTOMIZE_VERSION ?= v5.0.1
142+
KUSTOMIZE_VERSION ?= v5.1.1
143143
CONTROLLER_TOOLS_VERSION ?= v0.13.0
144144

145145
.PHONY: kustomize

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.0.1"
28+
const KustomizeVersion = "v5.1.1"
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
@@ -139,7 +139,7 @@ CONTROLLER_GEN ?= $(LOCALBIN)/controller-gen
139139
ENVTEST ?= $(LOCALBIN)/setup-envtest
140140

141141
## Tool Versions
142-
KUSTOMIZE_VERSION ?= v5.0.1
142+
KUSTOMIZE_VERSION ?= v5.1.1
143143
CONTROLLER_TOOLS_VERSION ?= v0.13.0
144144

145145
.PHONY: kustomize

testdata/project-v4-with-deploy-image/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ CONTROLLER_GEN ?= $(LOCALBIN)/controller-gen
139139
ENVTEST ?= $(LOCALBIN)/setup-envtest
140140

141141
## Tool Versions
142-
KUSTOMIZE_VERSION ?= v5.0.1
142+
KUSTOMIZE_VERSION ?= v5.1.1
143143
CONTROLLER_TOOLS_VERSION ?= v0.13.0
144144

145145
.PHONY: kustomize

testdata/project-v4-with-grafana/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ CONTROLLER_GEN ?= $(LOCALBIN)/controller-gen
139139
ENVTEST ?= $(LOCALBIN)/setup-envtest
140140

141141
## Tool Versions
142-
KUSTOMIZE_VERSION ?= v5.0.1
142+
KUSTOMIZE_VERSION ?= v5.1.1
143143
CONTROLLER_TOOLS_VERSION ?= v0.13.0
144144

145145
.PHONY: kustomize

testdata/project-v4/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ CONTROLLER_GEN ?= $(LOCALBIN)/controller-gen
139139
ENVTEST ?= $(LOCALBIN)/setup-envtest
140140

141141
## Tool Versions
142-
KUSTOMIZE_VERSION ?= v5.0.1
142+
KUSTOMIZE_VERSION ?= v5.1.1
143143
CONTROLLER_TOOLS_VERSION ?= v0.13.0
144144

145145
.PHONY: kustomize

0 commit comments

Comments
 (0)