Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

Feature/release 1.0.0 #223

Merged
merged 2 commits into from
Aug 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.0.0] 2023-08-21
## [1.0.0] 2023-08-22

### Added

Expand Down Expand Up @@ -40,8 +40,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Updated Debian version to bookworm in node Docker images
- Updated Rust version to 1.71.0 in node Docker images
- Updated gRPC interfaces to 0.14.0
- Updated the emulator SDK to 0.16.0
- Updated the `server-manager` to 0.8.0
- Updated emulator SDK to 0.16.2
- Updated `server-manager` to 0.8.2

### Removed

Expand Down
4 changes: 2 additions & 2 deletions offchain/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ The Cartesi Node depends on the following components:

| Component | Version |
|---|---|
| Cartesi Machine SDK | [v0.16.0](https://github.com/cartesi/machine-emulator/releases/tag/v0.16.0) |
| Cartesi Machine SDK | [v0.16.2](https://github.com/cartesi/machine-emulator/releases/tag/v0.16.2) |
| Cartesi OpenAPI Interfaces | [v0.6.0](https://github.com/cartesi/openapi-interfaces/releases/tag/v0.6.0) |
| Cartesi Server Manager | [v0.8.0](https://github.com/cartesi/server-manager/releases/tag/v0.8.0) |
| Cartesi Server Manager | [v0.8.2](https://github.com/cartesi/server-manager/releases/tag/v0.8.2) |

### Running

Expand Down
2 changes: 1 addition & 1 deletion offchain/test-fixtures/docker/machine_snapshot.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# (c) Cartesi and individual authors (see AUTHORS)
# SPDX-License-Identifier: Apache-2.0 (see LICENSE)

FROM cartesi/server-manager:0.8.0
FROM cartesi/server-manager:0.8.2

USER root

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# (c) Cartesi and individual authors (see AUTHORS)
# SPDX-License-Identifier: Apache-2.0 (see LICENSE)

FROM cartesi/server-manager:0.8.0
FROM cartesi/server-manager:0.8.2

ARG user
ARG group
Expand Down
2 changes: 1 addition & 1 deletion onchain/rollups/test/foundry/dapp/helper/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# (c) Cartesi and individual authors (see AUTHORS)
# SPDX-License-Identifier: Apache-2.0 (see LICENSE)

FROM cartesi/server-manager:0.8.0
FROM cartesi/server-manager:0.8.2
WORKDIR /opt/gen-proofs

# root permission
Expand Down
Loading