Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Alby Hub v1.10.4 #2

Merged
merged 1 commit into from
Nov 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
12 changes: 10 additions & 2 deletions manifest.yaml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion scripts/procedures/migrations.ts
Original file line number Diff line number Diff line change
@@ -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" );