fix(deps): update gomod dependencies - #671
fix(deps): update gomod dependencies#671red-hat-konflux-kflux-prd-rh03[bot] wants to merge 1 commit into
Conversation
|
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 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. |
|
@red-hat-konflux-kflux-prd-rh03[bot]: The following tests failed, say
Full PR test history. Your PR dashboard. 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. I understand the commands that are listed here. |
2ad32cd to
e60b3cd
Compare
|
New changes are detected. LGTM label has been removed. |
2236dfc to
49f601c
Compare
59ca8f0 to
ffcb24a
Compare
5e7049d to
a9b143d
Compare
4c14c65 to
543ac1e
Compare
dc18adf to
ccd67ca
Compare
73a383b to
24f1858
Compare
0b84843 to
8a436bd
Compare
7eccfd7 to
28bc896
Compare
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
066252d to
71e0f9a
Compare
82d2d2c to
c7a2559
Compare
Signed-off-by: red-hat-konflux-kflux-prd-rh03 <206760901+red-hat-konflux-kflux-prd-rh03[bot]@users.noreply.github.com>
c7a2559 to
daf5aa3
Compare
|
[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 DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
This PR contains the following updates:
v3.4.0→v3.5.0v1.18.0→v1.19.0v1.9.0→v1.10.1v2.9.0→v2.9.3v0.22.2→v0.26.2v0.21.0→v0.22.8v0.21.0→v0.24.0v0.20.4→v0.21.6v0.21.5→v0.25.2v0.26.2→v0.33.1v0.33.2v0.20.14→v0.22.11v0.22.0→v0.27.0v0.27.2(+1)v0.25.4→v0.29.1v0.25.4→v0.29.1v0.25.4→v0.29.1v0.25.4→v0.29.1v0.25.4→v0.29.1v0.25.4→v0.29.1v0.25.4→v0.29.1v0.25.4→v0.29.1v0.25.4→v0.29.1v0.25.4→v0.29.1v0.25.4→v0.29.1v0.25.4→v0.29.1v0.22.6→v0.26.5v1.2.4→v1.2.5v0.7.0→v0.7.1v0.1.13→v0.1.15v0.0.20→v0.0.24v1.0.26→v1.0.27v2.27.2→v2.32.1v1.38.3→v1.43.0v0.0.449→v0.0.466v0.0.449→v0.0.466v0.1.494→v0.1.5105346161→8127870df412d4→ddca5e0v0.74.0→v0.93.1v0.71.0→v0.93.1v0.26.0→v0.34.0v1.23.2→v1.24.1v0.6.2→v0.6.3v0.66.1→v0.71.0v0.16.1→v0.22.01.26.5→1.27.1v1.17.7→v1.17.9v1.45.0→v1.46.0v1.45.0→v1.46.0v1.45.0→v1.46.0v0.4.0→v0.6.0v1.27.0→v1.28.0v2.4.3→v2.4.4v3.0.4→v3.0.5v0.38.0→v0.40.0v0.30.0→v0.36.0v0.48.0→v0.49.0v2.4.0→v2.5.0v1.36.8→v1.36.12v0.35.1→v0.37.0v0.35.1→v0.37.0v0.35.1→v0.37.0v0.35.1→v0.37.0v0.35.1→v0.37.0v2.0.0-20250922181213-ec3ebc5fd46b→v2.0.0-20260408192533-25e2208e0dc3bbf5c55→be32defb8788ab→cf1189dv0.21.0→v0.24.1v0.25.0v0.20.1→v0.22.0v0.5.0→v0.7.0v6.3.2→v6.4.2Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
Masterminds/semver (github.com/Masterminds/semver/v3)
v3.5.0Compare Source
What's Changed
New Contributors
Full Changelog: Masterminds/semver@v3.4.0...v3.5.0
fatih/color (github.com/fatih/color)
v1.19.0Compare Source
What's Changed
Fprint,Fprintfby @qualidafial in #282New Contributors
Full Changelog: fatih/color@v1.18.0...v1.19.0
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)
fxamacker/cbor (github.com/fxamacker/cbor/v2)
v2.9.3Compare Source
This release fixes a potential panic when decoding into a
time.Timefrom a CBOR byte string, map, or array under certain conditions.Not affected: standard CBOR time data (RFC 8949 tag 0 or tag 1), and decoders configured with
timeTag = DecTagRequired.Upgrading to v2.9.3 is recommended.
The panic stack trace was publicly reported on 2026-08-17, and the fix was released the same day. Fuzz testing was extended to cover this class of bug, and fuzzing of v2.9.3 is ongoing.
What's Changed
Full Changelog: fxamacker/cbor@v2.9.2...v2.9.3
v2.9.2Compare Source
This release refactors and hardens the streaming encoder by adding stricter checks for encoding CBOR indefinite-length data. Other changes include minor bugfixes, defensive checks, and more tests.
Projects that don't use CBOR indefinite-length data may also want to upgrade (summary of prior releases).
The stricter checks in the encoder prevent improper use of the library and bad inputs from producing malformed CBOR indefinite-length data that would be rejected by the decoder.
This release passed fuzz tests (billions of execs) and it is production quality.
What's Changed
CI / GitHub Actions and Docs
🔎 Details...
Full Changelog: fxamacker/cbor@v2.9.1...v2.9.2
v2.9.1Compare Source
This release includes important bugfixes, defensive checks, improved code quality, and more tests. Although not public, the fuzzer was also improved by adding more fuzz tests.
🐞 Bug fixes related to the
keyasintfeatureThese changes only affect Go struct fields tagged with
keyasint:math.MaxInt64when decoding CBOR map to a struct withkeyasintfield (PR #757)keyasinttag values (PR #757)🐞 Other bug fixes and defensive checks
Some of the bugs fixed are related to decoding extreme values that cannot be encoded with this library. For example, the decoder checks if epoch time encoded as CBOR float value representing hundreds of billions of years overflows int64(seconds).
NOTE: It is generally good practice to avoid using floating point to store epoch time (even when not using CBOR).
RawMessagefromRawMessage.MarshalCBOR(PR #753)U+FFFDreplacement character (PR #753)What's Changed
TimeRFC3339NanoUTCby @fxamacker in #688CI / GitHub Actions and Docs
🔎 Details...
New Contributors
Full Changelog: fxamacker/cbor@v2.9.0...v2.9.1
go-openapi/analysis (github.com/go-openapi/analysis)
v0.26.2Compare Source
0.26.2 - 2026-08-25
Full Changelog: go-openapi/analysis@v0.26.1...v0.26.2
2 commits in this release.
Fixed bugs
Miscellaneous tasks
People who contributed to this release
analysis license terms
Per-module changes
internal/testintegration (0.26.2)
Fixed bugs
Miscellaneous tasks
v0.26.1Compare Source
0.26.1 - 2026-08-24
Full Changelog: go-openapi/analysis@v0.26.0...v0.26.1
16 commits in this release.
Fixed bugs
Documentation
Testing
Miscellaneous tasks
Updates
Other (technical)
People who contributed to this release
analysis license terms
Per-module changes
internal/testintegration (0.26.1)
Fixed bugs
Testing
Configuration
📅 Schedule: (in timezone UTC)
* 2-4 * * 1-5)🚦 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.