Skip to content

Commit d5496b4

Browse files
Merge pull request #134 from kommendorkapten/release/v0.3.0
Added changelog for v0.3.0 release
2 parents 2c59d61 + 7ee6ee7 commit d5496b4

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

docs/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## v0.3.0
4+
5+
NOTE: This is a major API break, users should **not** just upgrade the action versions but
6+
should replace their `publish.yml` workflow with the new workflow from tuf-on-ci-template.
7+
8+
Release contains:
9+
* New KMS support: AWS KMS (#120)
10+
* Bugix: When publish after online signing, in very rare conditions
11+
the wrong version could be published due to a race condition (#127)
12+
13+
Upgrade instructions from v0.2.0:
14+
* When the Dependabot PR is created, update the PR to include the
15+
updated `publish.yml` from `tuf-on-ci-template` repository. Then the
16+
PR can be approved and merged without breaking any workflows.
17+
18+
Thanks to Jonny Stoten, a new contributor
19+
320
## v0.2.0
421

522
* GitHub actions now output step summaries: these are visible in workflow

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.2.0"
11+
version = "0.3.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
@@ -8,7 +8,7 @@ allow-direct-references = true
88

99
[project]
1010
name = "tuf-on-ci-sign"
11-
version = "0.2.0"
11+
version = "0.3.0"
1212
description = "Signing tools for TUF-on-CI"
1313
readme = "README.md"
1414
dependencies = [

0 commit comments

Comments
 (0)