Releases: dshearer/jobber
v1.4.4
v1.4.3
Bugfixes:
- (#283) cmd/reload: Calling this when long-running job is running causes commands to time out thereafter
- (#284) cmd/test: Calling this on long-running jobs causes commands to time out thereafter
- (#285) jobberrunner: Too much output from a job can cause jobberrunner to run out of memory
- (#288) cmd/reload: Race condition when reloading with file run log
v1.4.2
v1.4.1
v1.4.0
Jobber 1.4 is a large release. Jobber now supports "result sinks" --- configuration options that let you direct job results to files, programs, or network sockets. Also, Jobber can now be controlled via a network socket using JSON-RPC. This makes it easy to run Jobber in a Docker container and control it from outside the container.
Enhancements:
- (#25) pref/jobOutput: Write job output to disk.
- (#182) Direct passthru of stdout/stderr from tasks to parent (for Docker)
- (#183) jobberrunner: Support receiving commands from network socket in JSON
- (#184) cmd/set_job: Make
- (#185) cmd/delete_job: Make
- (#186) Use concept of "result sinks" for result notifications and writing output to disk
- (#187) Make result sink that pushes results over socket connection
- (#216) Reduce verbosity of jobberrunner task output
Bugfixes: none
v1.4.0-pr.1
First preview release for v1.4.0.
Jobber 1.4 will be a large release. Jobber now supports "result sinks" --- configuration options that let you direct job results to files, programs, or network sockets. Also, Jobber can now be controlled via a network socket using JSON-RPC. This makes it easy to run Jobber in a Docker container and control it from outside the container.
Enhancements:
- (#25) pref/jobOutput: Write job output to disk.
- (#182) Direct passthru of stdout/stderr from tasks to parent (for Docker)
- (#183) jobberrunner: Support receiving commands from network socket in JSON
- (#184) cmd/set_job: Make
- (#185) cmd/delete_job: Make
- (#186) Use concept of "result sinks" for result notifications and writing output to disk
- (#187) Make result sink that pushes results over socket connection
- (#216) Reduce verbosity of jobberrunner task output
Bugfixes: none
v1.3.4
v1.3.3
v1.3.3-pr.2
Merge pull request #198 from dshearer/maint-1.3-issue-192 Maint 1.3 issue 192
v1.3.3-pr.1
This is a preview release to test a fix for #192.