File tree Expand file tree Collapse file tree 16 files changed +118
-118
lines changed
cronjob-tutorial/testdata/project
getting-started/testdata/project
multiversion-tutorial/testdata/project
pkg/plugins/golang/v4/scaffolds/internal/templates Expand file tree Collapse file tree 16 files changed +118
-118
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ builds:
4646 - darwin_amd64
4747 - darwin_arm64
4848 env :
49- - KUBERNETES_VERSION=1.34.0
49+ - KUBERNETES_VERSION=1.34.1
5050 - CGO_ENABLED=0
5151
5252# Only binaries of the form "kubebuilder_${goos}_${goarch}" will be released.
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ const unknown = "unknown"
2727// information in the release process
2828var (
2929 kubeBuilderVersion = unknown
30- kubernetesVendorVersion = "1.34.0 "
30+ kubernetesVendorVersion = "1.34.1 "
3131 goos = unknown
3232 goarch = unknown
3333 gitCommit = "$Format:%H$" // sha1 from git, output of $(git rev-parse HEAD)
Original file line number Diff line number Diff line change 22# This file is used to track the info used to scaffold your project
33# and allow the plugins properly work.
44# More info: https://book.kubebuilder.io/reference/project-config.html
5- cliVersion: (devel)
5+ cliVersion: v4.7.1-0.20251007171501-803e09187603+dirty
66domain: tutorial.kubebuilder.io
77layout:
88- go.kubebuilder.io/v4
Original file line number Diff line number Diff line change 11module tutorial.kubebuilder.io/project
22
3- go 1.24.5
3+ go 1.25.0
44
55require (
66 github.com/onsi/ginkgo/v2 v2.22.0
Original file line number Diff line number Diff line change 22# This file is used to track the info used to scaffold your project
33# and allow the plugins properly work.
44# More info: https://book.kubebuilder.io/reference/project-config.html
5- cliVersion: (devel)
5+ cliVersion: v4.7.1-0.20251007171501-803e09187603+dirty
66domain: example.com
77layout:
88- go.kubebuilder.io/v4
Original file line number Diff line number Diff line change 11module example.com/memcached
22
3- go 1.24.5
3+ go 1.25.0
44
55require (
66 github.com/onsi/ginkgo/v2 v2.22.0
Original file line number Diff line number Diff line change 22# This file is used to track the info used to scaffold your project
33# and allow the plugins properly work.
44# More info: https://book.kubebuilder.io/reference/project-config.html
5- cliVersion: (devel)
5+ cliVersion: v4.7.1-0.20251007171501-803e09187603+dirty
66domain: tutorial.kubebuilder.io
77layout:
88- go.kubebuilder.io/v4
Original file line number Diff line number Diff line change 11module tutorial.kubebuilder.io/project
22
3- go 1.24.5
3+ go 1.25.0
44
55require (
66 github.com/onsi/ginkgo/v2 v2.22.0
Original file line number Diff line number Diff line change 11module sigs.k8s.io/kubebuilder/v4
22
3- go 1.24.5
3+ go 1.25.0
44
55require (
66 github.com/gobuffalo/flect v1.0.3
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ func (f *GoMod) SetTemplateDefaults() error {
4545
4646const goModTemplate = `module {{ .Repo }}
4747
48- go 1.24.5
48+ go 1.25.0
4949
5050require (
5151 sigs.k8s.io/controller-runtime {{ .ControllerRuntimeVersion }}
You can’t perform that action at this time.
0 commit comments