Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: SequeI/sigstore-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: sigstore/sigstore-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 14 commits
  • 27 files changed
  • 2 contributors

Commits on Aug 18, 2025

  1. Configuration menu
    Copy the full SHA
    e00d489 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2025

  1. 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>
    dependabot[bot] authored Aug 19, 2025
    Configuration menu
    Copy the full SHA
    f8387b5 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2025

  1. 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>
    jku authored Aug 21, 2025
    Configuration menu
    Copy the full SHA
    664b064 View commit details
    Browse the repository at this point in the history
  2. 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>
    jku authored Aug 21, 2025
    Configuration menu
    Copy the full SHA
    0f23402 View commit details
    Browse the repository at this point in the history
  3. Workflow tweaks (sigstore#1516)

    jku authored Aug 21, 2025
    Configuration menu
    Copy the full SHA
    c8d3138 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2025

  1. Configuration menu
    Copy the full SHA
    4278e24 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump github/codeql-action in the actions group (sigstore…

    …#1517)
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 22, 2025
    Configuration menu
    Copy the full SHA
    adf84e0 View commit details
    Browse the repository at this point in the history
  3. 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>
    dependabot[bot] authored Aug 22, 2025
    Configuration menu
    Copy the full SHA
    939d5fe View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2025

  1. Configuration menu
    Copy the full SHA
    c23a19e View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2025

  1. 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>
    jku authored Aug 26, 2025
    Configuration menu
    Copy the full SHA
    7b5c684 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2025

  1. Configuration menu
    Copy the full SHA
    ea67bf4 View commit details
    Browse the repository at this point in the history
  2. 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>
    dependabot[bot] and jku authored Aug 27, 2025
    Configuration menu
    Copy the full SHA
    b55ca3b View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2025

  1. 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>
    dependabot[bot] authored Aug 28, 2025
    Configuration menu
    Copy the full SHA
    8314642 View commit details
    Browse the repository at this point in the history
  2. 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>
    dependabot[bot] authored Aug 28, 2025
    Configuration menu
    Copy the full SHA
    7acad6e View commit details
    Browse the repository at this point in the history
Loading