forked from sigstore/gh-action-sigstore-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Release 3.1 #14
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
Merged
Merged
Release 3.1 #14
Changes from all commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
26de745
schedule-selftest: reduce nagging (#134)
woodruffw 9466100
requirements: sigstore ~3.0 (#140)
woodruffw 1ddeb82
action: use a venv to prevent PEP 668 errors (#145)
woodruffw 16fbe9a
action: flip `release-signing-artifacts` (#142)
woodruffw 551a497
action: remove old output settings (#146)
woodruffw da238ad
Cleanup workflows (#148)
jku f514d46
Prep 3.0.0 (#143)
woodruffw 35b9232
build(deps): bump peter-evans/create-issue-from-file from 5.0.0 to 5.…
dependabot[bot] 2b042a8
Fix remaining reference to 2.1.1 in README (#154)
stefmolin ac25d5a
Enable debugging also if ACTIONS_STEP_DEBUG==true (#151)
rindeal a1e4659
Project Root:
DK96-OS 5e8f9e6
Merge branch 'main' into v3.1-dk96-os
DK96-OS File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,4 +23,3 @@ jobs: | |
id: sigstore-python | ||
with: | ||
inputs: action.yml action.py | ||
release-signing-artifacts: true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
# Changelog | ||
|
||
All notable changes to `gh-action-sigstore-python` will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). | ||
|
||
All versions prior to 3.0.0 are untracked. | ||
|
||
## [Unreleased] | ||
|
||
## [3.0.0] | ||
|
||
### Added | ||
|
||
* `inputs` now allows recursive globbing with `**` | ||
([#106](https://github.com/sigstore/gh-action-sigstore-python/pull/106)) | ||
|
||
### Removed | ||
|
||
* The following settings have been removed: `fulcio-url`, `rekor-url`, | ||
`ctfe`, `rekor-root-pubkey` | ||
([#140](https://github.com/sigstore/gh-action-sigstore-python/pull/140)) | ||
* The following output settings have been removed: `signature`, | ||
`certificate`, `bundle` | ||
([#146](https://github.com/sigstore/gh-action-sigstore-python/pull/146)) | ||
|
||
|
||
### Changed | ||
|
||
* `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](https://github.com/sigstore/gh-action-sigstore-python/pull/104)) | ||
|
||
* `inputs` is now optional *if* `release-signing-artifacts` is true | ||
*and* the action's event is a `release` event. In this case, the action | ||
takes no explicit inputs, but signs the source archives already attached | ||
to the associated release | ||
([#110](https://github.com/sigstore/gh-action-sigstore-python/pull/110)) | ||
|
||
* The default suffix has changed from `.sigstore` to `.sigstore.json`, | ||
per Sigstore's client specification | ||
([#140](https://github.com/sigstore/gh-action-sigstore-python/pull/140)) | ||
|
||
* `release-signing-artifacts` now defaults to `true` | ||
([#142](https://github.com/sigstore/gh-action-sigstore-python/pull/142)) | ||
|
||
### Fixed | ||
|
||
* The `release-signing-artifacts` setting no longer causes a hard error | ||
when used under the incorrect event | ||
([#103](https://github.com/sigstore/gh-action-sigstore-python/pull/103)) | ||
|
||
* Various deprecations present in `sigstore-python`'s 2.x series have been | ||
resolved | ||
([#140](https://github.com/sigstore/gh-action-sigstore-python/pull/140)) | ||
|
||
* This workflow now supports CI runners that use PEP 668 to constrain global | ||
package prefixes | ||
([#145](https://github.com/sigstore/gh-action-sigstore-python/pull/145)) | ||
|
||
|
||
[Unreleased]: https://github.com/sigstore/gh-action-sigstore-python/compare/v3.0.0...HEAD | ||
[3.0.0]: https://github.com/sigstore/gh-action-sigstore-python/compare/v2.1.1...v3.0.0 |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.