mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 11:20:43 +02:00
Update Urbit to v2.10 (#651)
This commit is contained in:
parent
2cf1d529d7
commit
eb944ca0d3
@ -7,7 +7,7 @@ services:
|
|||||||
PROXY_AUTH_ADD: "false"
|
PROXY_AUTH_ADD: "false"
|
||||||
|
|
||||||
manager:
|
manager:
|
||||||
image: mopfelwinrux/urbit-umbrel:v2.9@sha256:7693d4c9bd051838ae4fe1c2bc0bf38778cfc525afc103cde91a1fd757fdffb8
|
image: mopfelwinrux/urbit-umbrel:v2.10@sha256:699d0dc57b86c832f4687d1c416fa3745682ae3c75bf3cf12739a096b19f3bd5
|
||||||
ports:
|
ports:
|
||||||
- "34343:34343"
|
- "34343:34343"
|
||||||
volumes:
|
volumes:
|
||||||
|
@ -2,7 +2,7 @@ manifestVersion: 1
|
|||||||
id: urbit
|
id: urbit
|
||||||
category: networking
|
category: networking
|
||||||
name: Urbit
|
name: Urbit
|
||||||
version: "v2.9"
|
version: "v2.10"
|
||||||
tagline: Run Urbit on your Umbrel
|
tagline: Run Urbit on your Umbrel
|
||||||
description: >-
|
description: >-
|
||||||
Urbit is a personal server for self-sovereign personal & networked
|
Urbit is a personal server for self-sovereign personal & networked
|
||||||
@ -35,7 +35,16 @@ torOnly: false
|
|||||||
submitter: ~mopfel-winrux
|
submitter: ~mopfel-winrux
|
||||||
submission: https://github.com/getumbrel/umbrel/pull/1246
|
submission: https://github.com/getumbrel/umbrel/pull/1246
|
||||||
releaseNotes: >-
|
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.
|
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
|
||||||
Full release notes here: https://github.com/urbit/vere/releases/tag/vere-v2.9
|
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…
Reference in New Issue
Block a user