Skip to content

Releases: werf/trdl

v0.1.6

16 Sep 14:59
2568b66
Compare
Choose a tag to compare

Bug Fixes

v0.1.5

15 Sep 09:43
f90e630
Compare
Choose a tag to compare

Bug Fixes

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

v0.1.4

10 Sep 11:29
672f616
Compare
Choose a tag to compare

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)

v0.1.3

03 Sep 11:01
71c0f20
Compare
Choose a tag to compare

Bug Fixes

  • client: trdl release failed (d0dd5c3)

v0.1.2

03 Sep 10:54
dbeedcf
Compare
Choose a tag to compare

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)

v0.1.1

30 Aug 17:51
dcd3bf7
Compare
Choose a tag to compare
  • chore: set MAJOR number (0) as a self-update group instead of MAJOR.MINOR (0.1)

  • chore: set tuf.trdl.dev as self-update repository address

  • refactor: drop support for cmd.exe

  • refactor: drop --as-file option for use command (Create the script and print the path for sourcing by default)

  • docs: Adding Code of Conduct

  • fix: self-update in parallel processes does not work properly

    Add 30 seconds delay between updates due to there is no proper way to prevent the following possible errors during parallel updates:

    # unix: attempt to update current program path that points to non-existent file after the parallel self-update
    Error: rename /home/user/go/bin/.trdl.old /home/user/go/bin/..trdl.old.old: no such file or directory
    
    # windows: attempt to replace real current binary file (.trdl.exe.old) with the result binary file (trdl.exe) from the parallel self-update
    Error: rename C:\Users\user\go\bin\trdl.exe C:\Users\user\go\bin\.trdl.exe.old: Access is denied.
    

v0.1.0+fix4: Merge pull request #32 from werf/feat_stop_a_use_pwsh_script_on_the_f…

20 Aug 10:29
59aa3c1
Compare
Choose a tag to compare
…irst_error

feat: stop a use .pwsh script on the first error

v0.1.0+fix3

12 Aug 12:24
Compare
Choose a tag to compare
fix: make build_release.sh executable

v0.1.0+fix2

11 Aug 14:17
Compare
Choose a tag to compare
fix: make build_release.sh executable

v0.1.0+fix1: Merge pull request #30 from werf/feat-trdl-release

11 Aug 14:14
0afc663
Compare
Choose a tag to compare