open-nomad/CHANGELOG.md

30 lines
830 B
Markdown
Raw Normal View History

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