From fbccab8aae5fbd536d8c2be9147ff8dd37253fb7 Mon Sep 17 00:00:00 2001 From: Sean Chittenden Date: Thu, 16 Jun 2016 14:43:17 -0700 Subject: [PATCH] Changelog++: server autojoin --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f4b82f6f0..e19c9eb97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,12 +26,14 @@ IMPROVEMENTS: * cli: node-status command displays host resource usage and allocation resources [GH-1261] * client: If Consul is available, automatically bootstrap Nomad Client - using the `nomad` service in Consul. Nomad servers now register - themselves with Consul if Consul is available. [GH-1201] + using the `_nomad` service in Consul. Nomad Servers now register + themselves with Consul to make this possible. [GH-1201] * drivers: Qemu and Java can be run without an artifact being download. Useful if the artifact exists inside a chrooted directory [GH-1262] * driver/docker: Added a client options to set SELinux labels for container bind mounts. [GH-788] + * server: If Consul is available, automatically bootstrap Nomad Servers + using the `_nomad` service in Consul. [GH-1276] BUG FIXES: * core: Improve garbage collection of allocations and nodes [GH-1256]