Update CHANGELOG.md

This commit is contained in:
Kyle Havlovitz
2018-01-19 12:59:25 -08:00
committed by GitHub
parent 0dab89f9ac
commit f5d0b87098

View File

@@ -6,6 +6,7 @@ __BACKWARDS INCOMPATIBILITIES:__
in HTTP check paths will now fail to validate. [[GH-3685](https://github.com/hashicorp/nomad/issues/3685)]
IMPROVEMENTS:
* core: A set of features (Autopilot) has been added to allow for automatic operator-friendly management of Nomad servers. For more information about Autopilot, see the [Autopilot Guide](https://www.nomadproject.io/guides/cluster/autopilot.html). [[GH-3670](https://github.com/hashicorp/nomad/pull/3670)]
* discovery: Allow `check_restart` to be specified in the `service` stanza.
[[GH-3718](https://github.com/hashicorp/nomad/issues/3718)]
* driver/lxc: Add volumes config to LXC driver [GH-3687]