All notable changes to gh-action-sigstore-python
will be documented in this file.
The format is based on Keep a Changelog.
All versions prior to 3.0.0 are untracked.
inputs
now allows recursive globbing with**
(#106)
- The following settings have been removed:
fulcio-url
,rekor-url
,ctfe
,rekor-root-pubkey
(#140) - The following output settings have been removed:
signature
,certificate
,bundle
(#146)
-
inputs
is now parsed according to POSIX shell lexing rules, improving the action's consistency when used with filenames containing whitespace or other significant characters (#104) -
inputs
is now optional ifrelease-signing-artifacts
is true and the action's event is arelease
event. In this case, the action takes no explicit inputs, but signs the source archives already attached to the associated release (#110) -
The default suffix has changed from
.sigstore
to.sigstore.json
, per Sigstore's client specification (#140) -
release-signing-artifacts
now defaults totrue
(#142)