diff --git a/website/source/guides/integrations/consul-connect/index.html.md b/website/source/guides/integrations/consul-connect/index.html.md index 77ca2592e..5c400af55 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.6.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.