Releases: werf/trdl
Releases · werf/trdl
v0.3.0
v0.2.1
v0.2.0
v0.1.7
v0.1.6
v0.1.5
v0.1.4
v0.1.3
v0.1.2
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
-
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.