mirror of https://github.com/status-im/consul.git
Update CHANGELOG.md
This commit is contained in:
parent
5f125324db
commit
41025a59f6
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -2,6 +2,17 @@
|
|||
|
||||
BREAKING CHANGES:
|
||||
|
||||
* **Command-Line Interface RPC Deprecation**: The RPC client interface has been removed. All CLI commands that used RPC and the `-rpc-addr` flag to communicate with Consul have been converted to use the HTTP API and the appropriate flags for it, and the `rpc` field has been removed from the port and address binding configs. You will need to remove these fields from your config files and update any scripts that passed a custom `-rpc-addr` to the following commands:
|
||||
|
||||
- `force-leave`
|
||||
- `info`
|
||||
- `join`
|
||||
- `keyring`
|
||||
- `leave`
|
||||
- `members`
|
||||
- `monitor`
|
||||
- `reload`
|
||||
|
||||
FEATURES:
|
||||
|
||||
* **Validate command:** To provide consistency across our products, the `configtest` command has been deprecated and replaced with the `validate` command (to match Nomad and Terraform). The `configtest` command will be removed in Consul 0.9. [GH-2732]
|
||||
|
|
Loading…
Reference in New Issue