Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

suport kubebuilder go/v4 #6577

Closed
andreish opened this issue Sep 19, 2023 · 1 comment · Fixed by #6613
Closed

suport kubebuilder go/v4 #6577

andreish opened this issue Sep 19, 2023 · 1 comment · Fixed by #6613
Milestone

Comments

@andreish
Copy link

Feature Request

Describe the problem you need a feature to resolve.

$go version 
go version go1.21.1 linux/amd64


$operator-sdk init --domain=example.com --owner=me --verbose
$kubebuilder edit --multiversion=true
...
[Deprecation Notice] This version is deprecated.The `go/v3` cannot scaffold projects using kustomize versions v4x+ and cannot fully support Kubernetes 1.25+.It is recommended to upgrade your project to the latest versions available (go/v4).Please, check the migration guide to learn how to upgrade your project
...
$ kubebuilder version 
Version: main.version{KubeBuilderVersion:"3.12.0", KubernetesVendor:"unknown", GitCommit:"b48f95cd5384eadcdfd02a47a02910f72ddc7ea8", BuildDate:"2023-09-05T19:22:51Z", GoOs:"linux", GoArch:"amd64"}

$ operator-sdk version 
operator-sdk version: "v1.31.0", commit: "e67da35ef4fff3e471a208904b2a142b27ae32b1", kubernetes version: "v1.26.0", go version: "go1.20.6", GOOS: "linux", GOARCH: "amd64"

Describe the solution you'd like.

be able to use newer tooling and code layout with no deprecation and error by default .
/language go

@varshaprasad96
Copy link
Member

#6514 should address this issue.

cc: @oceanc80

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants