Update Urbit to v1.16 (#368)

Co-authored-by: NativePlanet CICD <mgmt@nativeplanet.io>
This commit is contained in:
reid 2023-01-15 14:02:23 -06:00 committed by GitHub
parent dae77d2ee2
commit 5ac908a936
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 17 deletions

View File

@ -6,7 +6,7 @@ services:
APP_PORT: 8090
manager:
image: mopfelwinrux/urbit-umbrel:v1.15.0@sha256:f0f908dc1069b606e5fb45b407f9729f84b1f031932b4ddfcc7ca998d0fa90bc
image: mopfelwinrux/urbit-umbrel:v1.16@sha256:db8298119357dafee04ff96188d87250c2104d50c357b8b6458ae1cb61b9246a
ports:
- "34343:34343"
volumes:

View File

@ -2,7 +2,7 @@ manifestVersion: 1
id: urbit
category: Networking
name: Urbit
version: "1.15"
version: "v1.16"
tagline: Run Urbit on your Umbrel
description: >-
Urbit is a personal server for self-sovereign personal & networked
@ -35,18 +35,10 @@ torOnly: false
submitter: ~mopfel-winrux
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!)
Updated Urbit binary to v1.16
Arvo 417K
Vere 1.16
This release is functionally equivalent to v1.15 but is built in the new Vere repo using Bazel instead of Nix with a new and improved release pipeline. It marks the successful extraction of the runtime from the Urbit monorepo. It also adds a new AArch64-specific macOS build and removes the Windows build.