From a877a1012a5f100b25bdd47c2076bcf022e61f25 Mon Sep 17 00:00:00 2001 From: Adamantios Zaras Date: Wed, 16 Oct 2024 17:26:41 +0300 Subject: [PATCH] docs: update the upgrading guide Co-authored-by: Ojuswi Rastogi <55619686+OjusWiZard@users.noreply.github.com> --- docs/upgrading.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/upgrading.md b/docs/upgrading.md index 3bc039bec4..2e0427efe6 100644 --- a/docs/upgrading.md +++ b/docs/upgrading.md @@ -13,7 +13,7 @@ Below we describe the additional manual steps required to upgrade between differ replacing the previous format of `abci_build`. - The naming convention for service containers has been revised. Previously, containers were named `{service_name}_{abci|tm}_{index}`. - Now, the format has changed to `{service_name}_{abci|tm}_{uuid}`, + Now, the format has changed to `{service_name}{uuid}_{abci|tm}_{index}`, where `{uuid}` is a unique identifier. ## `v0.16.0` to `v0.16.1`