From eb944ca0d3a9818a78d03e6e305c0edcbcc7a05b Mon Sep 17 00:00:00 2001 From: reid Date: Thu, 29 Jun 2023 14:30:43 -0500 Subject: [PATCH] Update Urbit to v2.10 (#651) --- urbit/docker-compose.yml | 2 +- urbit/umbrel-app.yml | 19 ++++++++++++++----- 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/urbit/docker-compose.yml b/urbit/docker-compose.yml index 3e2a8f8..2c4fdb4 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.9@sha256:7693d4c9bd051838ae4fe1c2bc0bf38778cfc525afc103cde91a1fd757fdffb8 + image: mopfelwinrux/urbit-umbrel:v2.10@sha256:699d0dc57b86c832f4687d1c416fa3745682ae3c75bf3cf12739a096b19f3bd5 ports: - "34343:34343" volumes: diff --git a/urbit/umbrel-app.yml b/urbit/umbrel-app.yml index bae5753..ecb9070 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.9" +version: "v2.10" tagline: Run Urbit on your Umbrel description: >- Urbit is a personal server for self-sovereign personal & networked @@ -35,7 +35,16 @@ torOnly: false submitter: ~mopfel-winrux submission: https://github.com/getumbrel/umbrel/pull/1246 releaseNotes: >- - A few days ago we discovered a performance issue when a remote scry publisher gets many simultaneous requests, as often happens during OTA updates. This performance bug caused the publisher to do 500x more work than necessary. We have now released vere-v2.9 to fix the issue. - - - Full release notes here: https://github.com/urbit/vere/releases/tag/vere-v2.9 + 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. + + 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. + + + Full release notes here: https://github.com/urbit/vere/releases/tag/vere-v2.10 \ No newline at end of file