Releases: JanMa/nomad-driver-nspawn
Releases · JanMa/nomad-driver-nspawn
Version 0.2.0
Added
- Support for downloading images via the
systemd-importd
API. - Example for downloading images.
- Use built-in Nomad executor plugin to manage tasks.
Fixed
- Stats monitoring of running tasks. CPU and memory usage is now displayed
correctly.
Version 0.1.0
Added
- Support for task signals.
nomad alloc signal
is now working. - Bind task directories into started containers.
- Added CHANGELOG to project.
- Support for command execution inside tasks.
nomad alloc exec
is now
working in containers started with theboot
parameter. - Validate configuration before trying to start a task. The driver will
not try to start tasks with invalid configuration.
Changed
- Naming of started containers now matches the schema of the docker driver
<task-name>-<allocID>
.
Fixed
- Fixed argument parsing for
volatile
andconsole
options.
Initial Release
v0.0.1 Update TODO