Update lunalytics to 0.10.8 (#4038)

This commit is contained in:
Alexander L. 2025-11-13 17:02:21 +01:00 committed by GitHub
parent 7e8da3b156
commit 00065533a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 9 deletions

View File

@ -7,7 +7,7 @@ services:
APP_PORT: 2308
web:
image: ksjaay/lunalytics:0.10.6@sha256:37a714ee5fac1b0f2135e275591fc35bb26fc97b8ed02a346743dbc4e777f5e9
image: ksjaay/lunalytics:0.10.8@sha256:2b22a16edf0db5810d5e286f84f27054a91ba40fcd4ad27b9fd87a4ba3830df4
user: "1000:1000"
restart: on-failure
healthcheck:

View File

@ -3,7 +3,7 @@ id: lunalytics
name: Lunalytics
tagline: A monitoring tool for teams
category: networking
version: "0.10.6"
version: "0.10.8"
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,15 +35,13 @@ gallery:
- 4.jpg
- 5.jpg
releaseNotes: >-
This update introduces several improvements and new features to enhance the user experience:
- Redesigned interface for a more unified experience across the application
- New sneak peek feature for easier navigation between pages
- Context menu for monitors (accessible via right-click)
- Improved sign-in and registration process
- Monitoring capabilities for Docker containers
- Ability to test notifications before adding them
This update brings quality of life improvements, bug fixes, and new features:
- Components are now lazy loaded to improve initial loading times
- You can now sort the list of heartbeats on the monitor page
- Fixed issues with PostgreSQL connections
- Improved graph logic with reference dots to show downtime
- Docker monitoring now uses container names instead of IDs
- Updates validation for request timeout to allow minimum of 20 seconds
Full release notes can be found at https://github.com/KSJaay/Lunalytics/releases