Update Urbit to v1.15.0 (#352)

Co-authored-by: Steven Briscoe <me@stevenbriscoe.com>
This commit is contained in:
mopfel-winrux 2023-01-05 06:19:04 -05:00 committed by GitHub
parent 8146a2751b
commit 4b783ed491
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 20 additions and 4 deletions

View File

@ -4,9 +4,9 @@ services:
environment:
APP_HOST: urbit_manager_1
APP_PORT: 8090
manager:
image: mopfelwinrux/urbit-umbrel:v0.4.1@sha256:083db8cdb2109f29c65e186b47eeecdacd5d8021ce1c4593cf8a9f945f646171
image: mopfelwinrux/urbit-umbrel:v1.15.0@sha256:f0f908dc1069b606e5fb45b407f9729f84b1f031932b4ddfcc7ca998d0fa90bc
ports:
- "34343:34343"
volumes:

View File

@ -2,7 +2,7 @@ manifestVersion: 1
id: urbit
category: Networking
name: Urbit
version: "0.4.1"
version: "1.15"
tagline: Run Urbit on your Umbrel
description: >-
Urbit is a personal server for self-sovereign personal & networked
@ -33,4 +33,20 @@ defaultUsername: umbrel
deterministicPassword: true
torOnly: false
submitter: ~mopfel-winrux
submission: https://github.com/getumbrel/umbrel/pull/1246
submission: https://github.com/getumbrel/umbrel/pull/1246
releaseNotes: >-
- v1.15 is a revert to v1.13
From v1.13:
- Supports setting the loom size on startup. sizes are specified in exponents of 2, from 1MB (20) to 4GB (32); can differ between processes (--loom and --urth-loom); and can be set for relevant subcommands (meld, pack, next, &c).
- Improves bit-slice performance (for noun de/serialization and many atom jets) by ensuring that implementation inner loops can be vectorized.
- Adds the vile command, for exporting the keyfile from a ship
- Adds the %xray hint, for printing the bytecode of a given expression (ty ~topfet-parmed!)
- Adds the eval command, for running hoon (from stdin) without booting a ship (ty ~mopfel-winrux!)
- Adds a better error message when a ship is already running as root (ty ~dinleb-rambep!)