mirror of https://github.com/status-im/consul.git
docs: add managed proxy removal note to specific version upgrade notes (#6557)
This commit is contained in:
parent
fd41003138
commit
6bf75d201d
|
@ -14,6 +14,16 @@ 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
|
This page is used to document those details separately from the standard
|
||||||
upgrade flow.
|
upgrade flow.
|
||||||
|
|
||||||
|
|
||||||
|
## Consul 1.6.0
|
||||||
|
|
||||||
|
#### Removal of Deprecated Features
|
||||||
|
|
||||||
|
Managed proxies (which have been [deprecated](/docs/connect/proxies/managed-deprecated.html)
|
||||||
|
since Consul 1.3.0) have now been [removed](/docs/connect/proxies.html). Before
|
||||||
|
upgrading, you will need to migrate any managed proxy usage to [sidecar service
|
||||||
|
registrations](/docs/connect/registration/sidecar-service.html).
|
||||||
|
|
||||||
## Consul 1.4.0
|
## Consul 1.4.0
|
||||||
|
|
||||||
There are two major features in Consul 1.4.0 that may impact upgrades: a [new
|
There are two major features in Consul 1.4.0 that may impact upgrades: a [new
|
||||||
|
|
Loading…
Reference in New Issue