From a5de6b7030201677f026213ff35b7eeee1b470ae Mon Sep 17 00:00:00 2001 From: Alex Dadgar Date: Wed, 18 Nov 2015 19:45:21 -0800 Subject: [PATCH] Nomad 0.2.0 changelog --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b43855b93..7eb5c2072 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.2.0 (Unreleased) +## 0.2.0 BACKWARDS INCOMPATIBILITIES: @@ -8,9 +8,13 @@ BACKWARDS INCOMPATIBILITIES: * drivers: Qemu and Java driver configurations have been updated to both use `artifact_source` as the source for external images/jars to be ran * New reserved and dynamic port specification [GH-415] + * jobspec and drivers: Driver configuration supports arbitrary struct to be + passed in jobspec [GH-415] FEATURES: + * core: Service block definition with Consul registration [GH-463, GH-460, + GH-458, GH-455, GH-446, GH-425] * core: Blocking queries supported in API [GH-366] * core: distinctHost constraint ensures Task Groups are running on distinct clients [GH-321]