Releases: werf/trdl
v0.12.2
Changelog
Bug Fixes
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:
- Linux amd64 (PGP signature)
- Linux arm64 (PGP signature)
- macOS amd64 (PGP signature)
- macOS arm64 (PGP signature)
- Windows amd64 (PGP signature)
These binaries were signed with PGP and could be verified with this PGP public key.
Download trdl client binaries from here:
- Linux amd64 (PGP signature)
- Linux arm64 (PGP signature)
- macOS amd64 (PGP signature)
- macOS arm64 (PGP signature)
- Windows amd64 (PGP signature)
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/trdlv0.12.1
Changelog
Bug Fixes
Installation
Download trdl Vault plugin binaries from here:
- Linux amd64 (PGP signature)
- Linux arm64 (PGP signature)
- macOS amd64 (PGP signature)
- macOS arm64 (PGP signature)
- Windows amd64 (PGP signature)
These binaries were signed with PGP and could be verified with this PGP public key.
Download trdl-vault binary from here:
- Linux amd64 (PGP signature)
- Linux arm64 (PGP signature)
- macOS amd64 (PGP signature)
- macOS arm64 (PGP signature)
- Windows amd64 (PGP signature)
These binaries were signed with PGP and could be verified with this PGP public key.
Download trdl client binaries from here:
- Linux amd64 (PGP signature)
- Linux arm64 (PGP signature)
- macOS amd64 (PGP signature)
- macOS arm64 (PGP signature)
- Windows amd64 (PGP signature)
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/trdlv0.12.0
Changelog
Features
Installation
Download trdl Vault plugin binaries from here:
- Linux amd64 (PGP signature)
- Linux arm64 (PGP signature)
- macOS amd64 (PGP signature)
- macOS arm64 (PGP signature)
- Windows amd64 (PGP signature)
These binaries were signed with PGP and could be verified with this PGP public key.
Download trdl-vault binary from here:
- Linux amd64 (PGP signature)
- Linux arm64 (PGP signature)
- macOS amd64 (PGP signature)
- macOS arm64 (PGP signature)
- Windows amd64 (PGP signature)
These binaries were signed with PGP and could be verified with this PGP public key.
Download trdl client binaries from here:
- Linux amd64 (PGP signature)
- Linux arm64 (PGP signature)
- macOS amd64 (PGP signature)
- macOS arm64 (PGP signature)
- Windows amd64 (PGP signature)
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/trdlv0.11.1
Changelog
Features
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:
- Linux amd64 (PGP signature)
- Linux arm64 (PGP signature)
- macOS amd64 (PGP signature)
- macOS arm64 (PGP signature)
- Windows amd64 (PGP signature)
These binaries were signed with PGP and could be verified with this PGP public key.
Download trdl-vault binary from here:
- Linux amd64 (PGP signature)
- Linux arm64 (PGP signature)
- macOS amd64 (PGP signature)
- macOS arm64 (PGP signature)
- Windows amd64 (PGP signature)
These binaries were signed with PGP and could be verified with this PGP public key.
Download trdl client binaries from here:
- Linux amd64 (PGP signature)
- Linux arm64 (PGP signature)
- macOS amd64 (PGP signature)
- macOS arm64 (PGP signature)
- Windows amd64 (PGP signature)
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/trdlv0.11.0
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:
- Linux amd64 (PGP signature)
- Linux arm64 (PGP signature)
- macOS amd64 (PGP signature)
- macOS arm64 (PGP signature)
- Windows amd64 (PGP signature)
These binaries were signed with PGP and could be verified with this PGP public key.
Download trdl-vault binary from here:
- Linux amd64 (PGP signature)
- Linux arm64 (PGP signature)
- macOS amd64 (PGP signature)
- macOS arm64 (PGP signature)
- Windows amd64 (PGP signature)
These binaries were signed with PGP and could be verified with this PGP public key.
Download trdl client binaries from here:
- Linux amd64 (PGP signature)
- Linux arm64 (PGP signature)
- macOS amd64 (PGP signature)
- macOS arm64 (PGP signature)
- Windows amd64 (PGP signature)
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/trdlv0.10.0
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:
- Linux amd64 (PGP signature)
- Linux arm64 (PGP signature)
- macOS amd64 (PGP signature)
- macOS arm64 (PGP signature)
- Windows amd64 (PGP signature)
These binaries were signed with PGP and could be verified with this PGP public key.
Download trdl client binaries from here:
- Linux amd64 (PGP signature)
- Linux arm64 (PGP signature)
- macOS amd64 (PGP signature)
- macOS arm64 (PGP signature)
- Windows amd64 (PGP signature)
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/trdlv0.9.0
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:
- Linux amd64 (PGP signature)
- Linux arm64 (PGP signature)
- macOS amd64 (PGP signature)
- macOS arm64 (PGP signature)
- Windows amd64 (PGP signature)
These binaries were signed with PGP and could be verified with this PGP public key.
Download trdl client binaries from here:
- Linux amd64 (PGP signature)
- Linux arm64 (PGP signature)
- macOS amd64 (PGP signature)
- macOS arm64 (PGP signature)
- Windows amd64 (PGP signature)
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/trdlv0.8.7
Changelog
Bug Fixes
Installation
Download trdl Vault plugin binaries from here:
- Linux amd64 (PGP signature)
- Linux arm64 (PGP signature)
- macOS amd64 (PGP signature)
- macOS arm64 (PGP signature)
- Windows amd64 (PGP signature)
These binaries were signed with PGP and could be verified with this PGP public key.
Download trdl client binaries from here:
- Linux amd64 (PGP signature)
- Linux arm64 (PGP signature)
- macOS amd64 (PGP signature)
- macOS arm64 (PGP signature)
- Windows amd64 (PGP signature)
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/trdlv0.8.6
Changelog
Bug Fixes
- server: fix artifact export and build commands leak (3e2e854)
Installation
Download trdl Vault plugin binaries from here:
- Linux amd64 (PGP signature)
- Linux arm64 (PGP signature)
- macOS amd64 (PGP signature)
- macOS arm64 (PGP signature)
- Windows amd64 (PGP signature)
These binaries were signed with PGP and could be verified with this PGP public key.
Download trdl client binaries from here:
- Linux amd64 (PGP signature)
- Linux arm64 (PGP signature)
- macOS amd64 (PGP signature)
- macOS arm64 (PGP signature)
- Windows amd64 (PGP signature)
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/trdlv0.8.5
Changelog
Bug Fixes
- server: mask sensetive data in debug output (eef4e2c)
Installation
Download trdl Vault plugin binaries from here:
- Linux amd64 (PGP signature)
- Linux arm64 (PGP signature)
- macOS amd64 (PGP signature)
- macOS arm64 (PGP signature)
- Windows amd64 (PGP signature)
These binaries were signed with PGP and could be verified with this PGP public key.
Download trdl client binaries from here:
- Linux amd64 (PGP signature)
- Linux arm64 (PGP signature)
- macOS amd64 (PGP signature)
- macOS arm64 (PGP signature)
- Windows amd64 (PGP signature)
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