Skip to content

Conversation

@red-hat-konflux
Copy link
Contributor

@red-hat-konflux red-hat-konflux bot commented Nov 9, 2025

This PR contains the following updates:

Package Change Age Confidence Type Update
github.com/cespare/xxhash/v2 v2.2.0 -> v2.3.0 age confidence indirect minor
github.com/emicklei/go-restful/v3 v3.11.0 -> v3.13.0 age confidence indirect minor
github.com/evanphx/json-patch v5.7.0+incompatible -> v5.9.11+incompatible age confidence indirect minor
github.com/evanphx/json-patch/v5 v5.9.0 -> v5.9.11 age confidence indirect patch
github.com/fsnotify/fsnotify v1.7.0 -> v1.9.0 age confidence indirect minor
github.com/go-logr/logr v1.4.1 -> v1.4.3 age confidence indirect patch
github.com/go-openapi/jsonpointer v0.19.6 -> v0.22.1 age confidence indirect minor
github.com/go-openapi/jsonreference v0.20.2 -> v0.21.3 age confidence indirect minor
github.com/go-openapi/swag v0.22.3 -> v0.25.1 age confidence indirect minor
github.com/golang/groupcache 41bb18b -> 2c02b82 age confidence indirect digest
github.com/google/gnostic-models v0.6.8 -> v0.7.0 age confidence indirect minor
github.com/google/go-cmp v0.6.0 -> v0.7.0 age confidence indirect minor
github.com/google/pprof 4bb14d4 -> 5df77e3 age confidence indirect digest
github.com/gorilla/websocket v1.5.1 -> v1.5.3 age confidence indirect patch
github.com/mailru/easyjson v0.7.7 -> v0.9.1 age confidence indirect minor
github.com/moby/spdystream v0.2.0 -> v0.5.0 age confidence indirect minor
github.com/prometheus/client_golang v1.18.0 -> v1.23.2 age confidence indirect minor
github.com/prometheus/client_model v0.5.0 -> v0.6.2 age confidence indirect minor
github.com/prometheus/common v0.45.0 -> v0.67.2 age confidence indirect minor
github.com/prometheus/procfs v0.12.0 -> v0.19.2 age confidence indirect minor
golang.org/x/exp 97b1e66 -> a4bb9ff age confidence indirect digest
golang.org/x/oauth2 v0.28.0 -> v0.33.0 age confidence indirect minor
golang.org/x/sys v0.37.0 -> v0.38.0 age confidence indirect minor
golang.org/x/time v0.5.0 -> v0.14.0 age confidence indirect minor
golang.org/x/tools v0.37.0 -> v0.38.0 age confidence indirect minor
gomodules.xyz/jsonpatch/v2 v2.4.0 -> v2.5.0 age confidence indirect minor
google.golang.org/genproto/googleapis/rpc 94a12d6 -> f26f940 age confidence indirect digest
google.golang.org/protobuf v1.33.0 -> v1.36.10 age confidence indirect minor
k8s.io/apiextensions-apiserver v0.30.2 -> v0.34.1 age confidence indirect minor
k8s.io/apiserver v0.30.2 -> v0.34.1 age confidence indirect minor
k8s.io/kube-openapi 70dd376 -> 589584f age confidence indirect digest
k8s.io/utils 4693a02 -> bc988d5 age confidence indirect digest
sigs.k8s.io/json bc3834c -> 2d32026 age confidence indirect digest
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 -> v4.7.0 age confidence indirect minor
sigs.k8s.io/yaml v1.4.0 -> v1.6.0 age confidence indirect minor

Warning

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


Release Notes

cespare/xxhash (github.com/cespare/xxhash/v2)

v2.3.0

Compare Source

emicklei/go-restful (github.com/emicklei/go-restful/v3)

v3.13.0

Compare Source

  • optimize performance of path matching in CurlyRouter ( thanks @​wenhuang, Wen Huang)

v3.12.2

Compare Source

  • allow empty payloads in post,put,patch, issue #​580 ( thanks @​liggitt, Jordan Liggitt)

v3.12.1

