From c055b65495e5823738e58f3e11389ab9d22b57c6 Mon Sep 17 00:00:00 2001 From: reid Date: Mon, 16 Jan 2023 05:46:06 -0600 Subject: [PATCH] Hotfix 2 for Urbit (#373) Co-authored-by: NativePlanet CICD --- urbit/docker-compose.yml | 2 +- urbit/umbrel-app.yml | 16 ++++++++++------ 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/urbit/docker-compose.yml b/urbit/docker-compose.yml index 844368c..da5043d 100644 --- a/urbit/docker-compose.yml +++ b/urbit/docker-compose.yml @@ -6,7 +6,7 @@ services: APP_PORT: 8090 manager: - image: mopfelwinrux/urbit-umbrel:v1.16@sha256:f8c746b2c85336cbf5049ee88e2fea7c5aaa8d952da2a8a327cbeb0cfea06c41 + image: mopfelwinrux/urbit-umbrel:v1.16@sha256:2bda68d8e1f83c1e306f43a37b330e339a521dba4b0ccff617dc76b4a0e51975 ports: - "34343:34343" volumes: diff --git a/urbit/umbrel-app.yml b/urbit/umbrel-app.yml index af86273..ff9a6cc 100644 --- a/urbit/umbrel-app.yml +++ b/urbit/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1 id: urbit category: Networking name: Urbit -version: "v1.16-hotfix1" +version: "v1.16-hotfix2" tagline: Run Urbit on your Umbrel description: >- Urbit is a personal server for self-sovereign personal & networked @@ -35,8 +35,12 @@ torOnly: false submitter: ~mopfel-winrux submission: https://github.com/getumbrel/umbrel/pull/1246 releaseNotes: >- - - Updated Urbit binary to v1.16 - - - Fix URL with vere repo - - 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. + Updated Urbit binary to v1.16 + + Use new Vere repo, fix binary extraction + + 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. \ No newline at end of file