Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release v1.24.5 #422

Merged
merged 1 commit into from
Feb 25, 2025
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
2 changes: 1 addition & 1 deletion build/openrpc/curio.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"openrpc": "1.2.6",
"info": {
"title": "Curio RPC API",
"version": "1.24.5-rc1"
"version": "1.24.5"
},
"methods": [
{
Expand Down
2 changes: 1 addition & 1 deletion build/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func BuildTypeString() string {
var BuildVersionArray = [3]int{1, 24, 5}

// RC
var BuildVersionRC = 1
var BuildVersionRC = 0

// Ex: "1.2.3" or "1.2.3-rcX"
var BuildVersion string
Expand Down
2 changes: 1 addition & 1 deletion documentation/en/curio-cli/curio.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ USAGE:
curio [global options] command [command options]
VERSION:
1.24.5-rc1
1.24.5
COMMANDS:
cli Execute cli commands
Expand Down
2 changes: 1 addition & 1 deletion documentation/en/curio-cli/sptool.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ USAGE:
sptool [global options] command [command options]

VERSION:
1.24.5-rc1
1.24.5

COMMANDS:
actor Manage Filecoin Miner Actor Metadata
Expand Down
8 changes: 4 additions & 4 deletions documentation/en/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,9 +181,9 @@ This will put `curio` in `/usr/local/bin`. `curio` will use the `$HOME/.curio` f
Run `curio --version`

```md
curio version 1.24.5-rc1+mainnet+git_214226e7_2025-02-19T17:02:54+04:00
curio version 1.24.5+mainnet+git_214226e7_2025-02-19T17:02:54+04:00
# or
curio version 1.24.5-rc1+calibnet+git_214226e7_2025-02-19T17:02:54+04:00
curio version 1.24.5+calibnet+git_214226e7_2025-02-19T17:02:54+04:00
```

1. You should now have Curio installed. You can now [finish setting up the Curio node](https://lotus.filecoin.io/storage-providers/curio/setup/).
Expand Down Expand Up @@ -291,9 +291,9 @@ The installation instructions are different depending on which CPU is in your Ma
6. Run `curio --version`

```md
curio version 1.24.5-rc1+mainnet+git_214226e7_2025-02-19T17:02:54+04:00
curio version 1.24.5+mainnet+git_214226e7_2025-02-19T17:02:54+04:00
# or
curio version 1.24.5-rc1+calibnet+git_214226e7_2025-02-19T17:02:54+04:00
curio version 1.24.5+calibnet+git_214226e7_2025-02-19T17:02:54+04:00
```
7. You should now have Curio installed. You can now [set up a new Curio cluster or migrating from Lotus-Miner](https://lotus.filecoin.io/storage-providers/curio/setup/).

Expand Down
20 changes: 10 additions & 10 deletions documentation/en/versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@

This is the compatibility matrix for the latest free Curio releases.

| Curio Version | Lotus Version | Net | Boost | Yugabyte | Forest |
|--------------------------------------------------------------|---------------|---------|------------|---------------------|------------------|
| 1.22.1 / Automatic | v1.27.X | MainNet | v2.3.0-rc2 | 2.20.X / Automatic | 0.19 / Automatic |
| 1.23.0 | >v1.28.1 | MainNet | v2.3.0 | 2.20.X / Automatic | 0.19 / Automatic |
| v1.23.1 | >v1.28.1 | MainNet | v2.3.0 | 2.20.x / Automatic | 0.19 / Automatic |
| Curio Version | Lotus Version | Net | Boost | Yugabyte | Forest |
|----------------------------------------------------------|---------------|---------|------------|---------------------|------------------|
| 1.22.1 / Automatic | v1.27.X | MainNet | v2.3.0-rc2 | 2.20.X / Automatic | 0.19 / Automatic |
| 1.23.0 | >v1.28.1 | MainNet | v2.3.0 | 2.20.X / Automatic | 0.19 / Automatic |
| v1.23.1 | >v1.28.1 | MainNet | v2.3.0 | 2.20.x / Automatic | 0.19 / Automatic |
| <mark style="color:red;background-color:red;">v1.24.0</mark> | v1.30.0-rcX | MainNet | v2.4.0-rc1 | 2.20.x / Automatic | 0.21 / Automatic |
| v1.24.1 | v1.30.0-rcX | MainNet | v2.4.0-rc1 | 2.20.x / Automatic | 0.21 / Automatic |
| v1.24.2 | v1.30.0 | MainNet | v2.4.0 | 2.20.x / Automatic | 0.21 / Automatic |
| v1.24.3 | v1.32.0-rcX | MainNet | v2.4.1 | 2.20.x / Automatic | 0.21 / Automatic |
| v1.24.4 | v1.32.0-rcX | MainNet | v2.4.1 | 2.20.x / Automatic | 0.23 / Automatic |
| v1.24.5-rc1 | v1.32.0-rcX | Mainnet | v2.4.1 | v2024.2 / Automatic | 0.23 / Automatic |
| v1.24.1 | v1.30.0-rcX | MainNet | v2.4.0-rc1 | 2.20.x / Automatic | 0.21 / Automatic |
| v1.24.2 | v1.30.0 | MainNet | v2.4.0 | 2.20.x / Automatic | 0.21 / Automatic |
| v1.24.3 | v1.32.0-rcX | MainNet | v2.4.1 | 2.20.x / Automatic | 0.21 / Automatic |
| v1.24.4 | v1.32.0-rcX | MainNet | v2.4.1 | 2.20.x / Automatic | 0.23 / Automatic |
| v1.24.5 | v1.32.0-rcX | Mainnet | v2.4.1 | v2024.2 / Automatic | 0.23 / Automatic |

{% hint style="danger" %}
Releases in <mark style="color:red;">red color</mark> are **not recommended**. Please proceed with the next stable release.
Expand Down