Compare Source

  • fix misroute when dealing multiple webservice with regex (#​549) (thanks Haitao Chen)

v3.12.0

Compare Source

v3.11.3

Compare Source

  • better not have 2 tags on one commit

v3.11.2

Compare Source

  • fix by restoring custom JSON handler functions (Mike Beaumont #​540)

v3.11.1

Compare Source

  • fix by restoring custom JSON handler functions (Mike Beaumont #​540)
evanphx/json-patch (github.com/evanphx/json-patch)

v5.9.11+incompatible

Compare Source

v5.9.10+incompatible

Compare Source

v5.9.0+incompatible

Compare Source

v5.8.1+incompatible

Compare Source

v5.8.0+incompatible

Compare Source

fsnotify/fsnotify (github.com/fsnotify/fsnotify)

v1.9.0

Compare Source

Changes and fixes
  • all: make BufferedWatcher buffered again (#​657)

  • inotify: fix race when adding/removing watches while a watched path is being deleted (#​678, #​686)

  • inotify: don't send empty event if a watched path is unmounted (#​655)

  • inotify: don't register duplicate watches when watching both a symlink and its target; previously that would get "half-added" and removing the second would panic (#​679)

  • kqueue: fix watching relative symlinks (#​681)

  • kqueue: correctly mark pre-existing entries when watching a link to a dir on kqueue (#​682)

  • illumos: don't send error if changed file is deleted while processing the event (#​678)

v1.8.0

Compare Source

Additions

  • all: add FSNOTIFY_DEBUG to print debug logs to stderr (#​619)
Changes and fixes
  • windows: fix behaviour of WatchList() to be consistent with other platforms (#​610)

  • kqueue: ignore events with Ident=0 (#​590)

  • kqueue: set O_CLOEXEC to prevent passing file descriptors to children (#​617)

  • kqueue: emit events as "/path/dir/file" instead of "path/link/file" when watching a symlink (#​625)

  • inotify: don't send event for IN_DELETE_SELF when also watching the parent (#​620)

  • inotify: fix panic when calling Remove() in a goroutine (#​650)

  • fen: allow watching subdirectories of watched directories (#​621)

go-logr/logr (github.com/go-logr/logr)

v1.4.3

Compare Source

Minor release.

What's Changed

New Contributors

Full Changelog: go-logr/logr@v1.4.2...v1.4.3

v1.4.2

Compare Source

What's Changed

Dependencies:

Full Changelog: go-logr/logr@v1.4.1...v1.4.2

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

v0.22.1

Compare Source

v0.22.0

Compare Source

v0.21.2

Compare Source

v0.21.1

Compare Source

v0.21.0

Compare Source

v0.20.3

Compare Source

v0.20.2

Compare Source

v0.20.1

Compare Source

v0.20.0

Compare Source

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

v0.21.3

Compare Source

v0.21.2

Compare Source

v0.21.1

Compare Source

v0.21.0

Compare Source

v0.20.5

Compare Source

v0.20.4

Compare Source

v0.20.3

Compare Source

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

v0.25.1

Compare Source

v0.25.0

Compare Source

v0.24.1

Compare Source

v0.24.0

Compare Source

v0.23.1

Compare Source

v0.23.0

Compare Source

v0.22.10

Compare Source

v0.22.9

Compare Source

v0.22.8

Compare Source

v0.22.7

Compare Source

v0.22.6

Compare Source

v0.22.5

Compare Source

v0.22.4

Compare Source

google/gnostic-models (github.com/google/gnostic-models)

v0.7.0

Compare Source

v0.6.9

Compare Source

google/go-cmp (github.com/google/go-cmp)

v0.7.0

Compare Source

New API:

  • (#​367) Support compare functions with SortSlices and SortMaps

Panic messaging:

  • (#​370) Detect proto.Message types when failing to export a field
gorilla/websocket (github.com/gorilla/websocket)

v1.5.3

Compare Source

Important change

This reverts the websockets package back to 931041c

What's Changed

New Contributors

Full Changelog: gorilla/websocket@v1.5.1...v1.5.3

v1.5.2

Compare Source

What's Changed

New Contributors

Full Changelog: gorilla/websocket@v1.5.1...v1.5.2

mailru/easyjson (github.com/mailru/easyjson)

v0.9.1

Compare Source

What's Changed

New Contributors

Full Changelog: mailru/easyjson@v0.9.0...v0.9.1

v0.9.0

Compare Source

up go version and bugfixes

v0.8.0

Compare Source

stable version before go version bump

moby/spdystream (github.com/moby/spdystream)

v0.5.0: [v0.5.0] Avoid leaking timeout timer channels and update github actions

Compare Source

What's Changed

Full Changelog: moby/spdystream@v0.4.0...v0.5.0

v0.4.0: [v0.4.0] fix goroutine leak and remove unused code

Compare Source

What's Changed

New Contributors

Full Changelog: moby/spdystream@v0.3.0...v0.4.0

v0.3.0: [v0.3.0] Release with fixes for a race condition

Compare Source

What's Changed

New Contributors

Full Changelog: moby/spdystream@v0.2.0...v0.3.0

prometheus/client_golang (github.com/prometheus/client_golang)

v1.23.2: - 2025-09-05

Compare Source

This release is made to upgrade to prometheus/common v0.66.1, which drops the dependencies github.com/grafana/regexp and go.uber.org/atomic and replaces gopkg.in/yaml.v2 with go.yaml.in/yaml/v2 (a drop-in replacement). There are no functional changes.

All Changes

Full Changelog: prometheus/client_golang@v1.23.1...v1.23.2

v1.23.1: - 2025-09-04

Compare Source

This release is made to be compatible with a backwards incompatible API change in prometheus/common v0.66.0. There are no functional changes.

All Changes

Full Changelog: prometheus/client_golang@v1.23.0...v1.23.1

v1.23.0: - 2025-07-30

Compare Source

  • [CHANGE] Minimum required Go version is now 1.23, only the two latest Go versions are supported from now on. #​1812
  • [FEATURE] Add WrapCollectorWith and WrapCollectorWithPrefix #​1766
  • [FEATURE] Add exemplars for native histograms #​1686
  • [ENHANCEMENT] exp/api: Bubble up stat

Configuration

📅 Schedule: Branch creation - "on monday" in timezone Asia/Shanghai, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • 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
Copy link
Contributor Author

red-hat-konflux bot commented Nov 9, 2025

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

  • 13 additional dependencies were updated

Details:

Package Change
github.com/onsi/ginkgo/v2 v2.17.1 -> v2.21.0
github.com/onsi/gomega v1.32.0 -> v1.35.1
github.com/spf13/cobra v1.8.0 -> v1.9.1
github.com/spf13/pflag v1.0.5 -> v1.0.6
google.golang.org/grpc v1.62.1 -> v1.72.1
k8s.io/api v0.30.2 -> v0.34.1
k8s.io/apimachinery v0.30.2 -> v0.34.1
k8s.io/client-go v0.30.2 -> v0.34.1
k8s.io/component-base v0.30.2 -> v0.34.1
k8s.io/klog/v2 v2.120.1 -> v2.130.1
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.29.0 -> v0.31.2
github.com/gogo/protobuf v1.3.2 -> v1.3.2
github.com/modern-go/reflect2 v1.0.2 -> v1.0.3-0.20250322232337-35a7c28c31ee

@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/backplane-2.10-backplane-2.10/go-deps branch 15 times, most recently from 2aba3d8 to 747aa47 Compare November 10, 2025 00:29
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/backplane-2.10-backplane-2.10/go-deps branch from 747aa47 to cec0ee9 Compare November 10, 2025 00:29
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Nov 10, 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 skeeey 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

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Nov 10, 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/build cec0ee9 link true /test build
ci/prow/unit cec0ee9 link true /test unit
ci/prow/images cec0ee9 link true /test images
ci/prow/e2e cec0ee9 link true /test e2e

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.

@xuezhaojun
Copy link
Collaborator

Closing this automated dependency update PR as part of dependency management cleanup.

@xuezhaojun xuezhaojun closed this Nov 10, 2025
@red-hat-konflux red-hat-konflux bot deleted the konflux/mintmaker/backplane-2.10-backplane-2.10/go-deps branch November 10, 2025 04:12
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.

1 participant