-
Notifications
You must be signed in to change notification settings - Fork 41
build(deps): migrate protovalidate to v1.1.0 and upgrade cosign to v3 #2618
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
migmartri
merged 12 commits into
chainloop-dev:main
from
migmartri:upgrade-protovalidate
Dec 17, 2025
Merged
build(deps): migrate protovalidate to v1.1.0 and upgrade cosign to v3 #2618
migmartri
merged 12 commits into
chainloop-dev:main
from
migmartri:upgrade-protovalidate
Dec 17, 2025
+18,371
−16,203
Conversation
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
Bumps [github.com/sigstore/fulcio](https://github.com/sigstore/fulcio) from 1.6.3 to 1.8.3. - [Release notes](https://github.com/sigstore/fulcio/releases) - [Changelog](https://github.com/sigstore/fulcio/blob/main/CHANGELOG.md) - [Commits](sigstore/fulcio@v1.6.3...v1.8.3) --- updated-dependencies: - dependency-name: github.com/sigstore/fulcio dependency-version: 1.8.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- Migrated from github.com/bufbuild/protovalidate-go to buf.build/go/protovalidate v1.1.0 - Migrated from github.com/bufbuild/protoyaml-go to buf.build/go/protoyaml v0.6.0 - Created validator adapter to bridge protovalidate v1.1.0 interface changes - Upgraded cosign from v2 to v3 for compatibility with sigstore v1.10.x - Updated all import paths and fixed API changes (GetCertificate -> Certificate) Note: Build currently blocked by missing cryptoutils.ValidatePubKey in sigstore v1.10.2 Signed-off-by: Miguel Martinez <[email protected]>
Signed-off-by: Miguel Martinez <[email protected]>
Signed-off-by: Miguel Martinez <[email protected]>
Signed-off-by: Miguel Martinez <[email protected]>
Signed-off-by: Miguel Martinez <[email protected]>
Signed-off-by: Miguel Martinez <[email protected]>
Signed-off-by: Miguel Martinez <[email protected]>
Signed-off-by: Miguel Martinez <[email protected]>
Signed-off-by: Miguel Martinez <[email protected]>
jiparis
approved these changes
Dec 17, 2025
Signed-off-by: Miguel Martinez <[email protected]>
Signed-off-by: Miguel Martinez <[email protected]>
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.
Summary
protovalidatefromgithub.com/bufbuild/protovalidate-gotobuf.build/go/protovalidatev1.1.0protoyamlfromgithub.com/bufbuild/protoyaml-gotobuf.build/go/protoyamlv0.6.0app/controlplane/pkg/unmarshal/unmarshal.goto bridge interface incompatibilityGetCertificate()→Certificate()in verifierCurrent Status
cryptoutils.ValidatePubKeyin sigstore v1.10.2github.com/sigstore/sigstore/internal/goodkeyRelated