Skip to content

fix(deps): update gomod dependencies#501

Open
red-hat-konflux-kflux-prd-rh03[bot] wants to merge 1 commit into
masterfrom
konflux/mintmaker/master/gomod-dependencies
Open

fix(deps): update gomod dependencies#501
red-hat-konflux-kflux-prd-rh03[bot] wants to merge 1 commit into
masterfrom
konflux/mintmaker/master/gomod-dependencies

Conversation

@red-hat-konflux-kflux-prd-rh03

@red-hat-konflux-kflux-prd-rh03 red-hat-konflux-kflux-prd-rh03 Bot commented Jun 26, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update
cloud.google.com/go/auth v0.20.0v0.21.0 age confidence indirect minor
github.com/go-openapi/jsonpointer v0.23.1v0.24.0 age confidence indirect minor
github.com/go-openapi/swag v0.26.1v0.27.0 age confidence indirect minor
github.com/go-openapi/swag/cmdutils v0.26.1v0.27.0 age confidence indirect minor
github.com/go-openapi/swag/conv v0.26.1v0.27.0 age confidence indirect minor
github.com/go-openapi/swag/fileutils v0.26.1v0.27.0 age confidence indirect minor
github.com/go-openapi/swag/jsonname v0.26.1v0.27.0 age confidence indirect minor
github.com/go-openapi/swag/jsonutils v0.26.1v0.27.0 age confidence indirect minor
github.com/go-openapi/swag/loading v0.26.1v0.27.0 age confidence indirect minor
github.com/go-openapi/swag/mangling v0.26.1v0.27.0 age confidence indirect minor
github.com/go-openapi/swag/netutils v0.26.1v0.27.0 age confidence indirect minor
github.com/go-openapi/swag/stringutils v0.26.1v0.27.0 age confidence indirect minor
github.com/go-openapi/swag/typeutils v0.26.1v0.27.0 age confidence indirect minor
github.com/go-openapi/swag/yamlutils v0.26.1v0.27.0 age confidence indirect minor
github.com/google/pprof 7023385b9395ee age confidence indirect digest
github.com/googleapis/enterprise-certificate-proxy v0.3.16v0.3.18 age confidence indirect patch
github.com/googleapis/gax-go/v2 v2.22.0v2.23.0 age confidence indirect minor
github.com/onsi/ginkgo/v2 v2.31.0v2.32.0 age confidence require minor
github.com/onsi/gomega v1.42.0v1.42.1 age confidence require patch
github.com/openshift/api 50c3975d8a1748 require digest
github.com/openshift/aws-account-operator/api 0869a29b5e7e1f age confidence require digest
github.com/openshift/client-go df412d424d059a require digest
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.92.0v0.92.1 age confidence indirect patch
github.com/prometheus/procfs v0.20.1v0.21.1 age confidence indirect minor
golang.org/x/crypto v0.53.0v0.54.0 age confidence indirect minor
golang.org/x/mod v0.37.0v0.38.0 age confidence indirect minor
golang.org/x/net v0.56.0v0.57.0 age confidence indirect minor
golang.org/x/sync v0.21.0v0.22.0 age confidence indirect minor
golang.org/x/sys v0.46.0v0.47.0 age confidence indirect minor
golang.org/x/term v0.44.0v0.45.0 age confidence indirect minor
golang.org/x/text v0.38.0v0.40.0 age confidence indirect minor
golang.org/x/tools v0.46.0v0.48.0 age confidence indirect minor
google.golang.org/api v0.285.0v0.288.0 age confidence require minor
google.golang.org/genproto/googleapis/rpc 87f3d3ef0a9213 age confidence indirect digest
google.golang.org/grpc v1.81.1v1.82.0 age confidence indirect minor
k8s.io/utils a95e086cf1189d age confidence indirect digest
sigs.k8s.io/structured-merge-diff/v6 v6.4.0v6.4.2 age confidence indirect patch

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

googleapis/google-cloud-go (cloud.google.com/go/auth)

v0.21.0

Compare Source

  • bigquery:

    • Add OpenCensus tracing.
  • firestore:

    • BREAKING CHANGE: If a document does not exist, return a DocumentSnapshot
      whose Exists method returns false. DocumentRef.Get and Transaction.Get
      return the non-nil DocumentSnapshot in addition to a NotFound error.
      DocumentRef.GetAll and Transaction.GetAll return a non-nil
      DocumentSnapshot instead of nil.
    • Add DocumentIterator.Stop. Call Stop whenever you are done with a
      DocumentIterator.
    • Added Query.Snapshots and DocumentRef.Snapshots, which provide realtime
      notification of updates. See https://cloud.google.com/firestore/docs/query-data/listen.
    • Canceling an RPC now always returns a grpc.Status with codes.Canceled.
  • spanner:

    • Add CommitTimestamp, which supports inserting the commit timestamp of a
      transaction into a column.
go-openapi/jsonpointer (github.com/go-openapi/jsonpointer)

v0.24.0

Compare Source

0.24.0 - 2026-06-29

Full Changelog: go-openapi/jsonpointer@v0.23.2...v0.24.0

17 commits in this release.


Implemented enhancements
  • feat(jsonname): added new json name provider more respectful of go conventions for JSON (#​195) by @​fredbi ...
Refactor
  • refact: refactored the package into multiple specialized sub-packages by @​fredbi ...
  • refact loading, jsonutils, yamlutils utililities by @​fredbi ...
Documentation
Code quality
Testing
Miscellaneous tasks
  • chore: removed most remaining external dependencies by @​fredbi ...
Updates
  • build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by @​dependabot[bot] ...
  • build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by @​dependabot[bot] ...
Other (technical)

People who contributed to this release

jsonpointer license terms

License

v0.23.2

Compare Source

0.23.2 - 2026-06-26

Full Changelog: go-openapi/jsonpointer@v0.23.1...v0.23.2

13 commits in this release.


Implemented enhancements
  • feat(ci): added shared workflow for bot-pr monitoring by @​fredbi ...
Documentation
Miscellaneous tasks
Updates

People who contributed to this release

jsonpointer license terms

License

go-openapi/swag (github.com/go-openapi/swag)

v0.27.0

Compare Source

0.27.0 - 2026-06-29

Pools utility module

Full Changelog: go-openapi/swag@v0.26.1...v0.27.0

9 commits in this release.


Implemented enhancements
Documentation
Miscellaneous tasks
Updates

People who contributed to this release

swag license terms

License

Per-module changes

conv (0.27.0)
Miscellaneous tasks
Updates

fileutils (0.27.0)
Updates

jsonname (0.27.0)
Miscellaneous tasks
Updates

jsonutils/adapters/easyjson (0.27.0)
Miscellaneous tasks
Updates

jsonutils/adapters/testintegration/benchmarks (0.27.0)
Miscellaneous tasks
Updates

jsonutils/adapters/testintegration (0.27.0)
Miscellaneous tasks
Updates

jsonutils/fixtures_test (0.27.0)
Updates

jsonutils (0.27.0)
Miscellaneous tasks
Updates

loading (0.27.0)
Miscellaneous tasks
Updates

mangling (0.27.0)
Updates

netutils (0.27.0)
Updates

pools (0.27.0)
Implemented enhancements

stringutils (0.27.0)
Updates

typeutils (0.27.0)
Updates

yamlutils (0.27.0)
Miscellaneous tasks
Updates
googleapis/enterprise-certificate-proxy (github.com/googleapis/enterprise-certificate-proxy)

v0.3.18

Compare Source

v0.3.17

Compare Source

What's Changed

Full Changelog: googleapis/enterprise-certificate-proxy@v0.3.16...v0.3.17

googleapis/gax-go (github.com/googleapis/gax-go/v2)

v2.23.0

Compare Source

Features
  • v2: add http.response.status_code to TransportTelemetryData (#​513) (7d5554f)
Bug Fixes
onsi/ginkgo (github.com/onsi/ginkgo/v2)

v2.32.0

Compare Source

2.32.0

-fd generate RSpec-style documentation output. Thank @​woodie !
--sleep-on-failure pauses a failed spec before teardown. Thanks @​qinqon !

onsi/gomega (github.com/onsi/gomega)

v1.42.1

Compare Source

1.42.1

Bump Dependencies

prometheus-operator/prometheus-operator (github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring)

v0.92.1: 0.92.1 / 2026-06-30

Compare Source

  • [BUGFIX] Fix "namespace not found" errors when the operator watches monitoring and workload resources in different resources. #​8658
prometheus/procfs (github.com/prometheus/procfs)

v0.21.1

Compare Source

What's Changed

New Contributors

Full Changelog: prometheus/procfs@v0.21.0...v0.21.1

v0.21.0

Compare Source

What's Changed

New Contributors

Full Changelog: prometheus/procfs@v0.20.1...v0.21.0

googleapis/google-api-go-client (google.golang.org/api)

v0.288.0

Compare Source

Features

v0.287.1

Compare Source

Documentation

v0.287.0

Compare Source

Features

v0.286.0

Compare Source

Features
grpc/grpc-go (google.golang.org/grpc)

v1.82.0: Release 1.82.0

Compare Source

Behavior Changes

  • server: Remove support for GRPC_GO_EXPERIMENTAL_DISABLE_STRICT_PATH_CHECKING environment varibale. Strict incoming RPC path validation (which has been the default since v1.79.3) can no longer be disabled. (#​9112)
  • transport: Add environment variable to change the default max header list size from 16MB to 8KB. This may be enabled by setting GRPC_GO_EXPERIMENTAL_ENABLE_8KB_DEFAULT_HEADER_LIST_SIZE=true. This will be enabled by default in a subsequent release. (#​9019)
  • balancer: Load Balancing policy registry is now case-sensitive. Set GRPC_GO_EXPERIMENTAL_CASE_SENSITIVE_BALANCER_REGISTRIES=false (and file an issue) to revert to case-insensitive behavior. (#​9017)

New Features

  • experimental/stats: Expose a new API, NewContextWithLabelCallback, to register a callback that is invoked when telemetry labels are added. (#​8877)
  • client: Return a portion of the response body in the error message, when the client receives an unexpected non-gRPC HTTP response, to make debugging easier. (#​8929)
  • server: Add environment variable GRPC_GO_SERVER_GOROUTINE_LABELS that controls setting runtime/pprof.Labels on goroutines spawned by the server. Set GRPC_GO_SERVER_GOROUTINE_LABELS=grpc.method=true to add

Note

PR body was truncated to here.


Configuration

📅 Schedule: (in timezone UTC)

  • Branch creation
    • Between 02:00 AM and 04:59 AM, Monday through Friday (* 2-4 * * 1-5)
  • 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

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


Documentation

Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.

@red-hat-konflux-kflux-prd-rh03 red-hat-konflux-kflux-prd-rh03 Bot added 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. labels Jun 26, 2026
@red-hat-konflux-kflux-prd-rh03 red-hat-konflux-kflux-prd-rh03 Bot enabled auto-merge (squash) June 26, 2026 04:04
@openshift-ci openshift-ci Bot requested review from aliceh and clcollins June 26, 2026 04:10
@openshift-ci openshift-ci Bot added the needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. label Jun 26, 2026
@openshift-ci

openshift-ci Bot commented Jun 26, 2026

Copy link
Copy Markdown
Contributor

Hi @red-hat-konflux-kflux-prd-rh03[bot]. Thanks for your PR.

I'm waiting for a openshift 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.

Details

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.

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

/retest-required

Remaining retests: 0 against base HEAD 6521b03 and 2 for PR HEAD 912b650 in total

@openshift-ci

openshift-ci Bot commented Jun 26, 2026

Copy link
Copy Markdown
Contributor

@red-hat-konflux-kflux-prd-rh03[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 912b650 link true /test lint
ci/prow/validate 912b650 link true /test validate
ci/prow/coverage 912b650 link true /test coverage

Full PR test history. Your PR dashboard.

Details

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-kflux-prd-rh03 red-hat-konflux-kflux-prd-rh03 Bot force-pushed the konflux/mintmaker/master/gomod-dependencies branch from 912b650 to 36d5b46 Compare June 30, 2026 04:05
@openshift-ci openshift-ci Bot removed the lgtm Indicates that a PR is ready to be merged. label Jun 30, 2026
@openshift-ci

openshift-ci Bot commented Jun 30, 2026

Copy link
Copy Markdown
Contributor

New changes are detected. LGTM label has been removed.

@openshift-ci

openshift-ci Bot commented Jun 30, 2026

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

Approval requirements bypassed by manually added approval.

This pull-request has been approved by: red-hat-konflux-kflux-prd-rh03[bot]

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

@red-hat-konflux-kflux-prd-rh03 red-hat-konflux-kflux-prd-rh03 Bot force-pushed the konflux/mintmaker/master/gomod-dependencies branch 4 times, most recently from f3374d2 to 549a051 Compare July 7, 2026 04:04
@red-hat-konflux-kflux-prd-rh03 red-hat-konflux-kflux-prd-rh03 Bot force-pushed the konflux/mintmaker/master/gomod-dependencies branch 3 times, most recently from 0a477e5 to 519a658 Compare July 10, 2026 04:04
Signed-off-by: red-hat-konflux-kflux-prd-rh03 <206760901+red-hat-konflux-kflux-prd-rh03[bot]@users.noreply.github.com>
@red-hat-konflux-kflux-prd-rh03 red-hat-konflux-kflux-prd-rh03 Bot force-pushed the konflux/mintmaker/master/gomod-dependencies branch from 519a658 to 89f2662 Compare July 13, 2026 04:04
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. needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants