mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 19:30:42 +02:00
Update Urbit to v1.15.0 (#352)
Co-authored-by: Steven Briscoe <me@stevenbriscoe.com>
This commit is contained in:
parent
8146a2751b
commit
4b783ed491
@ -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:
|
||||
|
@ -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!)
|
||||
|
Loading…
Reference in New Issue
Block a user