docs: add note bout change case in config files to specific version upgrade notes (#6870) (#6878)

This commit is contained in:
Mishin Nickolay 2020-02-18 16:32:07 +03:00 committed by GitHub
parent 0cf11ec744
commit b519cc73b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -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 [`-config-file`](/docs/agent/options.html#_config_file) argument to specify a
file directly. 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 #### Deprecated Options Have Been Removed
All of Consul's previously deprecated command line flags and config options All of Consul's previously deprecated command line flags and config options