Added version requirement to new feature guides

This commit is contained in:
Charlie Voiselle
2019-10-22 11:43:17 -04:00
parent 3bb63496fc
commit 382902df5b
2 changed files with 4 additions and 2 deletions

View File

@@ -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/

View File

@@ -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.