Skip to content

Commit

Permalink
Merge pull request #134 from kommendorkapten/release/v0.3.0
Browse files Browse the repository at this point in the history
Added changelog for v0.3.0 release
  • Loading branch information
kommendorkapten committed Nov 22, 2023
2 parents 2c59d61 + 7ee6ee7 commit d5496b4
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## v0.3.0

NOTE: This is a major API break, users should **not** just upgrade the action versions but
should replace their `publish.yml` workflow with the new workflow from tuf-on-ci-template.

Release contains:
* New KMS support: AWS KMS (#120)
* Bugix: When publish after online signing, in very rare conditions
the wrong version could be published due to a race condition (#127)

Upgrade instructions from v0.2.0:
* When the Dependabot PR is created, update the PR to include the
updated `publish.yml` from `tuf-on-ci-template` repository. Then the
PR can be approved and merged without breaking any workflows.

Thanks to Jonny Stoten, a new contributor

## v0.2.0

* GitHub actions now output step summaries: these are visible in workflow
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.2.0"
version = "0.3.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.2.0"
version = "0.3.0"
description = "Signing tools for TUF-on-CI"
readme = "README.md"
dependencies = [
Expand Down

0 comments on commit d5496b4

Please sign in to comment.