Skip to content

Commit 4ae5fdf

Browse files
authored
Merge pull request #178 from jku/release-v0.5.0
Release v0.5.0
2 parents 2102a43 + d7ba87f commit 4ae5fdf

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

docs/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
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

525
NOTE: This is a major Actions API break, users should **not** just upgrade the action

repo/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ allow-direct-references = true
88

99
[project]
1010
name = "tuf-on-ci"
11-
version = "0.4.0"
11+
version = "0.5.0"
1212
description = "TUF-on-CI repository tools, intended to be executed on a CI system"
1313
readme = "README.md"
1414
dependencies = [

signer/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "tuf-on-ci-sign"
7-
version = "0.4.0"
7+
version = "0.5.0"
88
description = "Signing tools for TUF-on-CI"
99
readme = "README.md"
1010
dependencies = [

0 commit comments

Comments
 (0)