Skip to content

Update module github.com/operator-framework/operator-lib to v0.18.0 #388

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

red-hat-konflux[bot]
Copy link
Contributor

@red-hat-konflux red-hat-konflux bot commented Feb 23, 2025

This PR contains the following updates:

Package Type Update Change
github.com/operator-framework/operator-lib require minor v0.12.0 -> v0.18.0

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

operator-framework/operator-lib (github.com/operator-framework/operator-lib)

v0.18.0

Compare Source

What's Changed

Full Changelog: operator-framework/operator-lib@v0.17.0...v0.18.0

v0.17.0

Compare Source

What's Changed

Full Changelog: operator-framework/operator-lib@v0.16.0...v0.17.0

v0.16.0

Compare Source

What's Changed

New Contributors

Full Changelog: operator-framework/operator-lib@v0.15.0...v0.16.0

v0.15.0

Compare Source

What's Changed

New Contributors

Full Changelog: operator-framework/operator-lib@v0.14.0...v0.15.0

v0.14.0

Compare Source

What's Changed

Full Changelog: operator-framework/operator-lib@v0.13.0...v0.14.0

v0.13.0

Compare Source

What's Changed

New Contributors

Full Changelog: operator-framework/operator-lib@v0.12.0...v0.13.0


Configuration

📅 Schedule: Branch creation - "after 5am on sunday" (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.


  • If you want to rebase/retry this PR, check this box

To execute skipped test pipelines write comment /ok-to-test.

This PR has been generated by MintMaker (powered by Renovate Bot).

Copy link
Contributor Author

ℹ 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):

  • 19 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.22.8 -> 1.23.6
github.com/onsi/ginkgo/v2 v2.20.2 -> v2.22.2
github.com/onsi/gomega v1.34.2 -> v1.36.2
github.com/prometheus/client_golang v1.20.4 -> v1.20.5
k8s.io/api v0.31.1 -> v0.32.0
k8s.io/apimachinery v0.31.1 -> v0.32.0
sigs.k8s.io/controller-runtime v0.18.2 -> v0.19.4
github.com/google/pprof v0.0.0-20240827171923-fa2c70bbbfe5 -> v0.0.0-20241210010833-40e02aabc2ad
golang.org/x/net v0.29.0 -> v0.34.0
golang.org/x/sys v0.25.0 -> v0.29.0
golang.org/x/term v0.24.0 -> v0.28.0
golang.org/x/text v0.18.0 -> v0.21.0
golang.org/x/time v0.5.0 -> v0.7.0
golang.org/x/tools v0.24.0 -> v0.29.0
google.golang.org/protobuf v1.34.2 -> v1.36.1
k8s.io/apiextensions-apiserver v0.30.0 -> v0.32.0
k8s.io/kube-openapi v0.0.0-20240411171206-dc4e619f62f3 -> v0.0.0-20241105132330-32ad38e42d3f
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 -> v0.0.0-20241104100929-3ea5e8cea738
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd -> v0.0.0-20241010143419-9aa6b5e7a4b3
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 -> v4.4.2

@red-hat-konflux red-hat-konflux bot changed the title fix(deps): update module github.com/operator-framework/operator-lib to v0.17.0 Update module github.com/operator-framework/operator-lib to v0.17.0 Apr 13, 2025
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/master/github-proxy.voidd.workers.dev-operator-framework-operator-lib-0.x branch from a606606 to 5b109b7 Compare April 27, 2025 20:15
Copy link
Contributor

openshift-ci bot commented Apr 27, 2025

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: red-hat-konflux[bot]
Once this PR has been reviewed and has the lgtm label, please assign ravitri for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

Copy link
Contributor

openshift-ci bot commented Apr 27, 2025

@red-hat-konflux[bot]: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/lint 5b109b7 link true /test lint
ci/prow/coverage 5b109b7 link true /test coverage
ci/prow/test 5b109b7 link true /test test
ci/prow/validate 5b109b7 link true /test validate
ci/prow/images 5b109b7 link true /test images
ci/prow/e2e-binary-build-success 5b109b7 link true /test e2e-binary-build-success

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-sigs/prow repository. I understand the commands that are listed here.

@red-hat-konflux red-hat-konflux bot changed the title Update module github.com/operator-framework/operator-lib to v0.17.0 Update module github.com/operator-framework/operator-lib to v0.18.0 May 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants