Skip to content

Conversation

@wolfv
Copy link
Member

@wolfv wolfv commented Dec 1, 2025

🤖 New release

  • sigstore-types: 0.4.0 -> 0.5.0
  • sigstore-crypto: 0.4.0 -> 0.5.0
  • sigstore-merkle: 0.4.0 -> 0.5.0
  • sigstore-tsa: 0.4.0 -> 0.5.0
  • sigstore-trust-root: 0.4.0 -> 0.5.0 (⚠ API breaking changes)
  • sigstore-cache: 0.4.0 -> 0.5.0
  • sigstore-rekor: 0.4.0 -> 0.5.0 (✓ API compatible changes)
  • sigstore-bundle: 0.4.0 -> 0.5.0 (✓ API compatible changes)
  • sigstore-oidc: 0.4.0 -> 0.5.0
  • sigstore-fulcio: 0.4.0 -> 0.5.0
  • sigstore-verify: 0.4.0 -> 0.5.0 (✓ API compatible changes)
  • sigstore-sign: 0.4.0 -> 0.5.0 (⚠ API breaking changes)

sigstore-trust-root breaking changes

--- failure constructible_struct_adds_field: externally-constructible struct adds field ---

Description:
A pub struct constructible with a struct literal has a new pub field. Existing struct literals must be updated to include the new field.
        ref: https://doc.rust-lang.org/reference/expressions/struct-expr.html
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.45.0/src/lints/constructible_struct_adds_field.ron

Failed in:
  field TufConfig.offline in /tmp/.tmpjEcX6w/sigstore-rust/crates/sigstore-trust-root/src/tuf.rs:60
  field TufConfig.offline in /tmp/.tmpjEcX6w/sigstore-rust/crates/sigstore-trust-root/src/tuf.rs:60

sigstore-sign breaking changes

--- failure constructible_struct_adds_field: externally-constructible struct adds field ---

Description:
A pub struct constructible with a struct literal has a new pub field. Existing struct literals must be updated to include the new field.
        ref: https://doc.rust-lang.org/reference/expressions/struct-expr.html
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.45.0/src/lints/constructible_struct_adds_field.ron

Failed in:
  field SigningConfig.rekor_api_version in /tmp/.tmpjEcX6w/sigstore-rust/crates/sigstore-sign/src/sign.rs:32
Changelog

sigstore-types

0.4.0 - 2025-11-28

Other

  • add missing file
  • introduce new artifact api

sigstore-crypto

0.4.0 - 2025-11-28

Other

  • introduce new artifact api

sigstore-merkle

0.3.0 - 2025-11-28

Other

  • more cleanup of functions

sigstore-tsa

0.3.0 - 2025-11-28

Other

  • remove more types
  • remove certifactePem
  • improve sign / verify flow, add conda specific test
  • more cleanup of functions

sigstore-trust-root

0.5.0 - 2025-12-01

Added

  • Add SigningConfig support and V2 bundle fixes (#6)

sigstore-cache

0.3.0 - 2025-11-28

Fixed

  • fix clippy warnings

Other

  • add simple separation for cache domains
  • add sigstore-cache

sigstore-rekor

0.5.0 - 2025-12-01

Added

  • Add SigningConfig support and V2 bundle fixes (#6)

sigstore-bundle

0.5.0 - 2025-12-01

Added

  • Add SigningConfig support and V2 bundle fixes (#6)

sigstore-oidc

0.2.0 - 2025-11-27

Other

  • remove duplicated types, add license and readme files

sigstore-fulcio

0.3.0 - 2025-11-28

Fixed

  • fix clippy warnings

Other

  • add sigstore-cache
  • remove more types
  • encode more certificates properly

sigstore-verify

0.5.0 - 2025-12-01

Added

  • Add SigningConfig support and V2 bundle fixes (#6)

sigstore-sign

0.5.0 - 2025-12-01

Added

  • Add SigningConfig support and V2 bundle fixes (#6)


This PR was generated with release-plz.

@wolfv wolfv merged commit 1993fa0 into main Dec 1, 2025
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants