Skip to content

v0.3.1

Compare
Choose a tag to compare
@flant-team-sysdev flant-team-sysdev released this 19 Nov 12:37
f012e14

Changelog

Bug Fixes

  • client: unknown command "version" for "trdl" (702a7f0)

Installation of trdl client

Download trdl client binaries from here:

These binaries were signed with PGP and could be verified with the trdl PGP public key. For example, trdl client binary can be downloaded and verified with gpg on Linux with these commands:

curl -sSLO "https://tuf.trdl.dev/targets/releases/0.3.1/linux-amd64/bin/trdl" -O "https://tuf.trdl.dev/targets/signatures/0.3.1/linux-amd64/bin/trdl.sig"
curl -sSL https://trdl.dev/trdl.asc | gpg --import
gpg --verify trdl.sig trdl