lightninglabs / lndmon

🔎lndmon: A drop-in monitoring solution for your lnd node using Prometheus+Grafana
MIT License
151 stars 47 forks source link

Where are releases published? #72

Closed bodymindarts closed 3 years ago

bodymindarts commented 3 years ago

The latest release visible in this repo is from 2019 https://github.com/lightninglabs/lndmon/releases/tag/v0.1.0. Is this compatible with latest lnd? There have been many commits since then - is there a place where the latest official image (that is known to work with current lnd) is published? Is there a way to be notified when there is a newer release?

carlaKC commented 3 years ago

The latest release can be found here: https://github.com/lightninglabs/lndmon/releases/tag/v0.2.0.

Looks like github flattens the tags if they don't have a full release doc associated with them. Next time we'll be sure to create a release doc with changelog etc. Screenshot 2021-07-29 at 09 21 47

Is there a way to be notified when there is a newer release?

Subscribing to github notifications should keep you in the loop, and we announce releases on twitter and the LL blog.

is there a place where the latest official image

We don't have official images for lndmon yet, but you can build it using the Dockerfile that's checked in for the repo. The current version works with lnd 0.13.1.

bodymindarts commented 3 years ago

Thx