Skip to content

Releases: TechEmpower/TFBToolset

v0.5.8

16 Feb 21:57
Compare
Choose a tag to compare

Fixes verification step to consider no projects found as an error.

v0.5.7

16 Feb 21:32
Compare
Choose a tag to compare

Fixes a bug caused by changed Docker APIs which could now result in null return values.

v0.5.6

22 Jan 22:08
Compare
Choose a tag to compare
Fixed a race condition

TL;DR - one must `attach` to a container before it stops, and that can
also mean before it has started.

According to the Moby folks, the intended (though, documented poorly)
flow is to create, attach, start; so, that is the purpose of this
commit.

v0.5.4

20 Jan 23:02
Compare
Choose a tag to compare
Forgot to bump version

v0.5.3

20 Jan 21:17
Compare
Choose a tag to compare
Remove images after container exits

v0.5.2

19 Jan 22:42
Compare
Choose a tag to compare
CICD should not log to disk

v0.4.6

19 Jan 22:22
Compare
Choose a tag to compare
Update dockurl

v0.4.5

14 Jan 19:39
Compare
Choose a tag to compare
Omit broken tests from verification

v0.4.4

13 Jan 21:15
Compare
Choose a tag to compare
Omit broken tests from verification

v0.4.3

12 Jan 22:01
Compare
Choose a tag to compare
Fixed a hang-bug, added CICD mode !capture ctrlc