Skip to content

Releases: theupdateframework/tuf-on-ci

v0.18.0

22 Sep 11:08
0ef6631

Choose a tag to compare

  • repo: tuf-on-ci-test-client now sets a user-agent header
  • Dependency updates

v0.17.0

14 Jul 09:08
c9dd13e

Choose a tag to compare

Dependency update release.

  • This fixes an ongoing issue with the upload-repository action:
    #629

v0.16.1

14 Apr 11:19
fcf5273

Choose a tag to compare

This release contains dependency updates and minor improvements in repository
side.

v0.16.0

04 Feb 14:12
5105c4b

Choose a tag to compare

This release contains minor improvements to both repository and signer.

  • Verify keyid calculation in signing event (#536)
  • Improve error message when Yubikey authentication fails (#528)
  • Improve python project metadata (#533)

Updating a repository from 0.15 does not require changes in GitHub workflow files.

v0.15.2

21 Jan 08:55
v0.15.2
c7edc80

Choose a tag to compare

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.

v0.15.1

15 Jan 12:35
fffb59f

Choose a tag to compare

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

v0.15.0

15 Jan 09:50
bd78811

Choose a tag to compare

  • Fixed repository status page HTML rendering (#430)
  • Dependency updates: Most importantly python-tuf and securesystemslib are now at
    current versions.

Updating from 0.14 does not require any changes to GitHub workflow files.

v0.14.0

02 Dec 14:05
v0.14.0
fce107e

Choose a tag to compare

  • Updates the status page to include expiration time for metadata (#431)
  • Compatibility updates for tuf-on-ci-sign, now runs on Python 3.9 (default macOS Python version) (#433)
  • Performance improvements to the signing-event action (#469)
  • Dependency updates

v0.13.0

02 Sep 08:49
27c49c0

Choose a tag to compare

  • Accept usernames without @ in .tuf-on-ci-sign.ini (#415)
  • Add workaround for Sigstore root-signing migration (#422)
  • Dependency updates

v0.12.0

19 Aug 10:52
89d2dad

Choose a tag to compare

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.