Skip to content

v0.0.2

Latest

Choose a tag to compare

@flaticols flaticols released this 20 Jun 16:38
Immutable release. Only release title and notes can be modified.
v0.0.2
95ed40f

Warning

ComposeKit is still in active development (pre-1.0). The API and behavior may
change between releases. Not recommended for production use.

Patch release.

Fixes

  • Fractional cpus failed to start (#8). Compose cpus (and
    deploy.resources.limits.cpus) is a fraction of CPU time, but container --cpus
    takes an integer vCPU count, so a value like 0.5 made container run exit 64.
    Values are now rounded up to whole vCPUs (minimum 1): 0.5 -> 1, 1.5 -> 2.
    Non-positive/non-numeric values emit no --cpus flag.

Full changelog: v0.0.1...v0.0.2

Install

.package(url: "https://github.com/flaticols/ComposeKit.git", from: "0.0.2"),