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: sigstore/sigstore-conformance
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.0.17
Choose a base ref
...
head repository: sigstore/sigstore-conformance
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.0.18
Choose a head ref
  • 6 commits
  • 13 files changed
  • 2 contributors

Commits on Apr 1, 2025

  1. Bump cryptography from 44.0.1 to 44.0.2 (#201)

    Bumps [cryptography](https://github.com/pyca/cryptography) from 44.0.1 to 44.0.2.
    - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
    - [Commits](pyca/cryptography@44.0.1...44.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: cryptography
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 1, 2025
    Configuration menu
    Copy the full SHA
    a67a589 View commit details
    Browse the repository at this point in the history
  2. Bump pytest from 8.3.4 to 8.3.5 (#202)

    Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.4 to 8.3.5.
    - [Release notes](https://github.com/pytest-dev/pytest/releases)
    - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
    - [Commits](pytest-dev/pytest@8.3.4...8.3.5)
    
    ---
    updated-dependencies:
    - dependency-name: pytest
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 1, 2025
    Configuration menu
    Copy the full SHA
    6455a31 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2025

  1. Add (selftest) virtual environment management (#187)

    * Add virtual environment management
    
    * self test requirements are separated into sigstore-requirements.txt
    * Makefile now creates a separate venv for selftest sigstore client
    * sigstore-python-conformance expects to find the sigstore binary in the
      venv
    * workflow is simplified similarly
    
    Signed-off-by: Jussi Kukkonen <jkukkonen@google.com>
    
    * Naming: change sigstore-env to selftest-env
    
    This hopefully makes it clearer what it is. same goes
    for selftest-requirements.txt
    
    Signed-off-by: Jussi Kukkonen <jkukkonen@google.com>
    
    ---------
    
    Signed-off-by: Jussi Kukkonen <jkukkonen@google.com>
    jku authored Apr 22, 2025
    Configuration menu
    Copy the full SHA
    a685d09 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab91039 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    316a8fd View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2025

  1. Prepare for 0.0.18 release (#205)

    Changelog is
    * Use current sigstore-protobuf-specs
    * Make sure the test suite is installed in a separate environment in
      both Makefile and the action
    
    Signed-off-by: Jussi Kukkonen <jkukkonen@google.com>
    jku authored Apr 28, 2025
    Configuration menu
    Copy the full SHA
    fd90e6b View commit details
    Browse the repository at this point in the history
Loading