From e912127e759a59f6726cb56d7afea49287a27467 Mon Sep 17 00:00:00 2001 From: James Phillips Date: Wed, 27 Sep 2017 16:11:40 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d6dd70427..4c571f0b8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] -
Detailed List of Deprecated Options and their Equivalents +
Detailed List of Removed Options and their Equivalents - | 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. |