From 69305bc1c643a2f82d7bc78929815a4a9f746915 Mon Sep 17 00:00:00 2001 From: Adamantios Zaras Date: Wed, 16 Oct 2024 15:31:41 +0300 Subject: [PATCH] docs: update the upgrading guide Co-authored-by: Ojuswi Rastogi <55619686+OjusWiZard@users.noreply.github.com> --- docs/upgrading.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/upgrading.md b/docs/upgrading.md index 317614079d..3bc039bec4 100644 --- a/docs/upgrading.md +++ b/docs/upgrading.md @@ -7,9 +7,9 @@ Below we describe the additional manual steps required to upgrade between differ ## `v0.16.1` to `v0.17.0` -- The structure of the build folder when using Docker has been updated. - The folder is now named `abci_build_{index}`, - where `{index}` is an incrementing number corresponding to the total number of existing builds, +- The structure of the build folder has been updated. + The folder is now named `abci_build_{uuid}`, + where `{uuid}` is a 4-character random hash, 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}`.