Skip to content

Releases: TechEmpower/TFBToolset

v0.5.8

Choose a tag to compare

@msmith-techempower msmith-techempower released this 16 Feb 21:57

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

v0.5.7

Choose a tag to compare

@msmith-techempower msmith-techempower released this 16 Feb 21:32

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

v0.5.6

Choose a tag to compare

@msmith-techempower msmith-techempower released this 22 Jan 22:08
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

Choose a tag to compare

@msmith-techempower msmith-techempower released this 20 Jan 23:02
Forgot to bump version

v0.5.3

Choose a tag to compare

@msmith-techempower msmith-techempower released this 20 Jan 21:17
Remove images after container exits

v0.5.2

Choose a tag to compare

@msmith-techempower msmith-techempower released this 19 Jan 22:42
CICD should not log to disk

v0.4.6

Choose a tag to compare

@msmith-techempower msmith-techempower released this 19 Jan 22:22
Update dockurl

v0.4.5

Choose a tag to compare

@msmith-techempower msmith-techempower released this 14 Jan 19:39
Omit broken tests from verification

v0.4.4

Choose a tag to compare

@msmith-techempower msmith-techempower released this 13 Jan 21:15
Omit broken tests from verification

v0.4.3

Choose a tag to compare

@msmith-techempower msmith-techempower released this 12 Jan 22:01
Fixed a hang-bug, added CICD mode !capture ctrlc