Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 36e1538

Browse files
✨ Upgrade kustomize from v5.6.0 to v5.7.1 (#5099)
Upgrade kustomize from v5.6.0 to v5.7.1
1 parent bb86349 commit 36e1538

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
@@ -189,7 +189,7 @@ ENVTEST ?= $(LOCALBIN)/setup-envtest
189189
GOLANGCI_LINT = $(LOCALBIN)/golangci-lint
190190

191191
## Tool Versions
192-
KUSTOMIZE_VERSION ?= v5.6.0
192+
KUSTOMIZE_VERSION ?= v5.7.1
193193
CONTROLLER_TOOLS_VERSION ?= v0.19.0
194194
#ENVTEST_VERSION is the version of controller-runtime release branch to fetch the envtest setup script (i.e. release-0.20)
195195
ENVTEST_VERSION ?= $(shell go list -m -f "{{ .Version }}" sigs.k8s.io/controller-runtime | awk -F'[v.]' '{printf "release-%d.%d", $$2, $$3}')

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

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

187187
## Tool Versions
188-
KUSTOMIZE_VERSION ?= v5.6.0
188+
KUSTOMIZE_VERSION ?= v5.7.1
189189
CONTROLLER_TOOLS_VERSION ?= v0.19.0
190190
#ENVTEST_VERSION is the version of controller-runtime release branch to fetch the envtest setup script (i.e. release-0.20)
191191
ENVTEST_VERSION ?= $(shell go list -m -f "{{ .Version }}" sigs.k8s.io/controller-runtime | awk -F'[v.]' '{printf "release-%d.%d", $$2, $$3}')

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

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

191191
## Tool Versions
192-
KUSTOMIZE_VERSION ?= v5.6.0
192+
KUSTOMIZE_VERSION ?= v5.7.1
193193
CONTROLLER_TOOLS_VERSION ?= v0.19.0
194194
#ENVTEST_VERSION is the version of controller-runtime release branch to fetch the envtest setup script (i.e. release-0.20)
195195
ENVTEST_VERSION ?= $(shell go list -m -f "{{ .Version }}" sigs.k8s.io/controller-runtime | awk -F'[v.]' '{printf "release-%d.%d", $$2, $$3}')

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.6.0"
28+
const KustomizeVersion = "v5.7.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
@@ -185,7 +185,7 @@ ENVTEST ?= $(LOCALBIN)/setup-envtest
185185
GOLANGCI_LINT = $(LOCALBIN)/golangci-lint
186186

187187
## Tool Versions
188-
KUSTOMIZE_VERSION ?= v5.6.0
188+
KUSTOMIZE_VERSION ?= v5.7.1
189189
CONTROLLER_TOOLS_VERSION ?= v0.19.0
190190
#ENVTEST_VERSION is the version of controller-runtime release branch to fetch the envtest setup script (i.e. release-0.20)
191191
ENVTEST_VERSION ?= $(shell go list -m -f "{{ .Version }}" sigs.k8s.io/controller-runtime | awk -F'[v.]' '{printf "release-%d.%d", $$2, $$3}')

testdata/project-v4-with-plugins/Makefile

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

187187
## Tool Versions
188-
KUSTOMIZE_VERSION ?= v5.6.0
188+
KUSTOMIZE_VERSION ?= v5.7.1
189189
CONTROLLER_TOOLS_VERSION ?= v0.19.0
190190
#ENVTEST_VERSION is the version of controller-runtime release branch to fetch the envtest setup script (i.e. release-0.20)
191191
ENVTEST_VERSION ?= $(shell go list -m -f "{{ .Version }}" sigs.k8s.io/controller-runtime | awk -F'[v.]' '{printf "release-%d.%d", $$2, $$3}')

testdata/project-v4/Makefile

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

187187
## Tool Versions
188-
KUSTOMIZE_VERSION ?= v5.6.0
188+
KUSTOMIZE_VERSION ?= v5.7.1
189189
CONTROLLER_TOOLS_VERSION ?= v0.19.0
190190
#ENVTEST_VERSION is the version of controller-runtime release branch to fetch the envtest setup script (i.e. release-0.20)
191191
ENVTEST_VERSION ?= $(shell go list -m -f "{{ .Version }}" sigs.k8s.io/controller-runtime | awk -F'[v.]' '{printf "release-%d.%d", $$2, $$3}')

0 commit comments

Comments
 (0)