Browse Source

Umbrel v0.2.8 (#216)

This update improves the reliability of automatic channel backups.

Changes:

- Increase decoy backup max interval to 12 hours (#214) a88541a
- Handle backup upload failure (#215) 9363d62
- Make backups thread safe (#213) 514fad9

Diff: https://github.com/getumbrel/umbrel/compare/v0.2.8...v0.2.7
v0.2.10 v0.2.8
Luke Childs 4 years ago
committed by GitHub
parent
commit
33937482c5
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      README.md
  2. 8
      info.json

2
README.md

@ -41,7 +41,7 @@ Make sure your User ID is `1000` (verify it by running `id -u`) and ensure that
> Run this in an empty directory where you want to install Umbrel. If using an external storage such as an SSD or HDD, run this inside an empty directory on that drive.
```bash
curl -L https://github.com/getumbrel/umbrel/archive/v0.2.7.tar.gz | tar -xz --strip-components=1
curl -L https://github.com/getumbrel/umbrel/archive/v0.2.8.tar.gz | tar -xz --strip-components=1
```
### Step 2. Run Umbrel

8
info.json

@ -1,6 +1,6 @@
{
"version": "0.2.7",
"name": "Umbrel v0.2.7",
"version": "0.2.8",
"name": "Umbrel v0.2.8",
"requires": ">=0.2.1",
"notes": "What's new? An important bugfix for Lightning Network Daemon (LND) to prevent incorrect switching of its backend."
}
"notes": "This update improves the reliability of automatic channel backups."
}

Loading…
Cancel
Save