Skip to content

Commit

Permalink
Merge pull request #244 from jku/release-v9
Browse files Browse the repository at this point in the history
Release v0.9
  • Loading branch information
jku authored Apr 5, 2024
2 parents 208148e + 1345aaa commit ebf63d4
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

## Unreleased

## v0.9.0

GitHub Actions users are adviced to upgrade for safer dependency
pinning that should avoid breakage in future.

**Changes**

* actions: test-repository action has many additional features (#239)
* actions: python package versions are now in logs again (#247)
* signer: Improve signing robustness (#237)
* Dependency updates (including more strictly pinned securesystemslib)

**GitHub Actions upgrade instructions**

A plain version bump from 0.8 works: Workflows require no changes.

## v0.8.0

**Changes**
Expand Down
2 changes: 1 addition & 1 deletion repo/tuf_on_ci/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from tuf_on_ci.online_sign import online_sign
from tuf_on_ci.signing_event import status, update_targets

__version__ = "0.8.0"
__version__ = "0.9.0"

__all__ = [
"build_repository",
Expand Down
2 changes: 1 addition & 1 deletion signer/tuf_on_ci_sign/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
from tuf_on_ci_sign.import_repo import import_repo
from tuf_on_ci_sign.sign import sign

__version__ = "0.8.0"
__version__ = "0.9.0"

__all__ = ["delegate", "import_repo", "sign"]

0 comments on commit ebf63d4

Please sign in to comment.