Update CHANGELOG.md

This commit is contained in:
James Phillips 2017-09-27 16:11:40 -07:00 committed by GitHub
parent f245beee13
commit 086e2cd6b1
1 changed files with 3 additions and 3 deletions

View File

@ -6,10 +6,10 @@ BREAKING CHANGES:
* **Config Files Require an Extension:** As part of supporting the [HCL](https://github.com/hashicorp/hcl#syntax) format for Consul's config files, an `.hcl` or `.json` extension is required for all config files loaded by Consul, even when using the [`-config-file`](https://www.consul.io/docs/agent/options.html#_config_file) argument to specify a file directly. [GH-3480]
* **Deprecated Options Have Been Removed:** All of Consul's previously deprecated command line flags and config options have been removed, so these will need to be mapped to their equivalents before upgrading. [GH-3480]
<details><summary>Detailed List of Deprecated Options and their Equivalents</summary>
<details><summary>Detailed List of Removed Options and their Equivalents</summary>
| Option | Supported Equivalent |
| -------- | -------------------- |
| Removed Option | Equivalent |
| -------------- | ---------- |
| `-atlas` | None, Atlas is no longer supported. |
| `-atlas-token`| None, Atlas is no longer supported. |
| `-atlas-join` | None, Atlas is no longer supported. |