Skip to content

Releases: werf/trdl

v0.7.0

13 Sep 13:35
Compare
Choose a tag to compare

Changelog

Features

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

v0.6.5

17 Mar 15:32
b15ebf4
Compare
Choose a tag to compare

Changelog

Bug Fixes

  • deps: update logboek and lockgate (5183b51)

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

17 Mar 10:11
2264215
Compare
Choose a tag to compare

Changelog

Bug Fixes

  • update all dependencies (777331d)

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

20 Sep 14:38
Compare
Choose a tag to compare

Changelog

Build System

  • server: fix module requires Go 1.18 (bac9399)

Miscellaneous Chores

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

20 Sep 14:06
Compare
Choose a tag to compare

Changelog

Build System

  • client: fix module requires Go 1.18 (2a779b3)

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

20 Sep 13:53
Compare
Choose a tag to compare

Changelog

Features

  • server: prolong TUF roles expiration periodically (7df2cae)
  • server: update go-tuf library to upstream
  • client: update go-tuf library to upstream

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

v0.5.0

21 Jun 10:36
Compare
Choose a tag to compare

Changelog

Features

  • client: export environment variable with a used group and channel in the source script (3c083a7)

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

v0.4.2

01 Jun 07:49
Compare
Choose a tag to compare

Changelog

Bug Fixes

  • server: panic when checking signatures (8956c78)
  • server: fix signatures ignored when too many git notes exists for a repo (6c50b6b)

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

03 Mar 11:17
Compare
Choose a tag to compare

Changelog

Bug Fixes

  • client: autoclean ignores releases downloaded by previous trdl versions (6e7b770)

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

03 Mar 08:11
Compare
Choose a tag to compare

Changelog

Features

  • client: autoclean old downloaded releases (a2ea508)

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