-
Notifications
You must be signed in to change notification settings - Fork 27
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
Update github.com/openshift/library-go digest to 8bb8fe6 #523
Update github.com/openshift/library-go digest to 8bb8fe6 #523
Conversation
Hi @renovate[bot]. Thanks for your PR. I'm waiting for a ComplianceAsCode member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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-sigs/prow repository. |
aec6edf
to
6589e47
Compare
6589e47
to
c3cb5ca
Compare
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
c3cb5ca
to
cba0e86
Compare
260dd6d
to
0979b06
Compare
0979b06
to
fd059ab
Compare
fd059ab
to
f966dd3
Compare
f966dd3
to
9276868
Compare
9276868
to
9ca2a8e
Compare
9ca2a8e
to
3bef5ee
Compare
3bef5ee
to
c592f79
Compare
c592f79
to
ec22b44
Compare
This is failing in part because we're using an older version of controller-runtime that is relying on things from client-go that were removed in the version we're updating to. |
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
pkg/controller/scansettingbinding/scansettingbinding_controller.go
Outdated
Show resolved
Hide resolved
/test verify |
/test e2e-aws-serial |
🤖 To deploy this PR, run the following command:
|
We need to update the controller-runtime dependency since we're also updating the library-go, which controller-runtime uses and is breaking on with newer versions. kubernetes-sigs/controller-runtime@1947da6
The NewString function of apimachinery was deprecated and removed. We need to use New() now since we're on updated versions of apimachinery.
Newer versions of the k8s.io/api package changed the arguments accepted by PersistentVolumeClaimSpec. This commit updates the arguments so that it works with newer versions of k8s.io/api, which is getting pulled in with our dependencies.
a8b5bf5
to
4732753
Compare
Recent updates of controller-runtime included changes that require us to set `Kind` on object directly, otherwise we end up with issues like: Object 'Kind' is missing in 'unstructured object has no kind' This commit updates the testing and one place in the ScanSettingBinding controller so the tests pass with controller-runtime 0.18.0.
4732753
to
e82501c
Compare
🤖 To deploy this PR, run the following command:
|
2 similar comments
🤖 To deploy this PR, run the following command:
|
🤖 To deploy this PR, run the following command:
|
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
/approve |
[APPROVALNOTIFIER] This PR is APPROVED Approval requirements bypassed by manually added approval. This pull-request has been approved by: renovate[bot], yuumasato 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 |
This PR contains the following updates:
cfcf2b4
->8bb8fe6
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Configuration
📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.