Skip to content

Conversation

@jku
Copy link
Member

@jku jku commented Nov 3, 2025

Release notes

The GitHub action now publishes test results as a GitHub artifact, so that tuf-conformance project can collect the results into a report: https://theupdateframework.github.io/tuf-conformance/

Users are advised to schedule a weekly run of tuf-conformance to ensure that up-to-date results are available for the report.

Release notes

This release starts publishing test results as a GitHub artifact so
tuf-conformance project can collect the results into a report:
https://theupdateframework.github.io/tuf-conformance/

Users are adviced to schedule a weekly run of tuf-conformance to ensure
that up-to-date results are available for the report.

* Publish the test results as GitHub artifact (theupdateframework#321)
* Add missing test for snapshot hashes (theupdateframework#306)
* Dependency updates

Signed-off-by: Jussi Kukkonen <jkukkonen@google.com>
@jku jku requested a review from rdimitrov November 3, 2025 16:58
import pytest

__version__ = "2.3.0"
__version__ = "2.4.0"
Copy link
Member Author

@jku jku Nov 3, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we could in fact remove this version number and use tags only -- this never gets published to pypi so bumping the number is not really that useful 🤷

That said, we could embed this number in the conformance result json that is published so the report could show which version of the test suite the client is using... so maybe it is useful

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's actually a good idea 👍

@jku jku linked an issue Nov 3, 2025 that may be closed by this pull request
@jku jku merged commit 500c525 into theupdateframework:main Nov 3, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

New release

2 participants