Skip to content

Commit 9f7c134

Browse files
committed
docs: add 0.12.9, 0.11.8, and 0.10.9 to changelog
upstream fix: #9383 backport PRs: #9391, #9402, and #9405
1 parent 89f4f51 commit 9f7c134

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,11 @@ BUG FIXES:
6363
* driver/docker: Fixed a bug where the default `image_delay` configuration was ignored if the `gc` configuration was not set. [[GH-9101](https://github.com/hashicorp/nomad/issues/9101)]
6464
* driver/raw_exec: Fixed a bug where raw_exec attempts to create a freezer cgroups for the tasks even when `no_cgroups` is set. [[GH-9328](https://github.com/hashicorp/nomad/issues/9328)]
6565

66+
## 0.12.9 (November 18, 2020)
67+
68+
BUG FIXES:
69+
* client: Fixed a regression where `NOMAD_{ALLOC,TASK,SECRETS}_DIR` variables would cause an error when interpolated into `template.source` stanzas. [[GH-9391](https://github.com/hashicorp/nomad/issues/9391)]
70+
6671
## 0.12.8 (November 10, 2020)
6772

6873
SECURITY:
@@ -247,6 +252,11 @@ BUG FIXES:
247252
* ui: The task group detail page no longer makes excessive requests to the allocation and stats endpoints. [[GH-8216](https://github.com/hashicorp/nomad/issues/8216)]
248253
* ui: Polling endpoints that have yet to be fetched normally works as expected (regression from 0.11.3). [[GH-8207](https://github.com/hashicorp/nomad/issues/8207)]
249254

255+
## 0.11.8 (November 19, 2020)
256+
257+
BUG FIXES:
258+
* client: _Backport from v0.12.9_ - Fixed a regression where `NOMAD_{ALLOC,TASK,SECRETS}_DIR` variables would cause an error when interpolated into `template.source` stanzas. [[GH-9402](https://github.com/hashicorp/nomad/issues/9402)]
259+
250260
## 0.11.7 (November 10, 2020)
251261

252262
SECURITY:
@@ -413,6 +423,11 @@ BUG FIXES:
413423
* scheduler: Fixed a bug where changes to task group `shutdown_delay` were not persisted or displayed in plan output [[GH-7618](https://github.com/hashicorp/nomad/issues/7618)]
414424
* ui: Fixed handling of multi-byte unicode characters in allocation log view [[GH-7470](https://github.com/hashicorp/nomad/issues/7470)] [[GH-7551](https://github.com/hashicorp/nomad/pull/7551)]
415425

426+
## 0.10.9 (November 19, 2020)
427+
428+
BUG FIXES:
429+
* client: _Backport from v0.12.9_ - Fixed a regression where `NOMAD_{ALLOC,TASK,SECRETS}_DIR` variables would cause an error when interpolated into `template.source` stanzas. [[GH-9405](https://github.com/hashicorp/nomad/issues/9405)]
430+
416431
## 0.10.8 (November 10, 2020)
417432

418433
SECURITY:

0 commit comments

Comments
 (0)