fix(deps): update go#825
Merged
ramonpetgrave64 merged 1 commit intoslsa-framework:mainfrom Jan 21, 2025
Merged
Conversation
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
ramonpetgrave64
previously approved these changes
Jan 2, 2025
7df505e to
864bfc4
Compare
a2da7fe to
3934306
Compare
188ead2 to
7142535
Compare
7142535 to
1798610
Compare
ramonpetgrave64
approved these changes
Jan 21, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.20.2->v0.20.3v0.8.0->v0.9.0v2.2.4->v2.4.1v1.4.5->v1.6.5v0.3.2->v0.3.3v1.3.6->v1.3.8v1.8.9->v1.8.12v1.9.0->v1.10.0v0.21.0->v0.22.0v1.34.2->v1.36.3v0.8.4->v0.9.0Release Notes
google/go-containerregistry (github.com/google/go-containerregistry)
v0.20.3Compare Source
What's Changed
New Contributors
Full Changelog: google/go-containerregistry@v0.20.2...v0.20.3
secure-systems-lab/go-securesystemslib (github.com/secure-systems-lab/go-securesystemslib)
v0.9.0Compare Source
sigstore/cosign (github.com/sigstore/cosign/v2)
v2.4.1Compare Source
v2.4.1 largely contains bug fixes and updates dependencies.
Features
Bug Fixes
Contributors
v2.4.0Compare Source
v2.4.0 begins the modernization of the Cosign client, which includes:
through a trust root file, instead of many different flags
In future updates, we'll include:
format during verification
Cosign-specific bundle format
We have also moved nightly Cosign container builds to GHCR instead of GCR.
Features
verify-blobandverify-blob-attestation(#3796)email_verifiedas string or boolean (#3819)Contributors
v2.3.0Compare Source
Features
Bug Fixes
bundleVerifiedto true after Rekor verification (Resolves #3740) (#3745)Documentation
Testing
Contributors
sigstore/fulcio (github.com/sigstore/fulcio)
v1.6.5Compare Source
Features
Documentation
Contributors
v1.6.4Compare Source
Features
Bugs
Contributors
v1.6.3Compare Source
Features
Contributors
v1.6.2Compare Source
Bug Fixes
Contributors
v1.6.1Compare Source
Bug Fixes
Contributors
v1.6.0Compare Source
v1.6.0 adds support for onboarding CI identity providers via configuration
rather than code changes, which should greatly simplify the onboarding process.
Features
Documentation
Public Good Instance Configuration
Contributors
v1.5.1Compare Source
Bug Fixes
Name()from our principal. (#1726)Contributors
v1.5.0Compare Source
Features
Documentation
Contributors
sigstore/protobuf-specs (github.com/sigstore/protobuf-specs)
v0.3.3Compare Source
sigstore/rekor (github.com/sigstore/rekor)
v1.3.8Compare Source
Bug Fixes
Quality Enhancements
Contributors
v1.3.7Compare Source
New Features
Bug Fixes
Contributors
sigstore/sigstore (github.com/sigstore/sigstore)
v1.8.12Compare Source
What's Changed
Full Changelog: sigstore/sigstore@v1.8.11...v1.8.12
v1.8.11Compare Source
What's Changed
azidentity.NewDefaultCredentialfor Azure KMS client by @malancas in https://github.com/sigstore/sigstore/pull/1888New Contributors
Full Changelog: sigstore/sigstore@v1.8.10...v1.8.11
v1.8.10Compare Source
What's Changed
and several dependencies updates
New Contributors
Full Changelog: sigstore/sigstore@v1.8.9...v1.8.10
slsa-framework/slsa-github-generator (github.com/slsa-framework/slsa-github-generator)
v1.10.0Compare Source
Release v1.10.0 includes bug fixes and new features.
See the full change list.
v1.10.0: TUF fix
More details here.
v1.10.0: Gradle Builder
repository root (#2727)
v1.10.0: Go Builder
go-version-fileinput was fixed so that it can find thego.modfile(#2661)
v1.10.0: Container Generator
provenance-repositoryinput was added to allow reading provenance froma different container repository than the image itself (#2956)
v1.9.1Compare Source
This is an un-finalized release.
See the CHANGELOG for details.
protocolbuffers/protobuf-go (google.golang.org/protobuf)
v1.36.3Compare Source
Full Changelog: protocolbuffers/protobuf-go@v1.36.2...v1.36.3
Bug fixes:
CL/642575: reflect/protodesc: fix panic when working with dynamicpb
CL/641036: cmd/protoc-gen-go: remove json struct tags from unexported fields
User-visible changes:
CL/641876: proto: add example for GetExtension, SetExtension
CL/642015: runtime/protolazy: replace internal doc link with external link
Maintenance:
CL/641635: all: split flags.ProtoLegacyWeak out of flags.ProtoLegacy
CL/641019: internal/impl: remove unused exporter parameter
CL/641018: internal/impl: switch to reflect.Value.IsZero
CL/641035: internal/impl: clean up unneeded Go<1.12 MapRange() alternative
CL/641017: types/dynamicpb: switch atomicExtFiles to atomic.Uint64 type
v1.36.2Compare Source
Full Changelog: protocolbuffers/protobuf-go@v1.36.1...v1.36.2
Bug fixes:
CL/638515: internal/impl: fix WhichOneof() to work with synthetic oneofs
v1.36.1Compare Source
Full Changelog: protocolbuffers/protobuf-go@v1.36.0...v1.36.1
Bug fixes:
CL/638495: internal/impl: revert IsSynthetic() check to fix panic
Maintenance:
CL/637475: internal/errors: delete compatibility code for Go before 1.13
v1.36.0Compare Source
Full Changelog: protocolbuffers/protobuf-go@v1.35.2...v1.36.0
User-visible changes:
CL/635139: src/google/protobuf: document UnmarshalJSON / API level behavior
CL/635138: reflect/protoreflect: use [] syntax to reference method
CL/635137: proto: add reference to size semantics with lazy decoding to comment
CL/634818: compiler/protogen: allow overriding API level from --go_opt
CL/634817: cmd/protoc-gen-go: generate _protoopaque variant for hybrid
CL/634816: all: regenerate.bash for Opaque API
CL/634815: all: Release the Opaque API
CL/634015: types/descriptorpb: regenerate using latest protobuf v29.1 release
CL/632735: internal/impl: skip synthetic oneofs in messageInfo
CL/627876: all: start v1.35.2-devel
v1.35.2Compare Source
Full Changelog: protocolbuffers/protobuf-go@v1.35.1...v1.35.2
Maintenance:
CL/623115: proto: refactor equal_test from explicit table to use makeMessages()
CL/623116: encoding/prototext: use testmessages_test.go approach, too
CL/623117: internal/testprotos/test: add nested message field with [lazy=true]
CL/624415: proto: switch messageset_test to use makeMessages() injection point
CL/624416: internal/impl: fix TestMarshalMessageSetLazyRace (was a no-op!)
User-visible changes:
CL/618395: encoding/protojson: allow missing value for Any of type Empty
CL/618979: all: implement strip_enum_prefix editions feature
CL/622575: testing/protocmp: document behavior when combining Ignore and Sort
v1.35.1Compare Source
Full Changelog: protocolbuffers/protobuf-go@v1.34.2...v1.35.1
Maintenance:
User-visible changes:
Bug fixes:
v1.35.0Compare Source
kubernetes-sigs/release-utils (sigs.k8s.io/release-utils)
v0.9.0Compare Source
v0.8.5Compare Source
Configuration
📅 Schedule: Branch creation - "* 0-3 1 * *" (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.
This PR was generated by Mend Renovate. View the repository job log.