mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-11 16:09:18 +00:00
Update UptimeKuma to v.1.19.6 (#382)
This commit is contained in:
parent
2a65289932
commit
b5ef09749e
|
@ -7,7 +7,7 @@ services:
|
||||||
APP_PORT: 3001
|
APP_PORT: 3001
|
||||||
|
|
||||||
server:
|
server:
|
||||||
image: louislam/uptime-kuma:1.18.5@sha256:a84767d7934f833010b886f3dfc57b9d23ca69e85e48f378b28b5c25c5043e1d
|
image: louislam/uptime-kuma:1.19.6@sha256:a192826880d727adf09bb97c64099eab094c32711b85d0c75524d050d2a23552
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
stop_grace_period: 1m
|
stop_grace_period: 1m
|
||||||
volumes:
|
volumes:
|
||||||
|
|
|
@ -2,7 +2,7 @@ manifestVersion: 1
|
||||||
id: uptime-kuma
|
id: uptime-kuma
|
||||||
category: Networking
|
category: Networking
|
||||||
name: Uptime Kuma
|
name: Uptime Kuma
|
||||||
version: "1.18.5"
|
version: "1.19.6"
|
||||||
tagline: Self-hosted uptime monitoring tool
|
tagline: Self-hosted uptime monitoring tool
|
||||||
description: >
|
description: >
|
||||||
Uptime Kuma is a self-hosted monitoring tool like Uptime Robot.
|
Uptime Kuma is a self-hosted monitoring tool like Uptime Robot.
|
||||||
|
@ -39,22 +39,26 @@ gallery:
|
||||||
path: ""
|
path: ""
|
||||||
defaultPassword: ""
|
defaultPassword: ""
|
||||||
releaseNotes: >
|
releaseNotes: >
|
||||||
From 1.18 to 1.18.5:
|
From 1.18.5 to 1.19.6:
|
||||||
|
|
||||||
- Add free.fr SMS notification (Thanks @CL0Pinette)
|
- Fix Ping monitor is not working on Windows
|
||||||
|
|
||||||
- Add GoAlert Notification (Thanks @mhkarimi1383)
|
- Fix Security patch from upstream dependencies (knex.js)
|
||||||
|
|
||||||
- Add SMSManager Notification (Thanks @jakubenglicky)
|
- Add Splunk Notification Provider (Thanks @Joseph-Irving)
|
||||||
|
|
||||||
- Add ServerChan Notification (Thanks @mjysci)
|
- Fix Maintenance count is incorrect
|
||||||
|
|
||||||
- Add new notification: Line Notify (Thanks @0x01code)
|
- Fix Ping monitor issues after 1.9.4
|
||||||
|
|
||||||
- Add new notification: Home Assistant notification (Thanks @rmtsrc)
|
- Fix Postgres monitor do not handle some error cases correctly
|
||||||
|
|
||||||
- Add label to status badge (Thanks @woooferz)
|
|
||||||
|
⚠️ Attention
|
||||||
|
|
||||||
|
- Server side timezone is configurable now, you should check whether it is correct in the Settings.
|
||||||
|
|
||||||
|
- As current DNS cache mechanism is not working properly in some IPv6 networks, DNS cache is now turned off by default. Turn this back on manually in Settings page if you need this.
|
||||||
|
|
||||||
Full changelog can be found here: https://github.com/louislam/uptime-kuma/releases
|
Full changelog can be found here: https://github.com/louislam/uptime-kuma/releases
|
||||||
submitter: Philipp Haussleiter
|
submitter: Philipp Haussleiter
|
||||||
|
|
Loading…
Reference in New Issue
Block a user