Skip to content

Commit

Permalink
Merge pull request #97 from jku/release-v0.1.0
Browse files Browse the repository at this point in the history
Release v0.1.0
  • Loading branch information
jku authored Oct 6, 2023
2 parents 8a7d6d2 + 2b564de commit 6d32b94
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## v0.1.0

NOTE: This is a major API break, users should **not** just upgrade the action versions but
should replace their workflows with new workflows from tuf-on-ci-template.
Expand All @@ -9,6 +9,7 @@ Release contains:
* Major refactoring of actions: New actions are more logical and enable separating
publishing fron online signing. The repository now contains a new branch "publish"
that always points to the newest publishable repository version
* Improved Sigstore signer registration flow
* Bug fixes

Upgrade instructions:
Expand All @@ -20,6 +21,8 @@ Upgrade instructions:
`tuf-on-ci-delegate sign/update-online-key timestamp` re-select sigstore as the signing
system: This creates a new signing event that is required for online signing to work.

Thanks to contributors Radoslav Dimitrov, Meredith Lancaster and lv291.

## v0.0.1

initial release of TUF-on-CI.
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.0.1"
version = "0.1.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 @@ -8,7 +8,7 @@ allow-direct-references = true

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

0 comments on commit 6d32b94

Please sign in to comment.