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
1
# Changelog
2
2
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
+
3
23
## v0.4.0
4
24
5
25
NOTE: 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
8
8
9
9
[project ]
10
10
name = " tuf-on-ci"
11
- version = " 0.4 .0"
11
+ version = " 0.5 .0"
12
12
description = " TUF-on-CI repository tools, intended to be executed on a CI system"
13
13
readme = " README.md"
14
14
dependencies = [
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
5
5
[project ]
6
6
name = " tuf-on-ci-sign"
7
- version = " 0.4 .0"
7
+ version = " 0.5 .0"
8
8
description = " Signing tools for TUF-on-CI"
9
9
readme = " README.md"
10
10
dependencies = [
You can’t perform that action at this time.
0 commit comments