From b869df6cc0e4fe45adb86019c77d130eddcee24d Mon Sep 17 00:00:00 2001 From: reid Date: Tue, 11 Jul 2023 00:07:34 -0500 Subject: [PATCH] Update Urbit to v2.11 (#667) --- urbit/docker-compose.yml | 2 +- urbit/umbrel-app.yml | 19 ++++++++----------- 2 files changed, 9 insertions(+), 12 deletions(-) diff --git a/urbit/docker-compose.yml b/urbit/docker-compose.yml index 2c4fdb4..da26e48 100644 --- a/urbit/docker-compose.yml +++ b/urbit/docker-compose.yml @@ -7,7 +7,7 @@ services: PROXY_AUTH_ADD: "false" manager: - image: mopfelwinrux/urbit-umbrel:v2.10@sha256:699d0dc57b86c832f4687d1c416fa3745682ae3c75bf3cf12739a096b19f3bd5 + image: mopfelwinrux/urbit-umbrel:v2.11@sha256:1369dae6f10a29e4cc17ffeb71733810d5b218e6292ac7502417bfdd5d1ffc5e ports: - "34343:34343" volumes: diff --git a/urbit/umbrel-app.yml b/urbit/umbrel-app.yml index ecb9070..221caf1 100644 --- a/urbit/umbrel-app.yml +++ b/urbit/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1 id: urbit category: networking name: Urbit -version: "v2.10" +version: "v2.11" tagline: Run Urbit on your Umbrel description: >- Urbit is a personal server for self-sovereign personal & networked @@ -35,16 +35,13 @@ torOnly: false submitter: ~mopfel-winrux submission: https://github.com/getumbrel/umbrel/pull/1246 releaseNotes: >- - This release includes runtime fixes mainly aimed at OTA publishers. A - publisher running vere-v2.10 and urbit-os-v2.142 (releasing in a few - days) will be able to reliably deliver the initial OTA through remote - scry instead of falling back to ames. + This release fixes a guard page bounds check that would usually present + as a ship crashing with loom: bogus ward. This bug (present since + vere-v2.7) also has a small chance of corrupting persistent state, so we + encourage users to upgrade as soon as possible. - The release also includes significantly better long-running replay - capabilities that were missing since vere-v1.14. The /.run - play command now supports the –auto-meld command line flag to - automatically meld a long memory-intensive replay. It also supports the - –snap-at x command line flag to snapshot every x events. + The release also fixes a bug with the meld command that was causing it + to run twice for every invocation. - Full release notes here: https://github.com/urbit/vere/releases/tag/vere-v2.10 \ No newline at end of file + Full release notes here: https://github.com/urbit/vere/releases/tag/vere-v2.11 \ No newline at end of file