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

v1.12.0 #3

Merged
merged 2 commits into from
Dec 18, 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.4 AS builder
FROM ghcr.io/getalby/hub:v1.12.0 AS builder
RUN apt update; apt install -y --no-install-recommends caddy

FROM debian:12-slim AS final
Expand Down
10 changes: 5 additions & 5 deletions manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
id: albyhub
title: Alby Hub
version: 1.10.4
version: 1.12.0
release-notes: |
minor improvements and bugfixes.
In this release we make a large number of improvements to the privacy of app connections,
relay connectivity, backups, open channel flows, receive page, isolated app connections, transaction lists, and more.

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
* https://github.com/getAlby/hub/releases/tag/v1.12.0
* https://github.com/getAlby/hub/releases/tag/v1.11.3

license: Apache-2.0
wrapper-repo: "https://github.com/start9labs/albyhub-startos"
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.4" );
.fromMapping({}, "1.12.0" );
Loading