From 980a3b35f37eb31697de72d5bdabbef78c8c6b8f Mon Sep 17 00:00:00 2001 From: "Alexander L." Date: Thu, 26 Mar 2026 10:21:06 +0100 Subject: [PATCH] Update lunalytics to 0.10.22 (#5183) --- lunalytics/docker-compose.yml | 2 +- lunalytics/umbrel-app.yml | 12 ++++-------- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/lunalytics/docker-compose.yml b/lunalytics/docker-compose.yml index 97366126..a5490430 100644 --- a/lunalytics/docker-compose.yml +++ b/lunalytics/docker-compose.yml @@ -7,7 +7,7 @@ services: APP_PORT: 2308 web: - image: ksjaay/lunalytics:0.10.21@sha256:53d54678cfe398cf43a813d29fb1e553eed608b3f22bc82e17c287284209709d + image: ksjaay/lunalytics:0.10.22@sha256:c6877f1957c829351b5f4dc686e72301210e332a0e31b56636f3c6bb45b6d5d4 user: "1000:1000" restart: on-failure healthcheck: diff --git a/lunalytics/umbrel-app.yml b/lunalytics/umbrel-app.yml index e2c86965..d424bd80 100644 --- a/lunalytics/umbrel-app.yml +++ b/lunalytics/umbrel-app.yml @@ -3,7 +3,7 @@ id: lunalytics name: Lunalytics tagline: A monitoring tool for teams category: networking -version: "0.10.21" +version: "0.10.22" port: 8183 description: >- 🔍 Lunalytics offers a rich set of features designed to give you full visibility into the health of your services. It continuously monitors HTTP and TCP endpoints and provides detailed uptime and latency statistics with precise response time tracking. @@ -35,13 +35,9 @@ gallery: - 4.jpg - 5.jpg releaseNotes: >- - This update fixes various bugs and improves performance: - - Fixes incident header showing Archive and Delete buttons when no incident is displayed - - Fixes issue preventing custom HTML from being added to status pages - - Fixes cert expiry tab appearing for ping, push, and docker monitors - - Fixes user not being created as owner during initial setup - - Fixes new incident modal when more than 10 monitors are displayed - - Improves database performance with optimized indexes resulting in 30-50% faster responses + This update fixes a Discord URL validation issue and a bug with auto-adding monitors: + - Updates regex for Discord URL validation + - Fixes auto-add not working as expected Full release notes can be found at https://github.com/KSJaay/Lunalytics/releases