Update Urbit to v2.11 (#667)

This commit is contained in:
reid 2023-07-11 00:07:34 -05:00 committed by GitHub
parent 2c9005ba75
commit b869df6cc0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 12 deletions

View File

@ -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:

View File

@ -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 <your-ship>/.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
Full release notes here: https://github.com/urbit/vere/releases/tag/vere-v2.11