Skip to content
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

sigstore: v3 bundles #901

Merged
merged 7 commits into from
Feb 15, 2024
Merged

sigstore: v3 bundles #901

merged 7 commits into from
Feb 15, 2024

Commits on Feb 12, 2024

  1. sigstore: v3 bundles

    Signed-off-by: William Woodruff <william@trailofbits.com>
    woodruffw committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    f136560 View commit details
    Browse the repository at this point in the history
  2. sigstore: replace more hardcoded bundle versions

    Signed-off-by: William Woodruff <william@trailofbits.com>
    woodruffw committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    bceaf04 View commit details
    Browse the repository at this point in the history
  3. don't use StrEnum

    Not added until 3.11; use (str, Enum) instead.
    
    Signed-off-by: William Woodruff <william@trailofbits.com>
    woodruffw committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    da929df View commit details
    Browse the repository at this point in the history
  4. rename, avoid in operator

    `in` doesn't work on inner enum types until 3.12.
    
    Signed-off-by: William Woodruff <william@trailofbits.com>
    woodruffw committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    f86a9fc View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. fix fallback

    Signed-off-by: William Woodruff <william@trailofbits.com>
    woodruffw committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    22822c4 View commit details
    Browse the repository at this point in the history
  2. CHANGELOG: record changes

    Signed-off-by: William Woodruff <william@trailofbits.com>
    woodruffw committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    7feee53 View commit details
    Browse the repository at this point in the history
  3. KnownBundleType -> BundleType

    Signed-off-by: William Woodruff <william@trailofbits.com>
    woodruffw committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    d3dc308 View commit details
    Browse the repository at this point in the history