Skip to content

Commit

Permalink
Update to 0.18.3 (#132)
Browse files Browse the repository at this point in the history
* Update to 0.18.3

* Update README
  • Loading branch information
Dominion5254 authored Sep 16, 2024
1 parent 6cbc2da commit a97f13e
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 18 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM lightninglabs/lnd:v0.18.0-beta
FROM lightninglabs/lnd:v0.18.3-beta

ARG ARCH
RUN apk add --no-cache \
Expand Down
22 changes: 12 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,29 +7,25 @@ Before building the LND package, your build environment must be setup for buildi

## Dependencies

- [deno](https://deno.land/)
- [docker](https://docs.docker.com/get-docker)
- [docker-buildx](https://docs.docker.com/buildx/working-with-buildx/)
- [yq (version 4)](https://mikefarah.gitbook.io/yq)
- [start-sdk](https://github.com/Start9Labs/start-os/tree/sdk/backend)
- [make](https://www.gnu.org/software/make/)
- [deno](https://deno.land/)
- [start-sdk](https://github.com/Start9Labs/start-os/blob/v0.3.5.1/core/install-sdk.sh)
- [yq (version 4)](https://mikefarah.gitbook.io/yq)

## Cloning

Clone the project locally.

```
git clone [email protected]:Start9Labs/lnd-wrapper.git
cd lnd-wrapper
git clone [email protected]:Start9Labs/lnd-startos.git
cd lnd-startos
```

## Building

To build the project, run the following commands:

```
make
```
To build the project run the command: `make`

Alternatively the package can be built for individual architectures by specifying the architecture as follows:

Expand All @@ -51,6 +47,12 @@ start-cli auth login
start-cli --host https://server-name.local package install lnd.s9pk
```

If you already have your `start-cli` config file setup with a default `host`, you can install simply by running:

```
make install
```

**Tip:** You can also install the lnd.s9pk using **Sideload Service** under the **StartOS > SETTINGS** section.

## Verify Install
Expand Down
9 changes: 3 additions & 6 deletions manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
id: lnd
title: LND
version: 0.18.0.1
version: 0.18.3
release-notes: |-
* Update to 0.18.0 [Release Notes](https://github.com/lightningnetwork/lnd/releases/tag/v0.18.0-beta)
* Add Umbrel 1.0 migration action
* Add config options for zero-conf channels, taproot channels, and sweeper settings
* Minor fixes
* Update to 0.18.3 [Release Notes](https://github.com/lightningnetwork/lnd/releases/tag/v0.18.3-beta)
* Update README
license: MIT
wrapper-repo: "https://github.com/Start9Labs/lnd-startos"
upstream-repo: "https://github.com/lightningnetwork/lnd"
Expand Down
2 changes: 1 addition & 1 deletion scripts/services/migrations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -251,5 +251,5 @@ export const migration: T.ExpectedExports.migration = compat.migrations
)
}
},
"0.18.0.1",
"0.18.3",
);

0 comments on commit a97f13e

Please sign in to comment.