Update go modules (main) (patch)#3130
Conversation
ℹ️ Artifact update noticeFile name: acceptance/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: tools/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
2a265d3 to
a650df7
Compare
5fde2e2 to
0d4d965
Compare
afe86d8 to
9a0b95c
Compare
5792771 to
ff562fa
Compare
1d6391b to
1166813
Compare
68c7ba1 to
e62576d
Compare
|
ReviewFindingsMedium
Info
Previous runReviewFindingsLow
Info
Previous run (2)ReviewFindingsLow
Info
|
| gopkg.in/go-jose/go-jose.v2 v2.6.3 | ||
| k8s.io/api v0.35.4 | ||
| k8s.io/api v0.35.5 | ||
| k8s.io/apimachinery v0.35.4 |
There was a problem hiding this comment.
[low] version consistency
After this update, k8s.io/api and k8s.io/client-go are bumped to v0.35.5 but k8s.io/apimachinery remains at v0.35.4. The k8s.io packages are designed to be used at consistent versions. Go's MVS resolves this safely, but the inconsistency is worth noting.
| github.com/sigstore/cosign/v3 v3.0.4 | ||
| github.com/sigstore/rekor v1.5.0 | ||
| github.com/sigstore/sigstore v1.10.5 | ||
| github.com/secure-systems-lab/go-securesystemslib v0.11.0 |
There was a problem hiding this comment.
[low] API compatibility
github.com/secure-systems-lab/go-securesystemslib is updated from v0.10.0 to v0.11.0, a minor version bump on a v0.x module which does not guarantee backward compatibility per Go semver. Verify CI passes before merging.
| github.com/gkampitakis/go-snaps v0.5.19 | ||
| github.com/gkampitakis/go-snaps v0.5.22 | ||
| github.com/go-git/go-billy/v5 v5.8.0 | ||
| github.com/go-git/go-git/v5 v5.17.1 |
There was a problem hiding this comment.
[low] data-exposure
acceptance/go.mod retains go-git/go-git/v5 v5.17.1 while go.mod bumps to v5.18.0. The go-gather v1.1.5 changelog explicitly tags the v5.18.0 update as a security fix. The acceptance module may run with a version that has known security issues. Mitigated by CI-only usage and separate module scope.
Suggested fix: Consider bumping go-git to v5.18.0 in acceptance/go.mod in a follow-up PR, or verify the security issue does not affect test-time usage patterns.
This PR contains the following updates:
v0.16.0→v0.16.1v0.1.7→v0.1.11v0.15.0→v0.15.1v0.5.19→v0.5.22v0.29.2→v0.29.5v0.26.1→v0.26.3v0.21.5→v0.21.6v0.0.20→v0.0.22v1.14.0→v1.14.1v0.1.3→v0.1.6v3.0.4→v3.0.6v1.5.0→v1.5.2v1.10.5→v1.10.8v0.26.2→v0.26.4v0.34.0→v0.34.1v1.12.1→v1.12.3v0.35.4→v0.35.5v0.35.4→v0.35.5v0.35.4→v0.35.5v0.35.4→v0.35.5v1.34.2→v1.34.8Release Notes
cue-lang/cue (cuelang.org/go)
v0.16.1Compare Source
Language
The
fallbackkeyword in thealiasv2experiment is replaced byotherwise, which is clearer.cue fmtorcue fixcan be used to rewrite existing code.Evaluator
Fix a regression where the compiler could add comments to the input AST value, which could lead to increased memory usage.
Fix a bug where exporting certain schemas could result in "cannot have both alias and field in same scope" errors.
cmd/cueFix a panic which could occur when using non-label expressions in the
--pathflag.Teach
cue loginto give helpful errors when used with OCI registries which don't support the OAuth2 device flow.Go API
Fix a regression where
cue.Context.Encodecould panic on custom marshaler types with pointer receivers.Full list of changes since v0.16.0
6d609d7cedf4c8b4efeeff8138118e47027a5e0ef5c169605d7c882a2613edfe4b05161e464091654f66eae9aaf8e39aec5a55849682c663cucumber/godog (github.com/cucumber/godog)
v0.15.1Compare Source
Added
Changed
::set-output- (681 - nodeg)Fixed
context.Context(679 - tigh-latte)gkampitakis/go-snaps (github.com/gkampitakis/go-snaps)
v0.5.22Compare Source
What's Changed
New Contributors
Full Changelog: gkampitakis/go-snaps@v0.5.21...v0.5.22
v0.5.21Compare Source
What's Changed
Full Changelog: gkampitakis/go-snaps@v0.5.20...v0.5.21
v0.5.20Compare Source
What's Changed
Full Changelog: gkampitakis/go-snaps@v0.5.19...v0.5.20
go-openapi/runtime (github.com/go-openapi/runtime)
v0.29.5Compare Source
0.29.5 - 2026-05-04
Full Changelog: go-openapi/runtime@v0.29.4...v0.29.5
10 commits in this release.
Implemented enhancements
Fixed bugs
Documentation
Miscellaneous tasks
Updates
People who contributed to this release
New Contributors
in #422
runtime license terms
Per-module changes
client-middleware/opentracing (0.29.5)
Fixed bugs
Miscellaneous tasks
Updates
v0.29.4Compare Source
0.29.4 - 2026-04-18
Security update
Full Changelog: go-openapi/runtime@v0.29.3...v0.29.4
16 commits in this release.
Documentation
Testing
Miscellaneous tasks
Updates
People who contributed to this release
runtime license terms
Per-module changes
client-middleware/opentracing (0.29.4)
Miscellaneous tasks
Updates
v0.29.3Compare Source
0.29.3 - 2026-03-08
Full Changelog: go-openapi/runtime@v0.29.2...v0.29.3
27 commits in this release.
Fixed bugs
Documentation
Code quality
Miscellaneous tasks
Updates
People who contributed to this release
New Contributors
in #373
runtime license terms
Per-module changes
client-middleware/opentracing (0.29.3)
Documentation
Code quality
Miscellaneous tasks
go-openapi/strfmt (github.com/go-openapi/strfmt)
v0.26.3Compare Source
0.26.3 - 2026-05-31
Full Changelog: go-openapi/strfmt@v0.26.2...v0.26.3
15 commits in this release.
Documentation
Miscellaneous tasks
Updates
People who contributed to this release
strfmt license terms
Per-module changes
enable/mongodb (0.26.3)
Miscellaneous tasks
Updates
internal/testintegration (0.26.3)
Miscellaneous tasks
Updates
v0.26.2Compare Source
0.26.2 - 2026-04-29
Full Changelog: go-openapi/strfmt@v0.26.1...v0.26.2
13 commits in this release.
Documentation
Performance
Miscellaneous tasks
Updates
Configuration
📅 Schedule: (UTC)
* 0-3 * * *)🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.