Skip to content

Release v0.10.0-beta-reckless

Compare
Choose a tag to compare
@saubyk saubyk released this 09 Feb 01:56
· 41 commits to master since this release
v0.10.0
2e01028

Major changes with this release:

  • plugin.js renamed to clrest.js (required for reckless plugin manager)
  • allow an option to specify an IP address to bind with the server
  • bug fix for error on generating new certificates
  • bug fix for websocket notifications

Exhaustive commits covered with the release can be tracked on this pr

Release Contributors:
@ShahanaFarooqui
@chrisguida
@jamaljsr
@1ma
@sha-265


PGP Key: https://keybase.io/suheb
Download the release and signature:

wget https://github.com/Ride-The-Lightning/c-lightning-REST/archive/refs/tags/v0.10.0.tar.gz
wget https://github.com/Ride-The-Lightning/c-lightning-REST/releases/download/v0.10.0/v0.10.0.tar.gz.asc

Verify the release:

gpg --verify v0.10.0.tar.gz.asc v0.10.0.tar.gz
gpg: Signature made Wed 08 Feb 2023 05:59:25 PM PST
gpg:                using RSA key 3E9BD4436C288039CA827A9200C9E2BC2E45666F
gpg: Good signature from "saubyk (added uid) <[email protected]>" [unknown]
gpg:                 aka "Suheb (approves) <[email protected]>" [unknown]
gpg:                 aka "Suheb <[email protected]>" [unknown]
gpg: WARNING: This key is not certified with a trusted signature!
gpg:          There is no indication that the signature belongs to the owner.
Primary key fingerprint: 3E9B D443 6C28 8039 CA82  7A92 00C9 E2BC 2E45 666F

Untar and install the release:

tar -xvf v0.10.0.tar.gz 
cd c-lightning-REST-0.10.0
npm install --only=prod

Docker images at https://hub.docker.com/repository/docker/saubyk/c-lightning-rest/tags
docker pull saubyk/c-lightning-rest:0.10.0
docker pull saubyk/c-lightning-rest:0.10.0-arm32v7
docker pull saubyk/c-lightning-rest:0.10.0-arm64v8
docker pull saubyk/c-lightning-rest:0.10.0-amd64