From 2b564deb40e65025d71b1ca853d0447a5548806b Mon Sep 17 00:00:00 2001 From: Jussi Kukkonen Date: Fri, 6 Oct 2023 15:56:41 +0300 Subject: [PATCH] Release v0.1.0 --- docs/CHANGELOG.md | 5 ++++- repo/pyproject.toml | 2 +- signer/pyproject.toml | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 6c25ba73..aa878228 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -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. @@ -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: @@ -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. diff --git a/repo/pyproject.toml b/repo/pyproject.toml index af2fcbf6..fb13aa5b 100644 --- a/repo/pyproject.toml +++ b/repo/pyproject.toml @@ -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 = [ diff --git a/signer/pyproject.toml b/signer/pyproject.toml index 735043ea..aac8364f 100644 --- a/signer/pyproject.toml +++ b/signer/pyproject.toml @@ -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 = [