From d75cf587ef57818f41c472da57a8a9183fe2f905 Mon Sep 17 00:00:00 2001 From: Charlie Voiselle Date: Wed, 6 Mar 2019 11:07:54 -0500 Subject: [PATCH] Tweaked deprecation wording for legacy config (#5394) Made small adjustment to make it clear that 0.8.7 would require the legacy syntax and that the deprecation notice was more about the legacy syntax becoming unsupported at some point after v0.9.0 --- website/source/docs/drivers/raw_exec.html.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/source/docs/drivers/raw_exec.html.md b/website/source/docs/drivers/raw_exec.html.md index aea7abff6..8a7654d2e 100644 --- a/website/source/docs/drivers/raw_exec.html.md +++ b/website/source/docs/drivers/raw_exec.html.md @@ -88,8 +88,8 @@ plugin "raw_exec" { } ``` -Prior to Nomad 0.9, the client configuration would look like this (this syntax -will soon be deprecated): +Nomad versions before v0.9 use the folowing client configuration. This configuration is +also supported in Nomad v0.9.0, but is deprecated in favor of the plugin stanza: ``` client {