Skip to content

chore(deps): upgrade Go module dependencies (edge)#473

Merged
openshift-merge-bot[bot] merged 1 commit intooperator-framework:masterfrom
camilamacedo86:updeps
Feb 3, 2026
Merged

chore(deps): upgrade Go module dependencies (edge)#473
openshift-merge-bot[bot] merged 1 commit intooperator-framework:masterfrom
camilamacedo86:updeps

Conversation

@camilamacedo86
Copy link
Contributor

@camilamacedo86 camilamacedo86 commented Feb 3, 2026

Dependency version changes (grouped)

  • google.golang.org/genproto:

    • google.golang.org/genproto/googleapis/api: v0.0.0-20250603155806-513f23925822v0.0.0-20260202165425-ce8ad4cf556b
    • google.golang.org/genproto/googleapis/rpc (indirect): v0.0.0-20250603155806-513f23925822v0.0.0-20260202165425-ce8ad4cf556b
  • github.com/cenkalti/backoff/v5 (indirect): v5.0.2v5.0.3

  • github.com/go-openapi (indirect):

    • github.com/go-openapi/jsonpointer: v0.21.1v0.22.4
    • github.com/go-openapi/jsonreference: v0.21.0v0.21.4
    • github.com/go-openapi/swag: v0.23.1v0.25.4
  • github.com/google/gnostic-models (indirect): v0.7.0v0.7.1

  • github.com/grpc-ecosystem/grpc-gateway/v2 (indirect): v2.27.0v2.27.7

  • github.com/mailru/easyjson (indirect): v0.9.0v0.9.1

  • github.com/prometheus (indirect):

    • github.com/prometheus/common: v0.66.1v0.67.5
    • github.com/prometheus/procfs: v0.16.1v0.19.2
  • github.com/spf13/pflag (indirect): v1.0.9v1.0.10

  • go.opentelemetry.io (indirect):

    • go.opentelemetry.io/auto/sdk: v1.1.0v1.2.1
    • go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp: v0.61.0v0.65.0
    • go.opentelemetry.io/otel: v1.36.0v1.40.0
    • go.opentelemetry.io/otel/exporters/otlp/otlptrace: v1.36.0v1.40.0
    • go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc: v1.36.0v1.40.0
    • go.opentelemetry.io/otel/metric: v1.36.0v1.40.0
    • go.opentelemetry.io/otel/sdk: v1.36.0v1.40.0
    • go.opentelemetry.io/otel/trace: v1.36.0v1.40.0
    • go.opentelemetry.io/proto/otlp: v1.7.0v1.9.0
  • golang.org/x (indirect):

    • golang.org/x/exp: v0.0.0-20250620022241-b7579e27df2bv0.0.0-20260112195511-716be5621a96
    • golang.org/x/mod: v0.29.0v0.32.0
    • golang.org/x/net: v0.47.0v0.49.0
    • golang.org/x/oauth2: v0.30.0v0.34.0
    • golang.org/x/sync: v0.18.0v0.19.0
    • golang.org/x/sys: v0.38.0v0.40.0
    • golang.org/x/term: v0.37.0v0.39.0
    • golang.org/x/text: v0.31.0v0.33.0
    • golang.org/x/time: v0.12.0v0.14.0
    • golang.org/x/tools: v0.38.0v0.41.0
  • google.golang.org (indirect):

    • google.golang.org/grpc: v1.73.0v1.78.0
    • google.golang.org/protobuf: v1.36.10v1.36.11
  • k8s.io (indirect):

    • k8s.io/kube-openapi: v0.0.0-20250910181357-589584f1c912v0.0.0-20260127142750-a19766b6e2d4
    • k8s.io/utils: v0.0.0-20251002143259-bc988d571ff4v0.0.0-20260108192941-914a6e750570
  • sigs.k8s.io/apiserver-network-proxy/konnectivity-client (indirect): v0.33.0v0.34.0

@openshift-ci openshift-ci bot requested review from anik120 and kevinrizza February 3, 2026 10:01
@codecov
Copy link

codecov bot commented Feb 3, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 37.86%. Comparing base (c8bc31e) to head (0ce4272).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #473   +/-   ##
=======================================
  Coverage   37.86%   37.86%           
=======================================
  Files          57       57           
  Lines        4563     4563           
=======================================
  Hits         1728     1728           
  Misses       2678     2678           
  Partials      157      157           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link

@pedjak pedjak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Feb 3, 2026
Copy link
Member

@rashmigottipati rashmigottipati left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@tmshort
Copy link
Contributor

tmshort commented Feb 3, 2026

/approve

@openshift-ci
Copy link

openshift-ci bot commented Feb 3, 2026

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: pedjak, rashmigottipati, tmshort

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

The pull request process is described here

Details 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

@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Feb 3, 2026
@openshift-merge-bot openshift-merge-bot bot merged commit 884ff95 into operator-framework:master Feb 3, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants