open-nomad/CHANGELOG.md

23 lines
618 B
Markdown
Raw Normal View History

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