Skip to content

Commit

Permalink
docs: update the upgrading guide
Browse files Browse the repository at this point in the history
[no ci]
  • Loading branch information
Adamantios authored Oct 16, 2024
1 parent a877a10 commit 18ccd13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/upgrading.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ Below we describe the additional manual steps required to upgrade between differ
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}`.
Now, the format has changed to `{service_name}{uuid}_{abci|tm}_{index}`,
Previously, containers were named `{trimmed_service_name}_{abci|tm}_{index}`.
Now, the format has changed to `{trimmed_service_name}{uuid}_{abci|tm}_{index}`,
where `{uuid}` is a unique identifier.

## `v0.16.0` to `v0.16.1`
Expand Down

0 comments on commit 18ccd13

Please sign in to comment.