You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This point release fixes a bug introduced in 0.14.
Only return open pull requests (PR) when searching for a signing
event (#518). In cases where the signers rely on a fork to sign and
then create a PR back to the main repository, both PRs will contain
the same git commit at tip, and so multiple PRs would be returned,
now only open PRs are considered.
Updating from 0.14 does not require any changes GitHub workflow files.
This point release fixes a bug introduced in 0.15.
Fixed datetime handling in test-repository (#512): This
is fallout from python-tuf upgrade in 0.15.0 and resulted in
unexpected test-repository action failure
In addition to dependency updates, this release contains one new (experimental) repository
feature: Online signed targets. Updating to this version does not require any changes to
GitHub workflow files.
The Online signed targets feature (#75) currently has some significant limitations
and may be changed in the future, see DELEGATION-MANUAL.md for details.