------------------
NOTICE
- From this release, the manager and agent versions will go together, which indicates
the compatibility of them, even when either one has relatively little improvements.
CHANGES
- The gateway server now consider per-agent image availability when scheduling a new
kernel. (29)
- The execute API now returns exitCode value of underlying subprocesses in the batch
mode. (60)
- The gateway server is now fully horizontally-scalable.
There is no states shared via multiprocessing shared memory and all such states are
now managed by a separate Redis instance.
- Improve logging: it now provides multiprocess-safe file-based rotating logs. (10)
- Fix the Admin API error when filtering agents by their status due to a missing
method parameter in `Agent.batch_load()`.