Skip to content

Releases: werf/trdl

v0.3.6

09 Feb 14:20
5e88ea5
Compare
Choose a tag to compare

Changelog

Bug Fixes

  • client: rebuild previous release, no changes (59d3822)

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 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.3.6/linux-amd64/bin/trdl" -O "https://tuf.trdl.dev/targets/signatures/0.3.6/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

v0.3.5

09 Feb 13:35
c02174d
Compare
Choose a tag to compare

Changelog

Bug Fixes

  • client: rebuild previous release, no changes (ec3dbe4)

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 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.3.5/linux-amd64/bin/trdl" -O "https://tuf.trdl.dev/targets/signatures/0.3.5/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

v0.3.4

09 Feb 13:08
b528b25
Compare
Choose a tag to compare

Changelog

Bug Fixes

  • client: unknown flag --home-dir (fcd8e49)

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 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.3.4/linux-amd64/bin/trdl" -O "https://tuf.trdl.dev/targets/signatures/0.3.4/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

v0.3.3

04 Feb 13:28
Compare
Choose a tag to compare

Changelog

Bug Fixes

  • server: absence of signatures in git notes not handled properly (2bea1f4)
  • server: requiredNumberOfVerifiedSignatures set to 0 incorrectly processed when signatures are present (02e22de)

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 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.3.3/linux-amd64/bin/trdl" -O "https://tuf.trdl.dev/targets/signatures/0.3.3/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

v0.3.2

29 Dec 16:06
0dc184d
Compare
Choose a tag to compare

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 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.3.2/linux-amd64/bin/trdl" -O "https://tuf.trdl.dev/targets/signatures/0.3.2/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

v0.3.1

19 Nov 12:37
f012e14
Compare
Choose a tag to compare

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

v0.3.0

19 Nov 11:51
089bbfb
Compare
Choose a tag to compare

Features

  • client: add remove command (dd32e1a)
  • server: support custom trdl.yaml and trdl_channels.yaml files (aa5a986)

v0.2.1

03 Nov 08:19
02490a2
Compare
Choose a tag to compare

Bug Fixes

  • server: fix error in the periodic task when pgp key not generated (7a29a8e)

v0.2.0

28 Oct 13:48
32a8501
Compare
Choose a tag to compare

Features

  • server: auto sign all release targets with PGP (c6221a8)
  • server: store trdl-channels.yaml in the default branch by default (e45ba9b)

Bug Fixes

  • server: use default backend logger, stream logs to the vault server (f787e23)

v0.1.7

20 Sep 15:56
b1abae0
Compare
Choose a tag to compare

Bug Fixes