From be0bb9ecbeb16408d2535f17c3187248cd289ffb Mon Sep 17 00:00:00 2001 From: Jason Little Date: Mon, 3 Jul 2023 16:16:31 -0500 Subject: [PATCH] Update to Upgrade Notes to attach links and flesh out more specifics --- docs/upgrade.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/upgrade.md b/docs/upgrade.md index 12d3cac5ad23..0c0cba475f6b 100644 --- a/docs/upgrade.md +++ b/docs/upgrade.md @@ -90,10 +90,15 @@ process, for example: # Upgrading to v1.88.0 ## Removal of `worker_replication_*` settings -As mentioned in v1.84.0, these settings are deprecated and are being removed. Ensure you +As mentioned below in [Upgrading to v1.84.0](#upgrading-to-v1840), these settings are deprecated and are being removed. Ensure you have migrated to using `main` on your shared configuration `instance_map`(or create one if necessary) if you have ***any*** workers at all. +Specifically, to be removed(links for relevant docs attached): +* [`worker_replication_host`](usage/configuration/config_documentation.md#worker_replication_host) +* [`worker_replication_http_port`](usage/configuration/config_documentation.md#worker_replication_http_port) +* [`worker_replication_http_tls`](usage/configuration/config_documentation.md#worker_replication_http_tls) + # Upgrading to v1.86.0