Skip to content

Commit

Permalink
Merge pull request #178 from jku/release-v0.5.0
Browse files Browse the repository at this point in the history
Release v0.5.0
  • Loading branch information
jku authored Jan 30, 2024
2 parents 2102a43 + d7ba87f commit 4ae5fdf
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## v0.5.0

**NOTE:** Do not accept a dependabot upgrade, please see upgrade
instructions.

This release contains improved failure handling and testing.

**Changes**

* New action test-repository: This new action enables smoke testing
every published repository with a TUF client.
* New action update-issue: This action enables automated filing of
issues when a TUF-on-CI workflow fails

**Upgrade instructions**

As usual we recommend copying your workflows from
https://github.com/theupdateframework/tuf-on-ci-template/ as there
are a number of changes, including a new reusable workflow.

## v0.4.0

NOTE: This is a major Actions API break, users should **not** just upgrade the action
Expand Down
2 changes: 1 addition & 1 deletion repo/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ allow-direct-references = true

[project]
name = "tuf-on-ci"
version = "0.4.0"
version = "0.5.0"
description = "TUF-on-CI repository tools, intended to be executed on a CI system"
readme = "README.md"
dependencies = [
Expand Down
2 changes: 1 addition & 1 deletion signer/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "tuf-on-ci-sign"
version = "0.4.0"
version = "0.5.0"
description = "Signing tools for TUF-on-CI"
readme = "README.md"
dependencies = [
Expand Down

0 comments on commit 4ae5fdf

Please sign in to comment.