Skip to content

Latest commit

 

History

History
268 lines (126 loc) · 11.7 KB

CHANGELOG.md

File metadata and controls

268 lines (126 loc) · 11.7 KB

Changelog

0.9.0 (2025-04-04)

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)

0.8.7 (2025-03-04)

Bug Fixes

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

0.8.6 (2025-03-03)

Bug Fixes

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

0.8.5 (2025-02-27)

Bug Fixes

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

0.8.4 (2025-02-26)

Bug Fixes

0.8.3 (2025-01-17)

Miscellaneous Chores

  • release: fix failed release build (5697c4d)

0.8.2 (2025-01-17)

Miscellaneous Chores

  • server, release: fix failed release build (37b6335)

0.8.1 (2025-01-17)

Miscellaneous Chores

  • server, release: fix failed release build (fad75ae)

0.8.0 (2025-01-17)

Features

Bug Fixes

  • client, use: format repository name for valid environment variable name (eacedbb)
  • server, quorum: fix case when using annotated service tags (#286) (1847b79)

0.7.0 (2023-09-13)

Features

0.6.5 (2023-03-17)

Bug Fixes

  • deps: update logboek and lockgate (5183b51)

0.6.4 (2023-03-17)

Bug Fixes

  • update all dependencies (777331d)

0.6.3 (2022-09-20)

Build System

  • server: fix module requires Go 1.18 (bac9399)

Miscellaneous Chores

0.6.1 (2022-09-20)

Build System

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

0.6.0 (2022-09-20)

Features

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

0.5.0 (2022-06-21)

Features

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

0.4.2 (2022-05-05)

Bug Fixes

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

0.4.1 (2022-03-03)

Bug Fixes

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

0.4.0 (2022-03-03)

Features

  • client: autoclean old downloaded releases (a2ea508)

0.3.6 (2022-02-09)

Bug Fixes

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

0.3.5 (2022-02-09)

Bug Fixes

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

0.3.4 (2022-02-09)

Bug Fixes

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

0.3.3 (2022-02-04)

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)

0.3.2 (2021-12-26)

0.3.1 (2021-11-19)

Bug Fixes

  • client: unknown command "version" for "trdl" (702a7f0)

0.3.0 (2021-11-19)

Features

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

0.2.1 (2021-11-01)

Bug Fixes

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

0.2.0 (2021-10-28)

Features

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

Bug Fixes

  • server: allow custom log file path with VAULT_PLUGIN_SECRETS_TRDL_LOG_FILE= variable (587697a)
  • server: use default backend logger, stream logs to the vault server (f787e23)

0.1.7 (2021-09-20)

Bug Fixes

0.1.6 (2021-09-16)

Bug Fixes

0.1.5 (2021-09-14)

Bug Fixes

  • server: optimize data stream processing, use buffered streams (393f9b0)

0.1.4 (2021-09-10)

Bug Fixes

  • client: prevent using self-update repository as repo (1360ae9)
  • server: publish procedure validation (9ec466b)
  • server: user's release commands are launched in separate RUN instructions (e1d8468)

0.1.3 (2021-09-03)

Bug Fixes

  • client: trdl release failed (d0dd5c3)

0.1.2 (2021-09-03)

Bug Fixes

  • client: the use command does not work properly in powershell (4f0ba99)
  • client: the use command must strictly activate local version (885880a)
  • new binpath used for background use update in sh (8c8fb4c)
  • server: the path separator in the repository file names should not be system dependent (346c851)
  • server: unable to remove service docker image (1e9428b)