-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
pkg/scaffold: update to controller-runtime v0.1.10 and k8s 1.13.1 #1020
pkg/scaffold: update to controller-runtime v0.1.10 and k8s 1.13.1 #1020
Conversation
188815d
to
83615f2
Compare
83615f2
to
cc1cf8e
Compare
cc1cf8e
to
292770e
Compare
The CI is finally passing. https://github.com/operator-framework/operator-sdk/blob/master/pkg/scaffold/cmd.go#L47-L48 https://github.com/operator-framework/operator-sdk/blob/master/pkg/scaffold/controller_kind.go#L47-L49 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Forgot to update the CHANGELOG. I'll do a follow up for that. |
Description of the change:
Update the dep constraints for the controller-runtime version to
v0.1.10
and the k8s.io deps tokubernetes-1.13.1
.Also removed the requirement for the
k8s.io/code-generator/cmd/openapi-gen
pkg since that has been moved to the repok8s.io/kube-openapi
.Motivation for the change:
Lagging behind the latest controller-runtime updates.