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 11# Changelog
22
3+ ## v0.5.0
4+
5+ ** NOTE:** Do not accept a dependabot upgrade, please see upgrade
6+ instructions.
7+
8+ This release contains improved failure handling and testing.
9+
10+ ** Changes**
11+
12+ * New action test-repository: This new action enables smoke testing
13+ every published repository with a TUF client.
14+ * New action update-issue: This action enables automated filing of
15+ issues when a TUF-on-CI workflow fails
16+
17+ ** Upgrade instructions**
18+
19+ As usual we recommend copying your workflows from
20+ https://github.com/theupdateframework/tuf-on-ci-template/ as there
21+ are a number of changes, including a new reusable workflow.
22+
323## v0.4.0
424
525NOTE: This is a major Actions API break, users should ** not** just upgrade the action
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.4 .0"
11+ version = " 0.5 .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 @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " tuf-on-ci-sign"
7- version = " 0.4 .0"
7+ version = " 0.5 .0"
88description = " Signing tools for TUF-on-CI"
99readme = " README.md"
1010dependencies = [
You can’t perform that action at this time.
0 commit comments