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

Doc/versions #101

Merged
merged 5 commits into from
Jul 17, 2024
Merged
Changes from 4 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
11 changes: 6 additions & 5 deletions documentation/en/versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@

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

| Curio Version | Lotus Version | Boost | Yugabyte | Forest |
| ------------------- | ------------- | ----------- | ------------------ | ---------------- |
| 1.22.1 / Automatic | v1.27.X | v2.3.0-rc2 | 2.20.X / Automatic | 0.19 / Automatic |
| 1.23.0 | v1.28.0-rcX | Coming soon | 2.20.X / Automatic | 0.19 / Automatic |
| Curio Version | Lotus Version | Net | Boost | Yugabyte | Forest |
| ------------------- | ------------- | ------------ | ----------- | ------------------ | ---------------- |
| 1.22.1 / Automatic | v1.27.X | Main | v2.3.0-rc2 | 2.20.X / Automatic | 0.19 / Automatic |
LexLuthr marked this conversation as resolved.
Show resolved Hide resolved
| 1.23.0 | v1.28.0-rcX | Calibration | Coming soon | 2.20.X / Automatic | 0.19 / Automatic |


No preference is denoted by "X".

Expand All @@ -21,7 +22,7 @@ Configurations and the number of machines needed:
- Today, only Lotus & Boost lacks automatic updates and must be built and deployed.
- Curio's DEBs include curio-cuda (for Nvidia) and curio-opencl (others like ATI).
- These can be mixed in a Curio cluster as they only relate to the hardware on the box.

## Notes

- Forest (0.19+ & Docker Watchtower) is a light alternative to Lotus Client. It meets Curio's needs, but Boost compatability is in development.
Expand Down