diff --git a/core-lightning/docker-compose.yml b/core-lightning/docker-compose.yml index b933499..17feb57 100644 --- a/core-lightning/docker-compose.yml +++ b/core-lightning/docker-compose.yml @@ -45,7 +45,7 @@ services: ipv4_address: ${APP_CORE_LIGHTNING_REST_IP} lightningd: - image: lncm/clightning:v0.11.0@sha256:75e0ce04d644f34b07bc8a3b92e58b3db4e3c06bdc0e0cecd1669bc3b2d53421 + image: lncm/clightning:v22.11.1@sha256:e9939341ca6736566e0499db5a339b25140d6e77fb16ab202c217112f0df9b77 restart: on-failure ports: - ${APP_CORE_LIGHTNING_DAEMON_PORT}:9735 @@ -58,6 +58,7 @@ services: - --addr=statictor:${TOR_PROXY_IP}:29051 - --tor-service-password=${TOR_PASSWORD} - --network=${APP_CORE_LIGHTNING_BITCOIN_NETWORK} + - --database-upgrade=true #- --grpc-port=${APP_CORE_LIGHTNING_DAEMON_GRPC_PORT} volumes: - "${APP_DATA_DIR}/data/lightningd:/data/.lightning" diff --git a/core-lightning/umbrel-app.yml b/core-lightning/umbrel-app.yml index badfdc7..394511d 100644 --- a/core-lightning/umbrel-app.yml +++ b/core-lightning/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1.1 id: core-lightning category: Finance name: Core Lightning -version: "0.11.1-build-5" +version: "22.11.1" tagline: Run your personal Core Lightning node description: >- Get started with the Lightning network today with Core Lightning - a @@ -38,4 +38,15 @@ defaultPassword: "" submitter: Umbrel submission: https://github.com/getumbrel/umbrel-apps/pull/7 releaseNotes: >- - - Support for testnet, signet and regtest \ No newline at end of file + - We reintroduced a number of deprecated features, since some integrations had missed the deprecation window, and asked for some more time to update their apps + + - The new experimental reckless plugin manager can be used to download, install and uninstall plugins on the fly. We have many new features planned for it, so stay tuned. + + - When receiving a keysend any extra TLV fields will be stored so they can be retrieved later. + + - The --database-update=false flag allows users wanting to test unreleased versions from accidentally upgrading the database, and then be unable to switch to a released version again. + + - Several performance issues, particularly for larger nodes, have been addressed + + + And much more. Full changelog from v0.11.1 can be found here: https://github.com/ElementsProject/lightning/releases \ No newline at end of file