From 382902df5b8682a2d3d6bf09eec02cb989e100f1 Mon Sep 17 00:00:00 2001 From: Charlie Voiselle <464492+angrycub@users.noreply.github.com> Date: Tue, 22 Oct 2019 11:43:17 -0400 Subject: [PATCH] Added version requirement to new feature guides --- .../source/guides/integrations/consul-connect/index.html.md | 4 ++-- website/source/guides/stateful-workloads/host-volumes.md | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/website/source/guides/integrations/consul-connect/index.html.md b/website/source/guides/integrations/consul-connect/index.html.md index 77ca2592e..69a5d7de0 100644 --- a/website/source/guides/integrations/consul-connect/index.html.md +++ b/website/source/guides/integrations/consul-connect/index.html.md @@ -8,7 +8,8 @@ description: |- # Consul Connect -~> **Note** This guide describes a new feature available in [Nomad 0.10.0][download]. +~> **Note:** This guide requires Nomad 0.10.0 or later and Consul 1.3.0 or + later. [Consul Connect](https://www.consul.io/docs/connect/index.html) provides service-to-service connection authorization and encryption using mutual @@ -311,4 +312,3 @@ dashes (`-`) are converted to underscores (`_`) in environment variables so [count-dashboard]: /assets/images/count-dashboard.png -[download]: https://releases.hashicorp.com/nomad/0.10.0-beta1/ diff --git a/website/source/guides/stateful-workloads/host-volumes.md b/website/source/guides/stateful-workloads/host-volumes.md index 26704feda..01420f577 100644 --- a/website/source/guides/stateful-workloads/host-volumes.md +++ b/website/source/guides/stateful-workloads/host-volumes.md @@ -9,6 +9,8 @@ description: |- # Stateful Workloads with Nomad Host Volumes +~> **Note:** This guide requires Nomad 0.10.0 or later. + Nomad Host Volumes can manage storage for stateful workloads running inside your Nomad cluster. This guide walks you through deploying a MySQL workload to a node containing supporting storage.