File tree Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v0.3.0
4+
5+ NOTE: This is a major API break, users should ** not** just upgrade the action versions but
6+ should replace their ` publish.yml ` workflow with the new workflow from tuf-on-ci-template.
7+
8+ Release contains:
9+ * New KMS support: AWS KMS (#120 )
10+ * Bugix: When publish after online signing, in very rare conditions
11+ the wrong version could be published due to a race condition (#127 )
12+
13+ Upgrade instructions from v0.2.0:
14+ * When the Dependabot PR is created, update the PR to include the
15+ updated ` publish.yml ` from ` tuf-on-ci-template ` repository. Then the
16+ PR can be approved and merged without breaking any workflows.
17+
18+ Thanks to Jonny Stoten, a new contributor
19+
320## v0.2.0
421
522* GitHub actions now output step summaries: these are visible in workflow
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.2 .0"
11+ version = " 0.3 .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.2 .0"
11+ version = " 0.3 .0"
1212description = " Signing tools for TUF-on-CI"
1313readme = " README.md"
1414dependencies = [
You can’t perform that action at this time.
0 commit comments