v0.21.3
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, anddirconfig keys now work — passed through to Docker Swarm ContainerSpec - job-run:
working-dirconfig key now sets the container working directory;volumes-fromwas defined in the struct but never wired to Docker — now functional - job-exec:
privilegedconfig key now enables privileged exec mode - Corrected misleading documentation that claimed
job-service-runinherits fromRunJob(it embedsBareJob) - Removed non-existent swarm fields (replicas, placement-constraints, resource limits) from documentation examples
Full Changelog: v0.21.2...v0.21.3