The ST team is happy to announce a new release of the stprov software, tag v0.4.2, which succeeds the previous release at tag v0.3.9. The source code for this release is available from the git repository:
git clone -b v0.4.2 https://git.glasklar.is/system-transparency/core/stprov.git
Authoritative ST release signing keys are published at
https://www.system-transparency.org/keys/
and the tag signature can be verified using the command
git -c gpg.format=ssh \ -c gpg.ssh.allowedSignersFile=allowed-ST-release-signers \ tag --verify v0.4.2
The expectations and intended use of the stprov software is documented in the repository's RELEASES file. This RELEASES file also contains more information concerning the overall release process, see:
https://git.glasklar.is/system-transparency/core/stprov/-/blob/v0.4.2/RELEAS...
Learn about what's new in a release from the repository's NEWS file. An excerpt from the latest NEWS-file entry is listed below for convenience.
If you find any bugs, please report them on the System Transparency discuss list or open an issue on GitLab in the stprov repository:
https://lists.system-transparency.org/mailman3/postorius/lists/st-discuss.li... https://git.glasklar.is/system-transparency/core/stprov/-/issues system-transparency-core-stprov-issues@incoming.glasklar.is
Cheers, The ST team
NEWS for stprov v0.4.2
Bug fixes:
* Without -h and -H, use default hostname, e.g., "localhost.local", without prepending an extra dot.
New features:
* For network autoselect (-A), prefer the fastest network interface.
* Log the IP addresses used for the OS package HEAD request.
* Populate the new host config description field with stprov version and timestamp, e.g., "stprov version v0.4.0-13-g50ea7c2; timestamp 2025-01-30T13:49:01Z" This is the successor of the timestamp field, that was removed in v0.3.5.
Incompatible changes:
* This version requires go version 1.22 or later when building.
This release implements the specifications at https://git.glasklar.is/system-transparency/project/docs/-/tree/v0.4.1/conte...
This release has been tested to work with:
* stboot's provision mode, release tag v0.5.2: https://git.glasklar.is/system-transparency/core/stboot/-/tree/v0.5.2 * ISO building using stmgr, pre-release tag v0.5.0: https://git.glasklar.is/system-transparency/core/stmgr/-/tree/v0.5.0
st-announce@lists.system-transparency.org