-
Notifications
You must be signed in to change notification settings - Fork 140
Comparing changes
Open a pull request
base repository: sigstore/sigstore
base: v1.9.0
head repository: sigstore/sigstore
compare: v1.9.1
- 7 commits
- 16 files changed
- 2 contributors
Commits on Mar 10, 2025
-
Implement default signing algorithms based on the key type (#2014)
* pkg/signature: add API to load a default Signer/Verifier for a key Signed-off-by: Riccardo Schirone <riccardo.schirone@trailofbits.com> * pkg/signature: allow defaults to handle ambiguities Signed-off-by: Riccardo Schirone <riccardo.schirone@trailofbits.com> * pkg/signature: add options to Load*From*Key functions as well Signed-off-by: Riccardo Schirone <riccardo.schirone@trailofbits.com> * pkg/signature: switch to names with Default for clarity Signed-off-by: Riccardo Schirone <riccardo.schirone@trailofbits.com> --------- Signed-off-by: Riccardo Schirone <riccardo.schirone@trailofbits.com>
Configuration menu - View commit details
-
Copy full SHA for f577ba0 - Browse repository at this point
Copy the full SHA f577ba0View commit details -
build(deps): Bump google.golang.org/api in /pkg/signature/kms/gcp (#2022
) Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.223.0 to 0.224.0. - [Release notes](https://github.com/googleapis/google-api-go-client/releases) - [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md) - [Commits](googleapis/google-api-go-client@v0.223.0...v0.224.0) --- updated-dependencies: - dependency-name: google.golang.org/api dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3a14cfc - Browse repository at this point
Copy the full SHA 3a14cfcView commit details -
build(deps): Bump the gomod group across 1 directory with 2 updates (#…
…2018) Bumps the gomod group with 2 updates in the /pkg/signature/kms/aws directory: [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) and [github.com/aws/aws-sdk-go-v2/service/kms](https://github.com/aws/aws-sdk-go-v2). Updates `github.com/aws/aws-sdk-go-v2/config` from 1.29.8 to 1.29.9 - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases) - [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json) - [Commits](aws/aws-sdk-go-v2@config/v1.29.8...config/v1.29.9) Updates `github.com/aws/aws-sdk-go-v2/service/kms` from 1.38.0 to 1.38.1 - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases) - [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/service/s3/v1.38.1/CHANGELOG.md) - [Commits](aws/aws-sdk-go-v2@service/s3/v1.38.0...service/s3/v1.38.1) --- updated-dependencies: - dependency-name: github.com/aws/aws-sdk-go-v2/config dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod - dependency-name: github.com/aws/aws-sdk-go-v2/service/kms dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0a8c5d7 - Browse repository at this point
Copy the full SHA 0a8c5d7View commit details -
build(deps): Bump golang.org/x/crypto in /pkg/signature/kms/azure (#2020
) Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.35.0 to 0.36.0. - [Commits](golang/crypto@v0.35.0...v0.36.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9193344 - Browse repository at this point
Copy the full SHA 9193344View commit details -
build(deps): Bump the gomod group across 1 directory with 2 updates (#…
…2018) Bumps the gomod group with 2 updates in the /pkg/signature/kms/aws directory: [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) and [github.com/aws/aws-sdk-go-v2/service/kms](https://github.com/aws/aws-sdk-go-v2). Updates `github.com/aws/aws-sdk-go-v2/config` from 1.29.8 to 1.29.9 - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases) - [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json) - [Commits](aws/aws-sdk-go-v2@config/v1.29.8...config/v1.29.9) Updates `github.com/aws/aws-sdk-go-v2/service/kms` from 1.38.0 to 1.38.1 - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases) - [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/service/s3/v1.38.1/CHANGELOG.md) - [Commits](aws/aws-sdk-go-v2@service/s3/v1.38.0...service/s3/v1.38.1) --- updated-dependencies: - dependency-name: github.com/aws/aws-sdk-go-v2/config dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod - dependency-name: github.com/aws/aws-sdk-go-v2/service/kms dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3e1a5a1 - Browse repository at this point
Copy the full SHA 3e1a5a1View commit details -
build(deps): Bump github.com/sigstore/sigstore (#2016)
Bumps the tools group with 1 update in the /test/fuzz directory: [github.com/sigstore/sigstore](https://github.com/sigstore/sigstore). Updates `github.com/sigstore/sigstore` from 1.8.15 to 1.9.0 - [Release notes](https://github.com/sigstore/sigstore/releases) - [Commits](v1.8.15...v1.9.0) --- updated-dependencies: - dependency-name: github.com/sigstore/sigstore dependency-type: direct:production update-type: version-update:semver-minor dependency-group: tools ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 263d8ec - Browse repository at this point
Copy the full SHA 263d8ecView commit details -
build(deps): Bump golang.org/x/oauth2 in /pkg/signature/kms/gcp (#2021)
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.27.0 to 0.28.0. - [Commits](golang/oauth2@v0.27.0...v0.28.0) --- updated-dependencies: - dependency-name: golang.org/x/oauth2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 760d02f - Browse repository at this point
Copy the full SHA 760d02fView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.9.0...v1.9.1