Skip to content

Conversation

@red-hat-konflux
Copy link
Contributor

@red-hat-konflux red-hat-konflux bot commented Jan 7, 2026

This PR contains the following updates:

Package Change Age Confidence Type Update
github.com/emicklei/go-restful/v3 v3.12.2 -> v3.13.0 age confidence indirect minor
github.com/go-openapi/jsonpointer v0.21.1 -> v0.22.4 age confidence indirect minor
github.com/go-openapi/jsonreference v0.21.0 -> v0.21.4 age confidence indirect patch
github.com/go-openapi/swag v0.23.1 -> v0.25.4 age confidence indirect minor
github.com/google/gnostic-models v0.7.0 -> v0.7.1 age confidence indirect patch
github.com/mailru/easyjson v0.9.0 -> v0.9.1 age confidence indirect patch
github.com/ovn-org/ovn-kubernetes/go-controller 57a2590 -> 3604a7f age confidence indirect digest
github.com/prometheus/common v0.67.4 -> v0.67.5 age confidence require patch
github.com/prometheus/procfs v0.16.1 -> v0.19.2 age confidence indirect minor
github.com/spf13/pflag v1.0.9 -> v1.0.10 age confidence indirect patch
github.com/stretchr/objx v0.5.2 -> v0.5.3 age confidence indirect patch
go (source) 1.24.4 -> 1.25.5 age confidence toolchain minor
golang.org/x/net v0.46.0 -> v0.48.0 age confidence indirect minor
golang.org/x/oauth2 v0.32.0 -> v0.34.0 age confidence indirect minor
golang.org/x/sys v0.37.0 -> v0.39.0 age confidence indirect minor
golang.org/x/term v0.36.0 -> v0.38.0 age confidence indirect minor
golang.org/x/text v0.30.0 -> v0.32.0 age confidence indirect minor
golang.org/x/time v0.11.0 -> v0.14.0 age confidence indirect minor
google.golang.org/protobuf v1.36.10 -> v1.36.11 age confidence indirect patch
gopkg.in/evanphx/json-patch.v4 v4.12.0 -> v4.13.0 age confidence indirect minor
k8s.io/api v0.34.3 -> v0.35.0 age confidence require minor
k8s.io/apimachinery v0.34.3 -> v0.35.0 age confidence require minor
k8s.io/client-go v0.34.3 -> v0.35.0 age confidence require minor
k8s.io/kube-openapi f3f2b99 -> 4e65d59 age confidence indirect digest
k8s.io/utils 4c0f3b2 -> 0fe9cd7 age confidence indirect digest
sigs.k8s.io/json cfa47c3 -> 2d32026 age confidence indirect digest
sigs.k8s.io/structured-merge-diff/v6 v6.3.0 -> v6.3.1 age confidence indirect patch

Warning

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


Release Notes

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)
go-openapi/jsonpointer (github.com/go-openapi/jsonpointer)

v0.22.4

Compare Source

0.22.4 - 2025-12-06

Full Changelog: go-openapi/jsonpointer@v0.22.3...v0.22.4

1 commits in this release.


Miscellaneous tasks

People who contributed to this release

jsonpointer license terms

License

v0.22.3

Compare Source

0.22.3 - 2025-11-17

Full Changelog: go-openapi/jsonpointer@v0.22.2...v0.22.3

8 commits in this release.


Documentation
Code quality
Miscellaneous tasks

People who contributed to this release

New Contributors

jsonpointer license terms

License

v0.22.2

Compare Source

0.22.2 - 2025-11-14

Full Changelog: go-openapi/jsonpointer@v0.22.1...v0.22.2

12 commits in this release.


Documentation
Code quality
Testing
Miscellaneous tasks
Security
Updates

People who contributed to this release

jsonpointer license terms

License

v0.22.1

Compare Source

v0.22.0

Compare Source

v0.21.2

Compare Source

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

v0.21.4

Compare Source

0.21.4 - 2025-12-08

Full Changelog: go-openapi/jsonreference@v0.21.3...v0.21.4

1 commits in this release.


Documentation

People who contributed to this release

New Contributors

jsonreference license terms

License

v0.21.3

Compare Source

v0.21.2

Compare Source

v0.21.1

Compare Source

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

v0.25.4

Compare Source

v0.25.3

Compare Source

v0.25.2

Compare Source

v0.25.1

Compare Source

v0.25.0

Compare Source

v0.24.1

Compare Source

v0.24.0

Compare Source

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

v0.7.1

Compare Source

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

prometheus/common (github.com/prometheus/common)

v0.67.5

Compare Source

What's Changed

Full Changelog: prometheus/common@v0.67.4...v0.67.5

prometheus/procfs (github.com/prometheus/procfs)

v0.19.2

Compare Source

What's Changed

Full Changelog: prometheus/procfs@v0.19.1...v0.19.2

v0.19.1

Compare Source

What's Changed

Full Changelog: prometheus/procfs@v0.19.0...v0.19.1

v0.19.0

Compare Source

What's Changed

New Contributors

Full Changelog: prometheus/procfs@v0.18.0...v0.19.0

v0.18.0

Compare Source

What's Changed

New Contributors

Full Changelog: prometheus/procfs@v0.17.0...v0.18.0

v0.17.0

Compare Source

What's Changed

New Contributors

Full Changelog: prometheus/procfs@v0.16.1...v0.17.0

spf13/pflag (github.com/spf13/pflag)

v1.0.10

Compare Source

What's Changed

  • fix deprecation comment for (FlagSet.)ParseErrorsWhitelist by @​thaJeztah in #​447
  • remove uses of errors.Is, which requires go1.13, move go1.16/go1.21 tests to separate file by @​thaJeztah in #​448

New Contributors

Full Changelog: spf13/pflag@v1.0.9...v1.0.10

stretchr/objx (github.com/stretchr/objx)

v0.5.3

Compare Source

What's Changed

New Contributors

Full Changelog: stretchr/objx@v0.5.2...v0.5.3

golang/go (go)

v1.25.5

v1.25.4

v1.25.3

v1.25.2

v1.25.1

v1.25.0

v1.24.11

v1.24.10

v1.24.9

v1.24.8

v1.24.7

v1.24.6

v1.24.5

protocolbuffers/protobuf-go (google.golang.org/protobuf)

v1.36.11

Compare Source

Full Changelog: protocolbuffers/protobuf-go@v1.36.10...v1.36.11

User-visible changes:
CL/726780: encoding/prototext: Support URL chars in type URLs in text-format.

Bug fixes:
CL/728680: internal/impl: check recursion limit in lazy decoding validation
CL/711015: reflect/protodesc: fix handling of import options in dynamic builds

Maintenance:
CL/728681: reflect/protodesc: add support for edition unstable
CL/727960: all: add EDITION_UNSTABLE support
CL/727940: types: regenerate using latest protobuf v33.2 release
CL/727140: internal/testprotos/lazy: convert .proto files to editions
CL/723440: cmd/protoc-gen-go: add missing annotations for few generated protobuf symbols.
CL/720980: internal/filedesc: remove duplicative Message.unmarshalOptions
CL/716360: internal/encoding/tag: use proto3 defaults if proto3
CL/716520: proto: un-flake TestHasExtensionNoAlloc
CL/713342: compiler/protogen: properly filter option dependencies in go-protobuf plugin.
CL/711200: proto: add test for oneofs containing messages with required fields
CL/710855: proto: add explicit test for a non-nil but empty byte slice

evanphx/json-patch (gopkg.in/evanphx/json-patch.v4)

v4.13.0

Compare Source

Remove github.com/pkg/errors dependency

kubernetes/api (k8s.io/api)

v0.35.0

Compare Source

kubernetes/apimachinery (k8s.io/apimachinery)

v0.35.0

Compare Source

kubernetes/client-go (k8s.io/client-go)

v0.35.0

Compare Source

kubernetes-sigs/structured-merge-diff (sigs.k8s.io/structured-merge-diff/v6)

v6.3.1

Compare Source


Configuration

📅 Schedule: Branch creation - On day 7 of the month, every 3 months ( * * 7 */3 * ) (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.

👻 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 red-hat-konflux bot added the dependencies Pull requests that update a dependency file label Jan 7, 2026
@openshift-ci
Copy link

openshift-ci bot commented Jan 7, 2026

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

I'm waiting for a netobserv 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-ci
Copy link

openshift-ci bot commented Jan 7, 2026

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign mffiedler for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found 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 red-hat-konflux bot force-pushed the konflux/mintmaker/main/go-modules branch 2 times, most recently from 0d771d8 to b3748b2 Compare January 7, 2026 12:56
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/main/go-modules branch from b3748b2 to 42bb63a Compare January 7, 2026 16:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file needs-ok-to-test

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant