-
Notifications
You must be signed in to change notification settings - Fork 12
chore/bump alto #437
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
chore/bump alto #437
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| --- | ||
| "@cartesi/sdk": patch | ||
| --- | ||
|
|
||
| bump nodejs to 24.14.0 |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| --- | ||
| "@cartesi/sdk": patch | ||
| --- | ||
|
|
||
| bump alto to 1.2.7 |
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -6,8 +6,8 @@ target "docker-platforms" {} | |
| target "default" { | ||
| inherits = ["docker-platforms"] | ||
| args = { | ||
| ALTO_VERSION = "1.2.5" | ||
| ALTO_PACKAGE_VERSION = "0.0.18" | ||
| ALTO_VERSION = "1.2.7" | ||
| ALTO_PACKAGE_VERSION = "0.0.20" | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Should that match the latest release 0.0.19? https://github.com/pimlicolabs/alto/releases
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. That was my hope, but the pack generates a .0.20.0 suffixed file. |
||
| CARTESI_BASE_IMAGE = "docker.io/library/debian:trixie-20260223-slim@sha256:1d3c811171a08a5adaa4a163fbafd96b61b87aa871bbc7aa15431ac275d3d430" | ||
| CARTESI_DEVNET_VERSION = "2.0.0-alpha.10" | ||
| CARTESI_IMAGE_KERNEL_VERSION = "0.20.0" | ||
|
|
@@ -18,7 +18,7 @@ target "default" { | |
| CARTESI_ROLLUPS_NODE_VERSION = "2.0.0-alpha.9" | ||
| FOUNDRY_VERSION = "1.4.3" | ||
| NITRO_VERSION = "8c376d4a5baa7f32999620f9fe3eb51ca8e0dcbc" # v0.5 | ||
| NODE_VERSION = "24.12.0" | ||
| NODE_VERSION = "24.14.0" | ||
| NVM_VERSION = "977563e97ddc66facf3a8e31c6cff01d236f09bd" # 0.40.3 | ||
| POSTGRES_BASE_IMAGE = "docker.io/library/postgres:17-trixie@sha256:9ba47fa6d1c34e9cc4c1758640e7774a9b73ea0fba891f14088321ba7561d253" | ||
| SQUASHFS_TOOLS_VERSION = "bad1d213ab6df587d6fa0ef7286180fbf7b86167" # 4.7.4 | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.