Skip to content

Releases: JanMa/nomad-driver-nspawn

Version 0.2.0

28 Jun 07:34
Compare
Choose a tag to compare
Version 0.2.0 Pre-release
Pre-release

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

04 Mar 21:20
Compare
Choose a tag to compare
Version 0.1.0 Pre-release
Pre-release

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 the boot 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 and console options.

Initial Release

12 Jan 09:01
Compare
Choose a tag to compare
Initial Release Pre-release
Pre-release
v0.0.1

Update TODO