diff --git a/bitcoin-knots/docker-compose.yml b/bitcoin-knots/docker-compose.yml index 1014671..c21c235 100644 --- a/bitcoin-knots/docker-compose.yml +++ b/bitcoin-knots/docker-compose.yml @@ -7,7 +7,7 @@ services: APP_PORT: 3005 server: - image: retropexx/umbrel-bitcoin-knots:v0.5.2@sha256:b1916b7a5961081ac6fbfbe3ff90a9b1fb05b792dcd97318278a1941c3d21527 + image: retropexx/umbrel-bitcoin-knots:v0.5.3@sha256:c21fc893fb943c92fb078afb7622ab0741eccccf9073629a5bda713ed7a8f537 depends_on: [bitcoind] restart: on-failure volumes: diff --git a/bitcoin-knots/umbrel-app.yml b/bitcoin-knots/umbrel-app.yml index f9a76d8..72836ee 100644 --- a/bitcoin-knots/umbrel-app.yml +++ b/bitcoin-knots/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1.1 id: bitcoin-knots category: bitcoin name: Bitcoin Knots -version: "26.1.1" +version: "26.1.2" tagline: Run your personal node powered by Bitcoin Knots description: >- Take control of your digital sovereignty by running a Bitcoin node that aligns with your needs and preferences. @@ -27,9 +27,9 @@ gallery: path: "" defaultPassword: "" releaseNotes: >- - This release updates Bitcoin Knots to version 26.1.knots20240513 + This update includes minor changes to the descriptions of Advanced Settings parameters that were introduced in the previous release (26.1.1). - Full release notes can be found at https://github.com/bitcoinknots/bitcoin/blob/v26.1.knots20240513/doc/release-notes.md + Full release notes for Bitcoin Knots can be found at https://github.com/bitcoinknots/bitcoin/blob/v26.1.knots20240513/doc/release-notes.md submitter: Léo Haf submission: https://github.com/getumbrel/umbrel-apps/pull/953