Update go module minor/patch updates#278
Update go module minor/patch updates#278red-hat-konflux-kflux-prd-rh02[bot] wants to merge 1 commit into
Conversation
Signed-off-by: red-hat-konflux-kflux-prd-rh02 <190377777+red-hat-konflux-kflux-prd-rh02[bot]@users.noreply.github.com>
|
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Hi @red-hat-konflux-kflux-prd-rh02[bot]. Thanks for your PR. I'm waiting for a openshift-hyperfleet member to verify that this patch is reasonable to test. If it is, they should reply with Regular contributors should join the org to skip this step. Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions 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. |
📝 WalkthroughWalkthroughCWE-1104 (use of unmaintained third-party components) mitigation attempt: go.mod dependency versions bumped across direct requirements (faker, kin-openapi, gomega, testify, Prometheus, OpenTelemetry, testcontainers, gorm) and indirect requirements (OTel propagators, x/time, Docker/OpenAPI helpers, SQL drivers including go-sql-driver/mysql, gRPC/protobuf, x/* modules, gorm.io/driver/mysql). No go.sum diff provided — checksum integrity unverifiable from this input. No source code or exported entity changes. Supply-chain risk: unpinned transitive upgrade blast radius spans API, Sentinel, Adapter, Broker services if any module is compromised (cf. CVE-2021-44228-class dependency-confusion concerns generally). Estimated code review effort: 3 (Moderate) | ~20 minutes Suggested labels: dependencies, go.mod, security-review-needed Suggested reviewers: Requires manual go.sum diff review; verify no typosquatted module paths introduced; confirm checksums against sum.golang.org before merge. 🚥 Pre-merge checks | ✅ 11✅ Passed checks (11 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
✨ Simplify code
Comment |
This PR contains the following updates:
v1.1.0→v1.2.0v3.2.0→v3.8.1v0.6.0→v0.7.0v0.10.0→v0.10.1v1.0.4→v1.1.0v1.9.0→v1.10.1v0.133.0→v0.140.0v1.2.6→v1.3.0v0.21.0→v0.24.0v0.23.0→v0.27.0v1.8.1→v1.10.0v2.4.0→v2.5.0v2.28.0→v2.29.0v5.6.0→v5.10.0v1.18.5→v1.19.0v0.7.7→v0.9.2v1.54.1→v1.55.0v0.4.0→v0.5.0v0.6.0→v0.7.0v0.4.0→v0.4.1v0.0.0-20250309154309-f31be36b4037→v0.1.1v0.0.0-20250309153720-d2182401db90→v0.0.14v1.42.0→v1.42.1v2.2.4→v2.4.2v1.16.0→v1.23.2v0.3.0→v0.6.2v0.42.0→v0.69.0v0.10.1→v0.21.1v0.11.0→v0.12.0v4.26.3→v4.26.6v0.42.0→v0.43.0v0.42.0→v0.43.0v0.3.16→v0.4.0v0.11.0→v0.12.0v1.3.0→v1.4.0v0.62.0→v0.69.0v0.68.0→v0.69.0v1.43.0→v1.44.0v1.43.0→v1.44.0v1.43.0→v1.44.0v1.43.0→v1.44.0v1.43.0→v1.44.0v1.43.0→v1.44.0v1.43.0→v1.44.0v1.43.0→v1.44.0v1.43.0→v1.44.0v1.43.0→v1.44.0v1.43.0→v1.44.0v1.43.0→v1.44.0v0.52.0→v0.53.0v0.54.0→v0.56.0v0.20.0→v0.21.0v0.45.0→v0.46.0v0.37.0→v0.38.0v0.14.0→v0.15.0v1.80.0→v1.82.0v1.5.6→v1.6.0v1.31.1→v1.31.2Release Notes
FiloSottile/edwards25519 (filippo.io/edwards25519)
v1.2.0Compare Source
v1.1.1Compare Source
bxcodec/faker (github.com/bxcodec/faker/v3)
v3.8.1: Deprecating v3 moduleCompare Source
Full Changelog: bxcodec/faker@v3.8.0...v3.8.1
v3.8.0Compare Source
What's Changed
New Contributors
Full Changelog: bxcodec/faker@v3.7.0...v3.8.0
v3.7.0Compare Source
What's Changed
for rangeblock by @eval-exec in #151New Contributors
Full Changelog: bxcodec/faker@v3.6.0...v3.7.0
v3.6.0Compare Source
Features
Chores
v3.5.0Compare Source
Features
Fixes
v3.4.0Compare Source
Features
Fixes
v3.3.1Compare Source
Fixes
Chores
v3.3.0Compare Source
Features
Chores
docker/go-connections (github.com/docker/go-connections)
v0.7.0Compare Source
ebitengine/purego (github.com/ebitengine/purego)
v0.10.1Compare Source
felixge/httpsnoop (github.com/felixge/httpsnoop)
v1.1.0Compare Source
fsnotify/fsnotify (github.com/fsnotify/fsnotify)
v1.10.1Compare Source
Changes and fixes
inotify: don't remove sibling watches sharing a path prefix (#754)
inotify, windows: don't rename sibling watches sharing a path prefix
(#755)
v1.10.0Compare Source
This version of fsnotify needs Go 1.23.
Changes and fixes
inotify: improve initialization error message (#731)
inotify: send Rename event if recursive watch is renamed (#696)
inotify: avoid copying event buffers when reading names (#741)
kqueue: skip dangling symlinks (ENOENT) in watchDirectoryFiles, so a bad entry no longer aborts Watcher.Add for the whole directory (#748)
kqueue: drop watches directly in Close() to fix a file descriptor leak when recycling watchers (#740)
windows: fix nil pointer dereference in remWatch (#736)
windows: lock watch field updates against concurrent WatchList to fix a race introduced in v1.9.0 (#709, #749)
getkin/kin-openapi (github.com/getkin/kin-openapi)
v0.140.0Compare Source
What's Changed
Full Changelog: getkin/kin-openapi@v0.139.0...v0.140.0
v0.139.0Compare Source
What's Changed
Full Changelog: getkin/kin-openapi@v0.138.0...v0.139.0
v0.138.0Compare Source
What's Changed
Full Changelog: getkin/kin-openapi@v0.137.0...v0.138.0
v0.137.0Compare Source
What's Changed
cc4f8d9by @fenollp in #1161Full Changelog: getkin/kin-openapi@v0.136.0...v0.137.0
v0.136.0Compare Source
What's Changed
New Contributors
Full Changelog: getkin/kin-openapi@v0.135.0...v0.136.0
v0.135.0Compare Source
What's Changed
New Contributors
Full Changelog: getkin/kin-openapi@v0.134.0...v0.135.0
v0.134.0Compare Source
What's Changed
New Contributors
Full Changelog: getkin/kin-openapi@v0.133.0...v0.134.0
go-ole/go-ole (github.com/go-ole/go-ole)
v1.3.0Compare Source
What's Changed
New Contributors
Full Changelog: go-ole/go-ole@v1.2.6...v1.3.0
go-openapi/jsonpointer (github.com/go-openapi/jsonpointer)
v0.24.0Compare 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
Refactor
Documentation
Code quality
Testing
Miscellaneous tasks
Updates
Configuration
📅 Schedule: (UTC)
🚦 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.
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.