File tree Expand file tree Collapse file tree 13 files changed +14
-13
lines changed
component-config-tutorial/testdata/project
cronjob-tutorial/testdata/project
multiversion-tutorial/testdata/project
plugins/golang/v4/scaffolds/internal/templates
project-v4-declarative-v1
project-v4-with-deploy-image Expand file tree Collapse file tree 13 files changed +14
-13
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ builds:
44
44
- darwin_amd64
45
45
- darwin_arm64
46
46
env :
47
- - KUBERNETES_VERSION=1.26 .1
47
+ - KUBERNETES_VERSION=1.27 .1
48
48
- CGO_ENABLED=0
49
49
50
50
# Only binaries of the form "kubebuilder_${goos}_${goarch}" will be released.
Original file line number Diff line number Diff line change 2
2
# Image URL to use all building/pushing image targets
3
3
IMG ?= controller:latest
4
4
# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
5
- ENVTEST_K8S_VERSION = 1.26 .1
5
+ ENVTEST_K8S_VERSION = 1.27 .1
6
6
7
7
# Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)
8
8
ifeq (,$(shell go env GOBIN) )
Original file line number Diff line number Diff line change 2
2
# Image URL to use all building/pushing image targets
3
3
IMG ?= controller:latest
4
4
# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
5
- ENVTEST_K8S_VERSION = 1.26 .1
5
+ ENVTEST_K8S_VERSION = 1.27 .1
6
6
7
7
# Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)
8
8
ifeq (,$(shell go env GOBIN) )
Original file line number Diff line number Diff line change 2
2
# Image URL to use all building/pushing image targets
3
3
IMG ?= controller:latest
4
4
# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
5
- ENVTEST_K8S_VERSION = 1.26 .1
5
+ ENVTEST_K8S_VERSION = 1.27 .1
6
6
7
7
# Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)
8
8
ifeq (,$(shell go env GOBIN) )
Original file line number Diff line number Diff line change 1
- exampleTargetexampleCodeexampleCodeexampleCode
1
+ exampleTargetexampleCodeexampleCodeexampleCodeexampleCodeexampleCodeexampleCode
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ const makefileTemplate = `
62
62
# Image URL to use all building/pushing image targets
63
63
IMG ?= {{ .Image }}
64
64
# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
65
- ENVTEST_K8S_VERSION = 1.26 .1
65
+ ENVTEST_K8S_VERSION = 1.27 .1
66
66
67
67
# Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)
68
68
ifeq (,$(shell go env GOBIN))
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ function convert_to_tools_ver {
29
29
" 1.24" ) echo " 1.24.1" ;;
30
30
" 1.25" ) echo " 1.25.0" ;;
31
31
" 1.26" ) echo " 1.26.0" ;;
32
+ " 1.27" ) echo " 1.27.1" ;;
32
33
* )
33
34
echo " k8s version $k8s_ver not supported"
34
35
exit 1
@@ -48,7 +49,7 @@ if [ -n "$TRACE" ]; then
48
49
set -x
49
50
fi
50
51
51
- export KIND_K8S_VERSION=" ${KIND_K8S_VERSION:- " v1.26 .1" } "
52
+ export KIND_K8S_VERSION=" ${KIND_K8S_VERSION:- " v1.27 .1" } "
52
53
tools_k8s_version=$( convert_to_tools_ver " ${KIND_K8S_VERSION# v* } " )
53
54
kind_version=0.15.0
54
55
goarch=amd64
Original file line number Diff line number Diff line change 2
2
# Image URL to use all building/pushing image targets
3
3
IMG ?= controller:latest
4
4
# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
5
- ENVTEST_K8S_VERSION = 1.26 .1
5
+ ENVTEST_K8S_VERSION = 1.27 .1
6
6
7
7
# Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)
8
8
ifeq (,$(shell go env GOBIN) )
Original file line number Diff line number Diff line change 2
2
# Image URL to use all building/pushing image targets
3
3
IMG ?= controller:latest
4
4
# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
5
- ENVTEST_K8S_VERSION = 1.26 .1
5
+ ENVTEST_K8S_VERSION = 1.27 .1
6
6
7
7
# Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)
8
8
ifeq (,$(shell go env GOBIN) )
Original file line number Diff line number Diff line change 2
2
# Image URL to use all building/pushing image targets
3
3
IMG ?= controller:latest
4
4
# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
5
- ENVTEST_K8S_VERSION = 1.26 .1
5
+ ENVTEST_K8S_VERSION = 1.27 .1
6
6
7
7
# Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)
8
8
ifeq (,$(shell go env GOBIN) )
You can’t perform that action at this time.
0 commit comments