Skip to content
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

fix(deps): update module github.com/operator-framework/api to v0.29.0 #581

Open
wants to merge 1 commit into
base: release-2.12
Choose a base branch
from

Conversation

red-hat-konflux[bot]
Copy link
Contributor

This PR contains the following updates:

Package Type Update Change
github.com/operator-framework/api require minor v0.26.0 -> v0.29.0

Release Notes

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

v0.29.0

Compare Source

What's Changed

Full Changelog: operator-framework/api@v0.28.0...v0.29.0

v0.28.0

Compare Source

What's Changed

New Contributors

Full Changelog: operator-framework/api@v0.27.0...v0.28.0

v0.27.0

Compare Source

What's Changed

New Contributors

Full Changelog: operator-framework/api@v0.26.0...v0.27.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).

Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
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):

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

Details:

Package Change
go 1.22.0 -> 1.23.6
k8s.io/api v0.30.4 -> v0.32.0
k8s.io/apimachinery v0.30.4 -> v0.32.0
k8s.io/client-go v0.30.4 -> v0.32.0
k8s.io/component-base v0.30.4 -> v0.32.0
sigs.k8s.io/controller-runtime v0.18.5 -> v0.19.4
github.com/cenkalti/backoff/v4 v4.2.1 -> v4.3.0
github.com/cespare/xxhash/v2 v2.2.0 -> v2.3.0
github.com/davecgh/go-spew v1.1.1 -> v1.1.2-0.20180830191138-d8f796af33cc
github.com/go-openapi/jsonpointer v0.20.2 -> v0.21.0
github.com/go-openapi/swag v0.22.9 -> v0.23.0
github.com/google/cel-go v0.17.8 -> v0.22.1
github.com/grpc-ecosystem/grpc-gateway/v2 v2.19.1 -> v2.20.0
github.com/prometheus/client_golang v1.18.0 -> v1.19.1
github.com/prometheus/client_model v0.6.0 -> v0.6.1
github.com/prometheus/common v0.47.0 -> v0.55.0
github.com/prometheus/procfs v0.12.0 -> v0.15.1
go.etcd.io/etcd/api/v3 v3.5.12 -> v3.5.16
go.etcd.io/etcd/client/pkg/v3 v3.5.12 -> v3.5.16
go.etcd.io/etcd/client/v3 v3.5.12 -> v3.5.16
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.48.0 -> v0.53.0
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.48.0 -> v0.53.0
go.opentelemetry.io/otel v1.23.1 -> v1.28.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.23.1 -> v1.28.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.23.1 -> v1.27.0
go.opentelemetry.io/otel/metric v1.23.1 -> v1.28.0
go.opentelemetry.io/otel/sdk v1.23.1 -> v1.28.0
go.opentelemetry.io/otel/trace v1.23.1 -> v1.28.0
go.opentelemetry.io/proto/otlp v1.1.0 -> v1.3.1
go.uber.org/zap v1.26.0 -> v1.27.0
golang.org/x/crypto v0.31.0 -> v0.32.0
golang.org/x/net v0.33.0 -> v0.34.0
golang.org/x/oauth2 v0.17.0 -> v0.23.0
golang.org/x/sys v0.28.0 -> v0.29.0
golang.org/x/term v0.27.0 -> v0.28.0
golang.org/x/time v0.5.0 -> v0.7.0
golang.org/x/tools v0.28.0 -> v0.29.0
google.golang.org/genproto/googleapis/api v0.0.0-20240213162025-012b6fc9bca9 -> v0.0.0-20240826202546-f6391c0de4c7
google.golang.org/genproto/googleapis/rpc v0.0.0-20240221002015-b0ce06bbee7c -> v0.0.0-20240826202546-f6391c0de4c7
google.golang.org/grpc v1.62.1 -> v1.65.0
k8s.io/apiextensions-apiserver v0.30.4 -> v0.32.0
k8s.io/apiserver v0.30.4 -> v0.32.0
k8s.io/kms v0.30.4 -> v0.32.0
k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 -> v0.0.0-20241105132330-32ad38e42d3f
k8s.io/utils v0.0.0-20240310230437-4693a0247e57 -> v0.0.0-20241104100929-3ea5e8cea738
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.29.0 -> v0.31.0
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

Copy link

openshift-ci bot commented Feb 23, 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 sahare 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

openshift-ci bot commented Feb 23, 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/unit 578981b link true /test unit
ci/prow/images 578981b link true /test images

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.

@tesshuflower
Copy link
Collaborator

/hold

@openshift-merge-robot
Copy link

PR needs rebase.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants