-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: SequeI/sigstore-python
base: main
head repository: sigstore/sigstore-python
compare: main
- 14 commits
- 27 files changed
- 2 contributors
Commits on Aug 18, 2025
-
Configuration menu - View commit details
-
Copy full SHA for e00d489 - Browse repository at this point
Copy the full SHA e00d489View commit details
Commits on Aug 19, 2025
-
build(deps): bump github/codeql-action in the actions group (sigstore…
…#1511) Bumps the actions group with 1 update: [github/codeql-action](https://github.com/github/codeql-action). Updates `github/codeql-action` from 3.29.9 to 3.29.10 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@df55935...96f518a) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 3.29.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... 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 f8387b5 - Browse repository at this point
Copy the full SHA f8387b5View commit details
Commits on Aug 21, 2025
-
Update embedded TUF root (sigstore#1515)
* Makefile: Update the TUF root update rules * Include the new signingconfig file * Add a rule for updating staging Signed-off-by: Jussi Kukkonen <jkukkonen@google.com> * Update embedded TUF root Signed-off-by: Jussi Kukkonen <jkukkonen@google.com> * Update embedded staging root Signed-off-by: Jussi Kukkonen <jkukkonen@google.com> * tests: Stop mocking TUF The mock was useful to ensure we don't e.g. end up downloading files multiple times but maintaining it is a bit of a hassle: the mock files have to be kept in sync with actual staging tuf (alternatively we'd have to create our own local tuf repository which would be another kind of hassle). Remove the uses of mock_staging_tuf (except for test_trust_root_tuf_offline that ensures we do not call tuf repo when offline). Signed-off-by: Jussi Kukkonen <jkukkonen@google.com> --------- Signed-off-by: Jussi Kukkonen <jkukkonen@google.com>
Configuration menu - View commit details
-
Copy full SHA for 664b064 - Browse repository at this point
Copy the full SHA 664b064View commit details -
rekor: Fix checkpoint signature lookup (sigstore#1514)
Checkpoint can have multiple signatures from multiple keys. We just want one of them to be the log key. Signed-off-by: Jussi Kukkonen <jkukkonen@google.com>
Configuration menu - View commit details
-
Copy full SHA for 0f23402 - Browse repository at this point
Copy the full SHA 0f23402View commit details -
Configuration menu - View commit details
-
Copy full SHA for c8d3138 - Browse repository at this point
Copy the full SHA c8d3138View commit details
Commits on Aug 22, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 4278e24 - Browse repository at this point
Copy the full SHA 4278e24View commit details -
build(deps): bump github/codeql-action in the actions group (sigstore…
…#1517) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for adf84e0 - Browse repository at this point
Copy the full SHA adf84e0View commit details -
build(deps): update ruff requirement from <0.12.10 to <0.12.11 (sigst…
…ore#1520) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 939d5fe - Browse repository at this point
Copy the full SHA 939d5feView commit details
Commits on Aug 25, 2025
-
Configuration menu - View commit details
-
Copy full SHA for c23a19e - Browse repository at this point
Copy the full SHA c23a19eView commit details
Commits on Aug 26, 2025
-
cli: Add --rekor-version to sign arguments (sigstore#1471)
* cli: Add --rekor-version to sign arguments This should not be needed... but it could be handy if * SigningConfig already contains rekor v2 * user for some reason does not want rekor v2 entries in the bundle This option only does anything if there are multiple Rekor versions listed in SigningConfig. The test is changed since the "ANY" selector is now considered to not be an error if there are 0 services: * This is not a problem since for both TSAs and tlogs we have a check that there is at least one service * This improves the error message when --rekor-version is used with a version that is not found in signingconfig Signed-off-by: Jussi Kukkonen <jkukkonen@google.com> * README: Update help output Signed-off-by: Jussi Kukkonen <jkukkonen@google.com> * cli: Improve help output for --rekor-version Avoid saying "default: None", mention the valid values instead. Signed-off-by: Jussi Kukkonen <jkukkonen@google.com> --------- Signed-off-by: Jussi Kukkonen <jkukkonen@google.com>
Configuration menu - View commit details
-
Copy full SHA for 7b5c684 - Browse repository at this point
Copy the full SHA 7b5c684View commit details
Commits on Aug 27, 2025
-
Configuration menu - View commit details
-
Copy full SHA for ea67bf4 - Browse repository at this point
Copy the full SHA ea67bf4View commit details -
build(deps): bump platformdirs from 4.3.8 to 4.4.0 (sigstore#1525)
Bumps [platformdirs](https://github.com/tox-dev/platformdirs) from 4.3.8 to 4.4.0. - [Release notes](https://github.com/tox-dev/platformdirs/releases) - [Changelog](https://github.com/tox-dev/platformdirs/blob/main/CHANGES.rst) - [Commits](tox-dev/platformdirs@4.3.8...4.4.0) --- updated-dependencies: - dependency-name: platformdirs dependency-version: 4.4.0 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> Co-authored-by: Jussi Kukkonen <jkukkonen@google.com>
Configuration menu - View commit details
-
Copy full SHA for b55ca3b - Browse repository at this point
Copy the full SHA b55ca3bView commit details
Commits on Aug 28, 2025
-
build(deps): bump h2 from 4.2.0 to 4.3.0 in /install (sigstore#1526)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8314642 - Browse repository at this point
Copy the full SHA 8314642View commit details -
build(deps): update ruff requirement from <0.12.11 to <0.12.12 (sigst…
…ore#1527) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7acad6e - Browse repository at this point
Copy the full SHA 7acad6eView 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 main...main