Nomad 0.2.0 changelog
This commit is contained in:
parent
3b8c778eb8
commit
a5de6b7030
|
@ -1,4 +1,4 @@
|
||||||
## 0.2.0 (Unreleased)
|
## 0.2.0
|
||||||
|
|
||||||
BACKWARDS INCOMPATIBILITIES:
|
BACKWARDS INCOMPATIBILITIES:
|
||||||
|
|
||||||
|
@ -8,9 +8,13 @@ BACKWARDS INCOMPATIBILITIES:
|
||||||
* drivers: Qemu and Java driver configurations have been updated to both use
|
* drivers: Qemu and Java driver configurations have been updated to both use
|
||||||
`artifact_source` as the source for external images/jars to be ran
|
`artifact_source` as the source for external images/jars to be ran
|
||||||
* New reserved and dynamic port specification [GH-415]
|
* New reserved and dynamic port specification [GH-415]
|
||||||
|
* jobspec and drivers: Driver configuration supports arbitrary struct to be
|
||||||
|
passed in jobspec [GH-415]
|
||||||
|
|
||||||
FEATURES:
|
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: Blocking queries supported in API [GH-366]
|
||||||
* core: distinctHost constraint ensures Task Groups are running on distinct
|
* core: distinctHost constraint ensures Task Groups are running on distinct
|
||||||
clients [GH-321]
|
clients [GH-321]
|
||||||
|
|
Loading…
Reference in New Issue