Update go modules (release-v0.7) (patch)#3146
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:
File name: tools/kubectl/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
bb1e687 to
608b025
Compare
cb09e7b to
2bdf2b5
Compare
d17ae93 to
9539d46
Compare
e56c120 to
31ef858
Compare
31ef858 to
a411eb7
Compare
12dbda3 to
487f3c1
Compare
d913cc0 to
57ef03f
Compare
89371f7 to
2729ee7
Compare
|
ReviewFindingsNo findings. This is a Renovate bot dependency update PR that modifies only Previous runReviewFindingsInfo
Previous run (2)ReviewFindingsInfo
No blocking findings. This is a standard Renovate bot dependency update confined to Previous run (3)ReviewFindingsLow
Info
Previous run (4)ReviewFindingsLow
Info
Previous run (5)ReviewFindingsNo findings. Previous run (6)ReviewFindingsLow
Info
Previous run (7)ReviewFindingsNo findings. Previous run (8)ReviewFindingsNo findings. Previous run (9)ReviewFindingsMedium
Low
Info
Previous run (10)ReviewFindingsInfo
No blocking findings. This is a standard Renovate bot patch-level dependency update modifying only go.mod and go.sum files across four Go modules. All version bumps are patch or minor level. Security-relevant updates (sigstore, golang.org/x/crypto, golang.org/x/net) are positive changes. No source code, tests, CI/CD configuration, or protected paths are modified. Previous run (11)ReviewFindingsInfo
|
| github.com/sigstore/cosign/v2 v2.4.1 | ||
| 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-contract
go-securesystemslib bumped from v0.10.0 to v0.11.0 (minor version in 0.x range). This library is used directly for DSSE envelope handling and encrypted key operations in signature verification paths. Minor 0.x bumps may include breaking API changes. CI should catch compilation failures, but behavioral changes in signature verification would not be caught by compilation alone.
| github.com/open-policy-agent/conftest v0.66.0 | ||
| github.com/open-policy-agent/opa v1.15.2 | ||
| github.com/package-url/packageurl-go v0.1.3 | ||
| github.com/package-url/packageurl-go v0.1.6 |
There was a problem hiding this comment.
[low] api-contract
packageurl-go bumped from v0.1.3 to v0.1.6 (multiple releases in 0.x range). This is a direct dependency used for PURL parsing in policy evaluation. Changes to PURL parsing behavior could affect policy evaluation results without causing build failures.
|
🤖 Finished Review · ✅ Success · Started 4:15 PM UTC · Completed 4:21 PM UTC |
This PR contains the following updates:
v0.16.0→v0.16.1v0.15.1→v0.15.4v0.1.257→v0.1.281v0.5.19→v0.5.22v0.26.1→v0.26.3v0.21.5→v0.21.6v0.0.20→v0.0.22v0.1.3→v0.1.6v2.4.1→v2.4.3v2.6.2→v2.6.3v1.5.0→v1.5.2v1.10.5→v1.10.8v0.26.2→v0.26.4v0.44.0→v0.44.1v0.35.4→v0.35.5v0.35.4→v0.35.5v0.35.4→v0.35.5v0.35.4→v0.35.5v1.34.3→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
6d609d7cedf4c8b4efeeff8138118e47027a5e0ef5c169605d7c882a2613edfe4b05161e464091654f66eae9aaf8e39aec5a55849682c663gkampitakis/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/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
People who contributed to this release
strfmt license terms
Per-module changes
enable/mongodb (0.26.2)
Miscellaneous tasks
Updates
internal/testintegration (0.26.2)
Miscellaneous tasks
Updates
google/go-containerregistry (github.com/google/go-containerregistry)
v0.21.6Compare Source
What's Changed
New Contributors
Full Changelog: google/go-containerregistry@v0.21.5...v0.21.6
mattn/go-isatty (github.com/mattn/go-isatty)
v0.0.22Compare Source
v0.0.21Compare Source
package-url/packageurl-go (github.com/package-url/packageurl-go)
v0.1.6Compare Source
v0.1.5Compare Source
What's Changed
New Contributors
Full Changelog: package-url/packageurl-go@v0.1.4...v0.1.5
v0.1.4Compare Source
What's Changed
New Contributors
Full Changelog: package-url/packageurl-go@v0.1.3...v0.1.4
sigstore/cosign (github.com/sigstore/cosign/v2)
v2.4.3Compare Source
Features
Bug Fixes
Cleanup
Contributors
v2.4.2Compare Source
Features
--trusted-root(#3933)Bug Fixes
Documentation
Contributors
sigstore/rekor (github.com/sigstore/rekor)
v1.5.2Compare Source
Changelog
759b98ealpine: Enforce max size limit on decompression (#2831)c7e77eeSupport restricting kinds on insertion (#2814)a10818afix(trillianclient): strip dns:/// scheme from TLS ServerName in gRPC dial (#2812)8a2f3a2add checks to ensure returned entries match client inputs to rekor-cli (#2799)0e88bacadd nil pointer check to resolve fuzzing crash (#2807)93da954client: surface last-response details after retries are exhausted (#2796)4d67ecdFix internal error detail leakage in 500 responses (#2801)b34ca94add defensive check to ensure tid is in config ahead of getting client (#2795)656c832restapi: include inactiveShards in the homepage total count (#2797)Thanks for all contributors!
v1.5.1Compare Source
Features
Bug Fixes
sigstore/sigstore (github.com/sigstore/sigstore)
v1.10.8Compare Source
What's Changed
Full Changelog: sigstore/sigstore@v1.10.7...v1.10.8
v1.10.7Compare Source
What's Changed
Full Changelog: sigstore/sigstore@v1.10.6...v1.10.7
v1.10.6Compare Source
What's Changed
Full Changelog: sigstore/sigstore@v1.10.5...v1.10.6
tektoncd/chains (github.com/tektoncd/chains)
v0.26.4: Tekton Chains "Release v0.26.4"Compare Source
Tekton Chains "Release v0.26.4"
-Docs @ v0.26.4
-Examples @ v0.26.4
Installation one-liner
Attestation
The Rekor UUID for this release is
108e9186e8c5677a530b574bc14f60d678f287e5f81e8707750ea0808ede65f1f7a4add3183e74a1Obtain the attestation:
Verify that all container images in the attestation are in the release file: