-
Notifications
You must be signed in to change notification settings - Fork 89
OCPBUGS-13965: Bump vendors k8s libraries to 0.27.2 #368
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
Conversation
/hold |
I found https://github.com/openshift/machine-api-operator/blob/master/go.mod which uses an alpha release version of controller-runtime: |
/lgtm |
@gcs278: This pull request references Jira Issue OCPBUGS-13965, which is valid. The bug has been moved to the POST state. 3 validation(s) were run on this bug
Requesting review from QA contact: The bug has been updated to refer to the pull request using the external bug tracker. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/unhold |
@gcs278: This pull request references Jira Issue OCPBUGS-13965, which is valid. 3 validation(s) were run on this bug
Requesting review from QA contact: In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
From QE side, tested it with 4.13.0-0.ci.test-2023-05-24-010829-ci-ln-iwq70g2-latest, see all the changes except " github.com/stretchr/testify v1.8.1" % oc get clusterversion %oc -n openshift-dns-operator rsync dns-operator-7f7d76974f-qx7lp:/usr/bin/dns-operator .
|
/lgtm |
/label qe-approved |
install failed |
/hold |
/assign @alebedev87 |
/unhold |
eee53eb
to
7837ff9
Compare
@gcs278: This pull request references Jira Issue OCPBUGS-13965, which is valid. 3 validation(s) were run on this bug
Requesting review from QA contact: In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
…ectl for k8s 0.27.2 go get github.com/openshift/api@8bbcb7ca71836dc87cce3ef63647403dc9d0fbea go get k8s.io/[email protected] go get sigs.k8s.io/[email protected] go get k8s.io/[email protected] go mod tidy go mod vendor `pkg/operator/client/client.go`, `pkg/operator/controller/controller.go`, `pkg/operator/controller/status/controller.go`: Updates for source.Kind conversion from type to function, MapFunc definition update to add context argument, handler.EnqueueRequestForOwner definition update for scheme and mapper. `pkg/operator/operator.go`: Removed deprecated MultiNamespacedCacheBuilder for cache.Options{}. Added override to client.Options.Cache in NewClient function so client won't use cache. Removed deprecated Namespace manager.Options{} field.
@gcs278: all tests passed! Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
/lgtm |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: alebedev87 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@gcs278: Jira Issue OCPBUGS-13965: All pull requests linked via external trackers have merged: Jira Issue OCPBUGS-13965 has been moved to the MODIFIED state. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Bump openshift-api, client-go, controller-runtime, kubectl for k8s 0.27.2. Need to bump Controller-runtime to v0.15.0 because it is a dependency of client-go v0.27.2.
pkg/operator/client/client.go
,pkg/operator/controller/controller.go
,pkg/operator/controller/status/controller.go
: Updates for source.Kind conversion from type to function, MapFunc definition update to add context argument, handler.EnqueueRequestForOwner definition update for scheme and mapper.pkg/operator/operator.go
: Removed deprecated MultiNamespacedCacheBuilder for cache.Options{}. Added override to client.Options.Cache in NewClient function so client won't use cache. Removed deprecated Namespace manager.Options{} field.