Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: werf/trdl

v0.12.2

23 Oct 10:13
0f259b1

Choose a tag to compare

Changelog

Bug Fixes

  • client: cache binary path to avoid issues during self-update (#364) (27a1041)

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

16 Oct 07:42
b152fc5

Choose a tag to compare

Changelog

Bug Fixes

  • server, mac_signing: handle sign and notarize errors (#369) (3a63886)

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

03 Oct 13:04
8ea940b

Choose a tag to compare

Changelog

Features

  • server, mac_signing: add ability to sign and notarize Mach-O files (#357) (bbeb040)

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

16 Sep 06:57
691fc97

Choose a tag to compare

Changelog

Features

  • client: pass channel group env on exec command (#354) (3e784d9)

Bug Fixes

  • actions: allow using group channel with preset (#353) (4cb3108)
  • actions: handle tool cache path correctly (f02d6c9)
  • actions: reuse trdl from GitHub CI cache (c0f4667)
  • client: correct trdl binary path detection when not launched directly (#350) (806bc5b)
  • dev: fix dev minio setup (#334) (81fd71b)
  • release, trdl-vault: fix incomplete log (#335) (d8ae4de)
  • release, trdl-vault: perform retry not on every error (#336) (eb27857)

Miscellaneous Chores

  • release: force patch version (2fc6b66)

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

06 May 12:01

Choose a tag to compare

Changelog

Features

  • actions: add install, setup-app actions
  • client, add: make root version and sha parameters optional (ba6f254)

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

14 Apr 14:19

Choose a tag to compare

Changelog

Features

  • server: add configure/last_published_git_commit endpoint to unlock publication when Git history rebased (838aa5b)

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

04 Apr 15:18

Choose a tag to compare

Changelog

Features

  • client: add debug struct logging (#304) (239b401)
  • client: support more envs for trdl update (5f76cb5)
  • release: add trdl-vault cli for release and publish (#301) (5c70b51)
  • server: add a one-time docker builder for build tasks (#320) (a055240)
  • server: add build log (#316) (aee04d8)

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

04 Mar 09:43

Choose a tag to compare

Changelog

Bug Fixes

  • server: resolve lock in docker build (#312) (c0aba74)

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

03 Mar 09:19

Choose a tag to compare

Changelog

Bug Fixes

  • server: fix artifact export and build commands leak (3e2e854)

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

27 Feb 14:48
5bb4fc5

Choose a tag to compare

Changelog

Bug Fixes

  • server: mask sensetive data in debug output (eef4e2c)

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