diff --git a/website/source/docs/upgrade-specific.html.markdown b/website/source/docs/upgrade-specific.html.markdown index 1060c295af..ccfb302c13 100644 --- a/website/source/docs/upgrade-specific.html.markdown +++ b/website/source/docs/upgrade-specific.html.markdown @@ -14,6 +14,23 @@ details provided for their upgrades as a result of new features or changed behavior. This page is used to document those details separately from the standard upgrade flow. +## Consul 0.8.0 + +#### Command-Line Interface RPC Deprecation + +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. You will +need to update any scripts that passed a custom `-rpc-addr` to the following commands: + +* `force-leave` +* `info` +* `join` +* `keyring` +* `leave` +* `members` +* `monitor` +* `reload` + ## Consul 0.7.1 #### Child Process Reaping