From 7173cb217f62647753ac5ad392fb5329a87bc91d Mon Sep 17 00:00:00 2001 From: Seth Hoenig Date: Wed, 12 Feb 2020 12:24:04 -0600 Subject: [PATCH] docs: update changelog mentioning consul token passthrough --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b10a4111..fade46942 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,6 +37,10 @@ BUG FIXES: * scheduler: Fixed a bug that caused evicted allocs on a lost node to be stuck in running [[GH-6902](https://github.com/hashicorp/nomad/issues/6902)] * scheduler: Fixed a bug where `nomad job plan/apply` returned errors instead of ignoring system job updates for ineligible nodes. [[GH-6996](https://github.com/hashicorp/nomad/issues/6996)] +SECURITY: + + * client: Nomad will no longer pass through the `CONSUL_HTTP_TOKEN` environment variable when launching a task. [[GH-7131](https://github.com/hashicorp/nomad/issues/7131)] + ## 0.10.3 (January 29, 2020) SECURITY: