File tree Expand file tree Collapse file tree 3 files changed +22
-2
lines changed Expand file tree Collapse file tree 3 files changed +22
-2
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ ## v0.0.1
4+
5+ initial release of TUF-on-CI.
6+
7+ TUF-on-CI is a repository and signer implementation of
8+ https://theupdateframework.io/ that runs on a Continuous Integration platform.
9+ Features include:
10+ * Threshold signing with hardware keys and Sigstore
11+ * Automated online signing with multiple KMSs
12+ * Polished signing user experience
13+ * No custom code required
14+
15+ The signer is available from PyPI: ` pip install tuf-on-ci-sign ` .
16+ See [ README.md] ( ../README.md ) for repository setup instructions.
17+
Original file line number Diff line number Diff line change 99 ` git tag --sign vA.B.C -m "vA.B.C" `
10106 . Push the tag to GitHub ` git push origin vA.B.C ` . This triggers release workflow
11117 . [ Review deployment] ( https://docs.github.com/en/actions/managing-workflow-runs/reviewing-deployments )
12- on GitHub. On approval both the PyPI signer release and the GitHub release will be deployed
12+ on GitHub. On approval both the PyPI signer release and the GitHub release will be deployed
13+
14+
15+ After release, update tuf-on-ci-template actions to use the new release.
Original file line number Diff line number Diff line change 11### TUF-on-CI Signing tools
22
33This package contains the signing tools for
4- ( TUF-on-CI) [ https://github.com/theupdateframework/tuf-on-ci ] . Please see
4+ [ TUF-on-CI] ( https://github.com/theupdateframework/tuf-on-ci ) . Please see
55TUF-on-CI README for usage.
You can’t perform that action at this time.
0 commit comments