Update Urbit to v1.21 (#427)

Co-authored-by: NativePlanet CICD <mgmt@nativeplanet.io>
This commit is contained in:
reid 2023-02-27 18:39:05 -06:00 committed by GitHub
parent 24ee649e93
commit ceb9720381
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 4 deletions

View File

@ -6,7 +6,7 @@ services:
APP_PORT: 8090
manager:
image: mopfelwinrux/urbit-umbrel:v1.20@sha256:a1800b1a2da5da90aabb3f621d7b673a1cff5cca6d4032c7585d0e539f013f48
image: mopfelwinrux/urbit-umbrel:v1.21@sha256:964724f2e2fa0b7e06709adc814d9b981f41d3a030b9410fd4cfc58477aa45d7
ports:
- "34343:34343"
volumes:

View File

@ -2,7 +2,7 @@ manifestVersion: 1
id: urbit
category: Networking
name: Urbit
version: "v1.20"
version: "v1.21"
tagline: Run Urbit on your Umbrel
description: >-
Urbit is a personal server for self-sovereign personal & networked
@ -35,6 +35,12 @@ torOnly: false
submitter: ~mopfel-winrux
submission: https://github.com/getumbrel/umbrel/pull/1246
releaseNotes: >-
Adds the %meme debug hint, resolves segfaults on macos-aarch64 builds, and adds a new --replay option.
Offline event log truncation (chop), eval improvements, support for
clangd language server processing, and various fixes/upgrades to CI and
documentation.
Full release notes here: https://github.com/urbit/vere/releases/tag/vere-v1.20
There are no breaking changes or Kelvin decrements in this release.
Full release notes here: https://github.com/urbit/vere/releases/tag/vere-v1.21