diff --git a/website/content/docs/upgrade/upgrade-specific.mdx b/website/content/docs/upgrade/upgrade-specific.mdx index c6c95d2fb..d6c1ab6c1 100644 --- a/website/content/docs/upgrade/upgrade-specific.mdx +++ b/website/content/docs/upgrade/upgrade-specific.mdx @@ -144,6 +144,14 @@ node_prefix "" { policy = "read" } The minimum version of Consul supported by Nomad's Connect integration is now Consul v1.8.0. +#### Changes to task groups that utilise Consul services and checks + +Starting with Nomad 1.3.0, services and checks that utilise Consul will have an +automatic constraint placed upon the task group. This ensures they are placed +on a client with a Consul agent running that meets a minimum version +requirement. The minimum version of Consul supported by Nomad's service and +check stanzas is now Consul v1.7.0. + #### Linux Control Groups Version 2 Starting with Nomad 1.3.0, Linux systems configured to use [cgroups v2][cgroups2] @@ -1396,4 +1404,4 @@ deleted and then Nomad 0.3.0 can be launched. [Upgrading to Raft Protocol 3]: /docs/upgrade#upgrading-to-raft-protocol-3 [`Local`]: https://www.consul.io/docs/security/acl/acl-tokens#token-attributes [anon_token]: https://www.consul.io/docs/security/acl/acl-tokens#special-purpose-tokens -[consul_acl]: https://github.com/hashicorp/consul/issues/7414 \ No newline at end of file +[consul_acl]: https://github.com/hashicorp/consul/issues/7414