Skip to content

v0.14.0

Latest

Choose a tag to compare

@github-actions github-actions released this 18 Apr 04:40
· 4 commits to main since this release

Dropped the DOCKER environment variable introduced in 0.13.1 in favor of the docker.bin config option in codapi.json. Having a single configuration source is strictly better.

Example:

{
    "pool_size": 8,
    "verbose": true,
    "docker": {
        "bin": "nerdctl"
    }
}

Also: updated Go version to 1.24.