From b519cc73b5a1efdabcd7b6a41a55a057e3f4709b Mon Sep 17 00:00:00 2001 From: Mishin Nickolay Date: Tue, 18 Feb 2020 16:32:07 +0300 Subject: [PATCH] docs: add note bout change case in config files to specific version upgrade notes (#6870) (#6878) --- website/source/docs/upgrade-specific.html.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/website/source/docs/upgrade-specific.html.md b/website/source/docs/upgrade-specific.html.md index 503f059948..6a1dda2789 100644 --- a/website/source/docs/upgrade-specific.html.md +++ b/website/source/docs/upgrade-specific.html.md @@ -315,6 +315,12 @@ config files loaded by Consul, even when using the [`-config-file`](/docs/agent/options.html#_config_file) argument to specify a file directly. +#### Service Definition Parameter Case changed + +All config file formats now require snake_case fields, so all CamelCased parameter +names should be changed before upgrading. +See [Service Definition Parameter Case](https://www.consul.io/docs/agent/services.html#service-definition-parameter-case) documentation for details. + #### Deprecated Options Have Been Removed All of Consul's previously deprecated command line flags and config options