From bc93f3bd8d5d4ed94b3b44c865095016fdb77c8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Haf?= Date: Fri, 7 Mar 2025 11:01:27 +0100 Subject: [PATCH] update to knots 28.1 --- btc-knots/docker-compose.yml | 2 +- btc-knots/umbrel-app.yml | 6 ++++-- btc-knotsx86/docker-compose.yml | 2 +- btc-knotsx86/umbrel-app.yml | 6 ++++-- 4 files changed, 10 insertions(+), 6 deletions(-) diff --git a/btc-knots/docker-compose.yml b/btc-knots/docker-compose.yml index 6204516..25e18f7 100644 --- a/btc-knots/docker-compose.yml +++ b/btc-knots/docker-compose.yml @@ -40,7 +40,7 @@ services: ipv4_address: $APP_BITCOIN_IP bitcoind: - image: ghcr.io/retropex/bitcoin:v27.1@sha256:58553f26a73be8aed2c318e49fbbd3dc16e4e6158e4d75a59fcb42a2ce104e97 + image: ghcr.io/retropex/bitcoin:v28.1@sha256:c2809a7b1e20a2c60b8656e5f7352e439e1f2c0d64d3bf755a4e9c6fdab86d81 command: "${APP_BITCOIN_COMMAND}" restart: unless-stopped stop_grace_period: 15m30s diff --git a/btc-knots/umbrel-app.yml b/btc-knots/umbrel-app.yml index 1854a8d..a9ac417 100644 --- a/btc-knots/umbrel-app.yml +++ b/btc-knots/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1.1 id: btc-knots category: Bitcoin name: Bitcoin Knots arm64 -version: "27.1.3" +version: "28.1" tagline: Run your personal node powered by Bitcoin Knots icon: https://raw.githubusercontent.com/getumbrel/umbrel-apps-gallery/master/bitcoin-knots/icon.svg description: >- @@ -23,6 +23,8 @@ gallery: path: "" defaultPassword: "" releaseNotes: >- - This update add new policy settings to be able fully customise your mempool and your mining template. it also make Knots compatible with Datum. + This release updates Bitcoin Knots to version v28.1.knots20250305 + + Full release notes can be found at https://github.com/bitcoinknots/bitcoin/releases/tag/v28.1.knots20250305 submitter: Léo Haf submission: https://github.com/getumbrel/umbrel-apps/pull/953 diff --git a/btc-knotsx86/docker-compose.yml b/btc-knotsx86/docker-compose.yml index 6204516..25e18f7 100644 --- a/btc-knotsx86/docker-compose.yml +++ b/btc-knotsx86/docker-compose.yml @@ -40,7 +40,7 @@ services: ipv4_address: $APP_BITCOIN_IP bitcoind: - image: ghcr.io/retropex/bitcoin:v27.1@sha256:58553f26a73be8aed2c318e49fbbd3dc16e4e6158e4d75a59fcb42a2ce104e97 + image: ghcr.io/retropex/bitcoin:v28.1@sha256:c2809a7b1e20a2c60b8656e5f7352e439e1f2c0d64d3bf755a4e9c6fdab86d81 command: "${APP_BITCOIN_COMMAND}" restart: unless-stopped stop_grace_period: 15m30s diff --git a/btc-knotsx86/umbrel-app.yml b/btc-knotsx86/umbrel-app.yml index 1402db1..994c125 100644 --- a/btc-knotsx86/umbrel-app.yml +++ b/btc-knotsx86/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1.1 id: btc-knotsx86 category: Bitcoin name: Bitcoin Knots x86 -version: "27.1.3" +version: "28.1" tagline: Run your personal node powered by Bitcoin Knots for x86 platform icon: https://raw.githubusercontent.com/getumbrel/umbrel-apps-gallery/master/bitcoin-knots/icon.svg description: >- @@ -23,6 +23,8 @@ gallery: path: "" defaultPassword: "" releaseNotes: >- - This update add new policy settings to be able fully customise your mempool and your mining template. it also make Knots compatible with Datum. + This release updates Bitcoin Knots to version v28.1.knots20250305 + + Full release notes can be found at https://github.com/bitcoinknots/bitcoin/releases/tag/v28.1.knots20250305 submitter: Léo Haf submission: https://github.com/getumbrel/umbrel-apps/pull/953