Skip to content

v0.13.0

Latest

Choose a tag to compare

@flant-team-sysdev flant-team-sysdev released this 28 Jul 13:24
2504624

Changelog

Features

  • client: add support for pinning explicit versions in main commands (#391) (73405cd)
  • server: add ELF signing using delivery-kit-sdk (#389) (12c7cd8)
  • server: make buildx driver configurable via env (#398) (7d6d20c), (#399) (13581fc)

Bug Fixes

  • client: stop leaking self-update's backup path into source_script (#396) (0cf7de2)
  • server: make large git-repo clones interruptible (#394) (1e2af27), (#395) (d340e2a)

Installation

Download trdl Vault plugin binaries from here:

These binaries were signed with PGP and could be verified with this PGP public key.

Download trdl-vault binary from here:

These binaries were signed with PGP and could be verified with this PGP public key.

Download trdl client binaries from here:

These binaries were signed with PGP and could be verified with this PGP public key.

For example, trdl client binary can be downloaded, verified with gpg and then installed to ~/bin/ on Linux with these commands:

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