Skip to content

Commit bde854c

Browse files
committed
1 parent d16eb87 commit bde854c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -11,23 +11,32 @@ IMPROVEMENTS:
1111
* api: Add `verify_https_client` to require certificates from HTTP clients
1212
[GH-2587]
1313
* api/job: Ability to revert job to older versions [GH-2575]
14+
* client: Use a random host UUID by default [GH-2735]
1415
* client: Environment variables for client DC and Region [GH-2507]
1516
* client: Hash host ID so its stable and well distributed [GH-2541]
1617
* client: GC dead allocs if total allocs > `gc_max_allocs` tunable [GH-2636]
1718
* client: Persist state using bolt-db and more efficient write patterns
1819
[GH-2610]
1920
* client: Fingerprint all routable addresses on an interface including IPv6
2021
addresses [GH-2536]
22+
* client/template: Support reading env vars from templates [GH-2654]
2123
* config: Support Unix socket addresses for Consul [GH-2622]
24+
* discovery: Advertise driver-specified IP address and port [GH-2709]
2225
* driver/docker: Allow specifying extra hosts [GH-2547]
2326
* driver/docker: Allow setting seccomp profiles [GH-2658]
2427
* driver/docker: Support Docker credential helpers [GH-2651]
2528
* driver/docker: Allow setting container IP with user defined networks
2629
[GH-2535]
30+
* driver/rkt: Support `no_overlay` [GH-2702]
31+
* driver/rkt: Support `insecure_options` list [GH-2695]
2732

2833
BUG FIXES:
2934
* core: Protect against nil job in new allocation, avoiding panic [GH-2592]
35+
* core: System jobs should be running until explicitly stopped [GH-2750]
36+
* core: Prevent invalid job updates (eg service -> batch) [GH-2746]
37+
* client: Lookup `ip` utility on `$PATH` [GH-2729]
3038
* client: Add sticky bit to temp directory [GH-2519]
39+
* client: Shutdown task group leader before other tasks [GH-2753]
3140
* client: Include symlinks in snapshots when migrating disks [GH-2687]
3241
* client: Regression for allocation directory unix perms introduced in v0.5.6
3342
fixed [GH-2675]

0 commit comments

Comments
 (0)