open-nomad/CHANGELOG.md

41 lines
1.2 KiB
Markdown
Raw Normal View History

2015-11-04 19:22:20 +00:00
## 0.2.0 (Unreleased)
FEATURES:
* Blocking queries supported in API [GH-366]
2015-11-05 19:50:18 +00:00
* Add support for downloading external artifacts to execute for Exec, Raw exec drivers [GH-381]
BACKWARDS INCOMPATIBILITIES:
* Qemu and Java driver configurations have been updated to both use `artifact_source` as the source for external images/jars to be ran
2015-11-04 19:22:20 +00:00
2015-10-06 23:44:00 +00:00
## 0.1.2 (October 6, 2015)
IMPROVEMENTS:
* Nomad client cleans allocations on exit when in dev mode
2015-10-26 15:01:20 +00:00
* drivers: Use go-getter for artifact retrieval, add artifact support to Exec, Raw Exec drivers [GH-288]
2015-10-06 23:44:00 +00:00
2015-10-05 21:39:29 +00:00
## 0.1.1 (October 5, 2015)
IMPROVEMENTS:
* Docker networking mode is configurable
* Set task environment variables
2015-10-05 21:53:53 +00:00
* Native IP detection and user specifiable network interface for
fingerprinting
2015-10-05 21:39:29 +00:00
* Nomad Client configurable from command-line
BUG FIXES:
* Network fingerprinting failed if default network interface did not exist
* Improved detection of Nomad binary
* Docker dynamic port mapping were not being set properly
* Fixed issue where network resources throughput would be set to 0 MBits if
the link speed could not be determined
2015-09-28 05:49:45 +00:00
## 0.1.0 (September 28, 2015)
* Initial release