ComplianceAsCode / compliance-operator

Operator providing Kubernetes cluster compliance checks
Apache License 2.0
36 stars 22 forks source link

Update github.com/openshift/library-go digest to 8bb8fe6 #523

Closed renovate[bot] closed 3 weeks ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
github.com/openshift/library-go require digest 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.

openshift-ci[bot] commented 3 months ago

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 /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes-sigs/prow](https://github.com/kubernetes-sigs/prow/issues/new?title=Prow%20issue:) repository.
renovate[bot] commented 2 months ago

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

Details:

Package Change
go 1.22 -> 1.22.5
k8s.io/apimachinery v0.28.4 -> v0.30.1
k8s.io/client-go v0.28.4 -> v0.30.1
github.com/fsnotify/fsnotify v1.6.0 -> v1.7.0
github.com/golang/protobuf v1.5.3 -> v1.5.4
github.com/openshift/api v0.0.0-20231117201702-2ea16bbab164 -> v0.0.0-20240527133614-ba11c1587003
k8s.io/api v0.28.4 -> v0.30.1
k8s.io/apiextensions-apiserver v0.28.4 -> v0.30.1
k8s.io/apiserver v0.28.4 -> v0.30.1
k8s.io/component-base v0.28.4 -> v0.30.1
k8s.io/klog/v2 v2.100.1 -> v2.120.1
k8s.io/kube-openapi v0.0.0-20230905202853-d090da108d2f -> v0.0.0-20240228011516-70dd3763d340
sigs.k8s.io/structured-merge-diff/v4 v4.3.0 -> v4.4.1
github.com/openshift/client-go v0.0.0-20230926161409-848405da69e1 -> v0.0.0-20240528061634-b054aa794d87
k8s.io/kube-aggregator v0.28.2 -> v0.30.1
rhmdnd commented 1 month ago

CI is failing here because we're still using golang 1.20. Looks like we'll need to update to bump this dependency.

https://github.com/ComplianceAsCode/compliance-operator/blob/master/Dockerfile.ci#L2

rhmdnd commented 1 month ago

Rebasing https://github.com/ComplianceAsCode/compliance-operator/pull/491 to work on bumping golang before we come back to this.

rhmdnd commented 4 weeks ago

Looks like we're seeing legitimate issues on golang 1.22 now that the image tag update has worked it's way through CI.

rhmdnd commented 4 weeks ago

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.

https://github.com/kubernetes-sigs/controller-runtime/commit/1947da66297069a3ec84e82ada55b5a2b9063643

renovate[bot] commented 4 weeks ago

Edited/Blocked Notification

Renovate 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.

⚠️ Warning: custom changes will be lost.

rhmdnd commented 4 weeks ago

/test verify /test unit

rhmdnd commented 4 weeks ago

/test e2e-aws-serial /test e2e-aws-parallel /test e2e-rosa

github-actions[bot] commented 4 weeks ago

:robot: To deploy this PR, run the following command:

make catalog-deploy CATALOG_IMG=ghcr.io/complianceascode/compliance-operator-catalog:523
github-actions[bot] commented 3 weeks ago

:robot: To deploy this PR, run the following command:

make catalog-deploy CATALOG_IMG=ghcr.io/complianceascode/compliance-operator-catalog:523
github-actions[bot] commented 3 weeks ago

:robot: To deploy this PR, run the following command:

make catalog-deploy CATALOG_IMG=ghcr.io/complianceascode/compliance-operator-catalog:523
github-actions[bot] commented 3 weeks ago

:robot: To deploy this PR, run the following command:

make catalog-deploy CATALOG_IMG=ghcr.io/complianceascode/compliance-operator-catalog:523
yuumasato commented 3 weeks ago

/approve

openshift-ci[bot] commented 3 weeks ago

[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: - **[OWNERS](https://github.com/ComplianceAsCode/compliance-operator/blob/master/OWNERS)** Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment