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/gdamore/tcell/v2 v2.9.0 -> v2.13.5 age confidence require 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/google/pprof 337e5dd -> d7df1bf age confidence indirect digest
github.com/lucasb-eyer/go-colorful v1.2.0 -> v1.3.0 age confidence indirect minor
github.com/mailru/easyjson v0.9.0 -> v0.9.1 age confidence indirect patch
github.com/mattn/go-runewidth v0.0.16 -> v0.0.19 age confidence indirect patch
github.com/mattn/go-sqlite3 v1.14.32 -> v1.14.33 age confidence require patch
github.com/navidys/tvxwidgets v0.11.1 -> v0.12.1 age confidence require minor
github.com/onsi/ginkgo/v2 v2.25.3 -> v2.27.3 age confidence require minor
github.com/onsi/gomega v1.38.2 -> v1.38.3 age confidence require patch
github.com/ovn-org/ovn-kubernetes/go-controller 57a2590 -> 3604a7f age confidence indirect digest
github.com/prometheus/client_golang v1.23.0 -> v1.23.2 age confidence require patch
github.com/prometheus/common v0.66.1 -> v0.67.5 age confidence require minor
github.com/prometheus/procfs v0.16.1 -> v0.19.2 age confidence indirect minor
github.com/rivo/tview v0.0.0-20250501113434-0c592cd31026 -> v0.42.0 age confidence require minor
github.com/spf13/cobra v1.9.1 -> v1.10.2 age confidence require minor
github.com/spf13/pflag v1.0.9 -> v1.0.10 age confidence indirect patch
github.com/xdg-go/scram v1.1.2 -> v1.2.0 age confidence indirect minor
go (source) 1.24.4 -> 1.25.5 age confidence toolchain minor
go.opentelemetry.io/otel v1.37.0 -> v1.39.0 age confidence indirect minor
go.opentelemetry.io/otel/trace v1.37.0 -> v1.39.0 age confidence indirect minor
go.yaml.in/yaml/v2 v2.4.2 -> v2.4.3 age confidence indirect patch
golang.org/x/net v0.43.0 -> v0.48.0 age confidence indirect minor
golang.org/x/oauth2 v0.30.0 -> v0.34.0 age confidence indirect minor
golang.org/x/sys v0.35.0 -> v0.39.0 age confidence indirect minor
golang.org/x/term v0.34.0 -> v0.38.0 age confidence indirect minor
golang.org/x/text v0.28.0 -> v0.32.0 age confidence indirect minor
golang.org/x/time v0.11.0 -> v0.14.0 age confidence indirect minor
golang.org/x/tools v0.36.0 -> v0.40.0 age confidence indirect minor
google.golang.org/genproto/googleapis/rpc 8d1bb00 -> 0a764e5 age confidence indirect digest
google.golang.org/grpc v1.75.0 -> v1.78.0 age confidence indirect minor
google.golang.org/protobuf v1.36.10 -> v1.36.11 age confidence require patch
gopkg.in/evanphx/json-patch.v4 v4.12.0 -> v4.13.0 age confidence indirect minor
k8s.io/api v0.34.2 -> v0.35.0 age confidence require minor
k8s.io/apimachinery v0.34.2 -> v0.35.0 age confidence require minor
k8s.io/client-go v0.34.2 -> v0.35.0 age confidence require minor
k8s.io/component-base v0.32.3 -> v0.35.0 age confidence indirect minor
k8s.io/kube-openapi f3f2b99 -> 4e65d59 age confidence indirect digest
k8s.io/utils 4c0f3b2 -> 0fe9cd7 age confidence indirect digest
sigs.k8s.io/controller-runtime v0.20.4 -> v0.22.4 age confidence indirect minor
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)
gdamore/tcell (github.com/gdamore/tcell/v2)

v2.13.5: Version 2.13.5 Bug Fix Release

Compare Source

This fixes a regression where Control-J was being reported as KeyEnter.

Full Changelog: gdamore/tcell@v2.13.4...v2.13.5

v2.13.4: Version 2.13.4 Bug Fix

What's Changed

