diff --git a/core-lightning-rtl/docker-compose.yml b/core-lightning-rtl/docker-compose.yml index 2d0faba1..a3de0cf1 100644 --- a/core-lightning-rtl/docker-compose.yml +++ b/core-lightning-rtl/docker-compose.yml @@ -7,7 +7,7 @@ services: APP_PORT: 3000 web: - image: shahanafarooqui/rtl:v0.15.6@sha256:5cac3cbe5e730b86c6f888b2b5b4c37faa08fe0232eefda3d6895e2b46629369 + image: shahanafarooqui/rtl:v0.15.8@sha256:54131152cba02a968d83fcc89c07426bfb979372f743649ba1e2626426a34dc0 restart: on-failure environment: PORT: 3000 @@ -28,7 +28,7 @@ services: - "${APP_DATA_DIR}/data/boltz:/boltz:ro" boltz: - image: boltz/boltz-client:2.10.2@sha256:239e78726ff14524d6f1d0174a301fe015e08e50cdbb75c33a209f46355a3f94 + image: boltz/boltz-client:2.11.1@sha256:25a984cc76b0d232573cffe7088c2cb2e50b6b8955e09f68d768ef5fc7215c1d restart: "on-failure" stop_grace_period: "1m" environment: diff --git a/core-lightning-rtl/umbrel-app.yml b/core-lightning-rtl/umbrel-app.yml index ee5ecaad..1b3abc2d 100644 --- a/core-lightning-rtl/umbrel-app.yml +++ b/core-lightning-rtl/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1.1 id: core-lightning-rtl category: bitcoin name: Ride The Lightning (Core Lightning) -version: "0.15.6-beta-boltz" +version: "0.15.8-beta-boltz" tagline: Manage your Core Lightning node with RTL description: >- This version of RTL is specifically configured to use your Core Lightning node. @@ -44,7 +44,9 @@ gallery: path: "" deterministicPassword: true releaseNotes: >- - This release contains the following updates: - - Bump boltz-client to 2.10.2 + This release updates Ride The Lightning to v0.15.8-beta and includes the following changes: + - Fix payments bug introduced in v0.15.7 + - Fix memos not displaying for standard invoices + - Bump boltz-client to 2.11.1 submitter: Umbrel submission: https://github.com/getumbrel/umbrel-apps/pull/7 diff --git a/ride-the-lightning/docker-compose.yml b/ride-the-lightning/docker-compose.yml index 41c1c55c..c1311a0e 100644 --- a/ride-the-lightning/docker-compose.yml +++ b/ride-the-lightning/docker-compose.yml @@ -7,7 +7,7 @@ services: APP_PORT: 3001 web: - image: shahanafarooqui/rtl:v0.15.6@sha256:5cac3cbe5e730b86c6f888b2b5b4c37faa08fe0232eefda3d6895e2b46629369 + image: shahanafarooqui/rtl:v0.15.8@sha256:54131152cba02a968d83fcc89c07426bfb979372f743649ba1e2626426a34dc0 user: "1000:1000" restart: on-failure stop_grace_period: 1m @@ -36,7 +36,7 @@ services: BOLTZ_MACAROON_PATH: "/boltz/.boltz-lnd/macaroons" boltz: - image: boltz/boltz-client:2.10.2@sha256:239e78726ff14524d6f1d0174a301fe015e08e50cdbb75c33a209f46355a3f94 + image: boltz/boltz-client:2.11.1@sha256:25a984cc76b0d232573cffe7088c2cb2e50b6b8955e09f68d768ef5fc7215c1d user: "1000:1000" restart: "on-failure" stop_grace_period: "1m" diff --git a/ride-the-lightning/umbrel-app.yml b/ride-the-lightning/umbrel-app.yml index 8437e8b9..02bf8ce2 100644 --- a/ride-the-lightning/umbrel-app.yml +++ b/ride-the-lightning/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1 id: ride-the-lightning category: bitcoin name: Ride The Lightning -version: "0.15.6-beta-boltz" +version: "0.15.8-beta-boltz" tagline: A powerful dashboard for the Lightning Network description: >- RTL is a full function, device agnostic, web user interface to help @@ -40,8 +40,10 @@ gallery: - 2.jpg - 3.jpg releaseNotes: >- - This release contains the following updates: - - Bump boltz-client to 2.10.2 + This release updates Ride The Lightning to v0.15.8-beta and includes the following changes: + - Fix payments bug introduced in v0.15.7 + - Fix memos not displaying for standard invoices + - Bump boltz-client to 2.11.1 path: "" defaultUsername: "" deterministicPassword: true