Skip to content

Commit

Permalink
Tweaked deprecation wording for legacy config (#5394)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
angrycub authored Mar 6, 2019
1 parent 8cf8f7d commit d75cf58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/source/docs/drivers/raw_exec.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit d75cf58

Please sign in to comment.