Skip to content

Commit

Permalink
chore: update history and upgrading guide
Browse files Browse the repository at this point in the history
  • Loading branch information
Adamantios committed Oct 16, 2024
1 parent ddda3f2 commit f1c5505
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
11 changes: 11 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Release History - `open-autonomy`

# 0.17.0 (2024-10-17)

Autonomy:
- Checks the names of skills at the time of scaffolding and analysing #2260
- Fixes the services' stopping when running `autonomy deploy stop` #2265
- Deprecates the Görli chain #2266
- Introduces support for running multiple services on docker #2265, #2267

Docs:
- Adds information about the naming of skills in the documentation #2260
- Updates the service docs to add the available options for chain profiles (same as in autonomy mint) #2261, #2262

# 0.16.1 (2024-09-24)

Expand Down
11 changes: 11 additions & 0 deletions docs/upgrading.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ Below we describe the additional manual steps required to upgrade between differ

# Open Autonomy

## `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,
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}},
where `{{uuid}}` is a unique identifier.

## `v0.16.0` to `v0.16.1`

No backwards incompatible changes.
Expand Down

0 comments on commit f1c5505

Please sign in to comment.