Browse Source

Update Urbit to v2.10 (#651)

main
reid 2 years ago
committed by GitHub
parent
commit
eb944ca0d3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      urbit/docker-compose.yml
  2. 19
      urbit/umbrel-app.yml

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

19
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 <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.
Full release notes here: https://github.com/urbit/vere/releases/tag/vere-v2.10
Loading…
Cancel
Save