File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## Unreleased
3+ ## v0.1.0
44
55NOTE: This is a major API break, users should ** not** just upgrade the action versions but
66should replace their workflows with new workflows from tuf-on-ci-template.
@@ -9,6 +9,7 @@ Release contains:
99* Major refactoring of actions: New actions are more logical and enable separating
1010 publishing fron online signing. The repository now contains a new branch "publish"
1111 that always points to the newest publishable repository version
12+ * Improved Sigstore signer registration flow
1213* Bug fixes
1314
1415Upgrade instructions:
@@ -20,6 +21,8 @@ Upgrade instructions:
2021 ` tuf-on-ci-delegate sign/update-online-key timestamp ` re-select sigstore as the signing
2122 system: This creates a new signing event that is required for online signing to work.
2223
24+ Thanks to contributors Radoslav Dimitrov, Meredith Lancaster and lv291.
25+
2326## v0.0.1
2427
2528initial release of TUF-on-CI.
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ allow-direct-references = true
88
99[project ]
1010name = " tuf-on-ci"
11- version = " 0.0.1 "
11+ version = " 0.1.0 "
1212description = " TUF-on-CI repository tools, intended to be executed on a CI system"
1313readme = " README.md"
1414dependencies = [
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ allow-direct-references = true
88
99[project ]
1010name = " tuf-on-ci-sign"
11- version = " 0.0.1 "
11+ version = " 0.1.0 "
1212description = " Signing tools for TUF-on-CI"
1313readme = " README.md"
1414dependencies = [
You can’t perform that action at this time.
0 commit comments