Skip to content

v0.21.3

Choose a tag to compare

@CybotTM CybotTM released this 15 Mar 14:45
· 418 commits to main since this release
v0.21.3
7216aef

What's Changed

Wire missing container spec fields that the Docker API already supports but job types didn't expose, fixing environment not working for job-service-run (#519).

Thanks to @sethlinnkuleuven for reporting the issue.

Fixed

  • job-service-run: environment, hostname, and dir config keys now work — passed through to Docker Swarm ContainerSpec
  • job-run: working-dir config key now sets the container working directory; volumes-from was defined in the struct but never wired to Docker — now functional
  • job-exec: privileged config key now enables privileged exec mode
  • Corrected misleading documentation that claimed job-service-run inherits from RunJob (it embeds BareJob)
  • Removed non-existent swarm fields (replicas, placement-constraints, resource limits) from documentation examples

Full Changelog: v0.21.2...v0.21.3


Included in this release

View all PRs and Issues included in this release