-
Notifications
You must be signed in to change notification settings - Fork 418
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
Crash with gotip and latest tagged version (but not master) #851
Comments
In general sounds fine. @alvaroaleman @vincepri Any opinions if we should create a release-0.13 release branch and bump the dependency on the release branch or think about a 0.14 release? (bumping a patch version of a dependency seems okay for a controller-tools patch version (?)) |
@justinsb is there anything that would keep you from using latest c-t? If the answer is no, I'd tend to do a 0.14 release |
bumping the dep sgtm |
The lastest version (v0.13.0) of controller-gen crashes when generating CRDs: kubernetes-sigs/controller-tools#851. A newer version hasn't been released yet. Before the new version is available, we use the HEAD on the master branch as a temporary workaround.
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
Looks like we eventually followed through with this and didn't close the issue. Closing now. |
The latest tagged version is v0.13.0, which includes golang.org/x/tools@ v0.12.0. Versions of golang.org/x/tools before v0.13.0 panic on the development go version (e.g. gotip) when generating CRDs.
master has
golang.org/x/tools v0.14.0
, which does not panic.Can we please tag a new version which includes
golang.org/x/tools v0.14.0
(technically v0.13.0 would avoid the panic also). I'm happy to do that / propose a PR as desired.To reproduce:
After installing gotip (go install golang.org/dl/gotip@latest; gotip download)
The panic looks like this (though it is fixed, so I assume known):
The text was updated successfully, but these errors were encountered: