File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
cronjob-tutorial/testdata/project
getting-started/testdata/project
multiversion-tutorial/testdata/project
pkg/plugins/common/kustomize/v2 Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ ENVTEST ?= $(LOCALBIN)/setup-envtest
176
176
GOLANGCI_LINT = $(LOCALBIN ) /golangci-lint
177
177
178
178
# # Tool Versions
179
- KUSTOMIZE_VERSION ?= v5.5 .0
179
+ KUSTOMIZE_VERSION ?= v5.6 .0
180
180
CONTROLLER_TOOLS_VERSION ?= v0.17.2
181
181
# ENVTEST_VERSION is the version of controller-runtime release branch to fetch the envtest setup script (i.e. release-0.20)
182
182
ENVTEST_VERSION ?= $(shell go list -m -f "{{ .Version }}" sigs.k8s.io/controller-runtime | awk -F'[v.]' '{printf "release-% d.% d", $$2, $$3}')
Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ ENVTEST ?= $(LOCALBIN)/setup-envtest
172
172
GOLANGCI_LINT = $(LOCALBIN ) /golangci-lint
173
173
174
174
# # Tool Versions
175
- KUSTOMIZE_VERSION ?= v5.5 .0
175
+ KUSTOMIZE_VERSION ?= v5.6 .0
176
176
CONTROLLER_TOOLS_VERSION ?= v0.17.2
177
177
# ENVTEST_VERSION is the version of controller-runtime release branch to fetch the envtest setup script (i.e. release-0.20)
178
178
ENVTEST_VERSION ?= $(shell go list -m -f "{{ .Version }}" sigs.k8s.io/controller-runtime | awk -F'[v.]' '{printf "release-% d.% d", $$2, $$3}')
Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ ENVTEST ?= $(LOCALBIN)/setup-envtest
176
176
GOLANGCI_LINT = $(LOCALBIN ) /golangci-lint
177
177
178
178
# # Tool Versions
179
- KUSTOMIZE_VERSION ?= v5.5 .0
179
+ KUSTOMIZE_VERSION ?= v5.6 .0
180
180
CONTROLLER_TOOLS_VERSION ?= v0.17.2
181
181
# ENVTEST_VERSION is the version of controller-runtime release branch to fetch the envtest setup script (i.e. release-0.20)
182
182
ENVTEST_VERSION ?= $(shell go list -m -f "{{ .Version }}" sigs.k8s.io/controller-runtime | awk -F'[v.]' '{printf "release-% d.% d", $$2, $$3}')
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ import (
25
25
)
26
26
27
27
// KustomizeVersion is the kubernetes-sigs/kustomize version to be used in the project
28
- const KustomizeVersion = "v5.5 .0"
28
+ const KustomizeVersion = "v5.6 .0"
29
29
30
30
const pluginName = "kustomize.common." + plugins .DefaultNameQualifier
31
31
Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ ENVTEST ?= $(LOCALBIN)/setup-envtest
172
172
GOLANGCI_LINT = $(LOCALBIN ) /golangci-lint
173
173
174
174
# # Tool Versions
175
- KUSTOMIZE_VERSION ?= v5.5 .0
175
+ KUSTOMIZE_VERSION ?= v5.6 .0
176
176
CONTROLLER_TOOLS_VERSION ?= v0.17.2
177
177
# ENVTEST_VERSION is the version of controller-runtime release branch to fetch the envtest setup script (i.e. release-0.20)
178
178
ENVTEST_VERSION ?= $(shell go list -m -f "{{ .Version }}" sigs.k8s.io/controller-runtime | awk -F'[v.]' '{printf "release-% d.% d", $$2, $$3}')
Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ ENVTEST ?= $(LOCALBIN)/setup-envtest
172
172
GOLANGCI_LINT = $(LOCALBIN ) /golangci-lint
173
173
174
174
# # Tool Versions
175
- KUSTOMIZE_VERSION ?= v5.5 .0
175
+ KUSTOMIZE_VERSION ?= v5.6 .0
176
176
CONTROLLER_TOOLS_VERSION ?= v0.17.2
177
177
# ENVTEST_VERSION is the version of controller-runtime release branch to fetch the envtest setup script (i.e. release-0.20)
178
178
ENVTEST_VERSION ?= $(shell go list -m -f "{{ .Version }}" sigs.k8s.io/controller-runtime | awk -F'[v.]' '{printf "release-% d.% d", $$2, $$3}')
Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ ENVTEST ?= $(LOCALBIN)/setup-envtest
172
172
GOLANGCI_LINT = $(LOCALBIN ) /golangci-lint
173
173
174
174
# # Tool Versions
175
- KUSTOMIZE_VERSION ?= v5.5 .0
175
+ KUSTOMIZE_VERSION ?= v5.6 .0
176
176
CONTROLLER_TOOLS_VERSION ?= v0.17.2
177
177
# ENVTEST_VERSION is the version of controller-runtime release branch to fetch the envtest setup script (i.e. release-0.20)
178
178
ENVTEST_VERSION ?= $(shell go list -m -f "{{ .Version }}" sigs.k8s.io/controller-runtime | awk -F'[v.]' '{printf "release-% d.% d", $$2, $$3}')
You can’t perform that action at this time.
0 commit comments