From 922d33233725e0164ec837725cf88dea1f1f841c Mon Sep 17 00:00:00 2001 From: Michael Bumann Date: Mon, 4 Nov 2024 17:52:29 +0100 Subject: [PATCH] Update Alby Hub v1.10.4 --- Dockerfile | 2 +- manifest.yaml | 12 ++++++++++-- scripts/procedures/migrations.ts | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index d05c082..3993709 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/getalby/hub:v1.10.1 AS builder +FROM ghcr.io/getalby/hub:v1.10.4 AS builder RUN apt update; apt install -y --no-install-recommends caddy FROM debian:12-slim AS final diff --git a/manifest.yaml b/manifest.yaml index 1d6da78..3f4ca8a 100644 --- a/manifest.yaml +++ b/manifest.yaml @@ -1,7 +1,15 @@ id: albyhub title: Alby Hub -version: 1.10.1 -release-notes: Alby Hub initial release +version: 1.10.4 +release-notes: | + minor improvements and bugfixes. + + for details see: + + * https://github.com/getAlby/hub/releases/tag/v1.10.4 + * https://github.com/getAlby/hub/releases/tag/v1.10.3 + * https://github.com/getAlby/hub/releases/tag/v1.10.2 + license: Apache-2.0 wrapper-repo: "https://github.com/start9labs/albyhub-startos" upstream-repo: "https://github.com/getAlby/hub" diff --git a/scripts/procedures/migrations.ts b/scripts/procedures/migrations.ts index 28df7a1..eefe672 100644 --- a/scripts/procedures/migrations.ts +++ b/scripts/procedures/migrations.ts @@ -1,4 +1,4 @@ import { compat, types as T } from "../deps.ts"; export const migration: T.ExpectedExports.migration = compat.migrations - .fromMapping({}, "1.10.1" ); + .fromMapping({}, "1.10.4" );