(Note that v2.13.3 was accidentally tagged on the wrong branch -- it had the same content, but the git history
was wrong -- we've deleted the tag.)

Note that folks relying on KeyBacktab will find that the regression where on some terminals it became KeyTab+ModShift is now fixed.

Full Changelog: gdamore/tcell@v2.13.2...v2.13.4

v2.13.2: Version 2.13.2 Bug Fix Release

Compare Source

This fixes a problem that affected some applications on Windows (wrong terminal dimensions due to
an off-by-one error.)

Full Changelog: gdamore/tcell@v2.13.1...v2.13.2

v2.13.1: Version 2.13.1 Bug Fix Release

Compare Source

This fixes a bug decoding certain control keys ([, ], )

v2.13.0: Version 2.13 Bug Fix and Minor Feature Release

Compare Source

What's Changed

Full Changelog: gdamore/tcell@v2.12.2...v2.13.0

v2.12.2: Version 2.12.2 Bug Fix Release

Compare Source

This fixes a problem with certain emoji sequences.

Full Changelog: gdamore/tcell@v2.12.1...v2.12.2

v2.12.1: Version 2.12.1 Bug Fix Release

Compare Source

There was some fallout from all the recent design changes. This should fix the main known issues. It also fixes a long
standing issue in the views package.

What's Changed

Full Changelog: gdamore/tcell@v2.12.0...v2.12.1

v2.12.0: Version 2.12 Feature Release

Compare Source

Building on the work of v2.11, this includes the win32 input mode design, and new string accessors for cells.
This should be a big quality of life improvement for folks working with simple tcell apps.

What's Changed

Full Changelog: gdamore/tcell@v2.11.0...v2.12.0

v2.11.0: Version 2.11.0 Bug Fix Release

Compare Source

This is mostly bug fixes for the previous release. It does however involve a complete redesign of the input subsystem,
which is why we bumped the minor number.

What's Changed

Full Changelog: gdamore/tcell@v2.10.0...v2.11.0

v2.10.0: Version 2.10.0 Feature Release

Compare Source

The main change here was introduction of Kitty keyboard protocol support (CSI-u).

What's Changed

New Contributors

Full Changelog: gdamore/tcell@v2.9.0...v2.10.0

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

lucasb-eyer/go-colorful (github.com/lucasb-eyer/go-colorful)

v1.3.0

Compare Source

If you'd like to support go-colorful's development you can support me or Lucas (the original developer) through GitHub Sponsors, check out the Sponsor button up top. I also have a Ko-Fi for one-time donations.

The rest of this message is copied from the CHANGELOG.md file in this repo.

Added
  • BlendLinearRgb (#​50)
  • DistanceRiemersma (#​52)
  • Introduce a function for sorting colors (#​57)
  • YAML marshal/unmarshal support (#​63)
  • Add support for OkLab and OkLch (#​66)
  • Functions that use randomness now support specifying a custom source (#​73)
  • Functions BlendOkLab and BlendOkLch (#​70)

Changed

  • Hex() parsing is much faster (#​78)
Fixed
  • Fix bug when doing HSV/HCL blending between a gray color and non-gray color (#​60)
  • Docs for HSV/HSL were updated to note that hue 360 is not allowed (#​71)
Deprecated
  • DistanceLinearRGB is deprecated for the name DistanceLinearRgb which is more in-line with the rest of the library
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

mattn/go-runewidth (github.com/mattn/go-runewidth)

v0.0.19

Compare Source

v0.0.18

Compare Source

v0.0.17

Compare Source

mattn/go-sqlite3 (github.com/mattn/go-sqlite3)

v1.14.33

Compare Source

navidys/tvxwidgets (github.com/navidys/tvxwidgets)

v0.12.1

Compare Source

What's Changed

Full Changelog: navidys/tvxwidgets@v0.12.0...v0.12.1

v0.12.0

Compare Source

What's Changed

Full Changelog: navidys/tvxwidgets@v0.11.3...v0.12.0

v0.11.3

Compare Source

What's Changed

Full Changelog: navidys/tvxwidgets@v0.11.1...v0.11.3

v0.11.2

Compare Source

onsi/ginkgo (github.com/onsi/ginkgo/v2)

v2.27.3

Compare Source

2.27.3

Fixes

report exit result in case of failure [1c9f356]
fix data race [ece19c8]

v2.27.2

Compare Source

2.27.2

Fixes
  • inline automaxprocs to simplify dependencies; this will be removed when Go 1.26 comes out [a69113a]
Maintenance
  • Fix syntax errors and typo [a99c6e0]
  • Fix paragraph position error [f993df5]

v2.27.1

Compare Source

2.27.1

Fixes
  • Fix Ginkgo Reporter slice-bounds panic [606c1cb]
  • Bug Fix: Add GinkoTBWrapper.Attr() and GinkoTBWrapper.Output() [a6463b3]

v2.27.0

Compare Source

2.27.0

Features
Transforming Nodes during Tree Construction

This release adds support for NodeArgsTransformers that can be registered with AddTreeConstructionNodeArgsTransformer.

These are called during the tree construction phase as nodes are constructed and can modify the node strings and decorators. This enables frameworks built on top of Ginkgo to modify Ginkgo nodes and enforce conventions.

Learn more here.

Spec Prioritization

A new SpecPriority(int) decorator has been added. Ginkgo will honor priority when ordering specs, ensuring that higher priority specs start running before lower priority specs

Learn more here.

Maintenance

v2.26.0

Compare Source

2.26.0

Features

Ginkgo can now generate json-formatted reports that are compatible with the go test json format. Use ginkgo --gojson-report=report.go.json. This is not intended to be a replacement for Ginkgo's native json format which is more information rich and better models Ginkgo's test structure semantics.

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

v1.38.3

Compare Source

1.38.3

Fixes

make string formatitng more consistent for users who use format.Object directly

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:


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 memodi 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 0c28900 to 9cbe3ce 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 9cbe3ce to 9dc41e1 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