From b5ef09749e16e24310445eaf18d9d215b2b21547 Mon Sep 17 00:00:00 2001 From: Xosten <11696836+Xosten@users.noreply.github.com> Date: Tue, 24 Jan 2023 00:33:27 +0100 Subject: [PATCH] Update UptimeKuma to v.1.19.6 (#382) --- uptime-kuma/docker-compose.yml | 2 +- uptime-kuma/umbrel-app.yml | 24 ++++++++++++++---------- 2 files changed, 15 insertions(+), 11 deletions(-) diff --git a/uptime-kuma/docker-compose.yml b/uptime-kuma/docker-compose.yml index 2dca88c..7fa455a 100644 --- a/uptime-kuma/docker-compose.yml +++ b/uptime-kuma/docker-compose.yml @@ -7,7 +7,7 @@ services: APP_PORT: 3001 server: - image: louislam/uptime-kuma:1.18.5@sha256:a84767d7934f833010b886f3dfc57b9d23ca69e85e48f378b28b5c25c5043e1d + image: louislam/uptime-kuma:1.19.6@sha256:a192826880d727adf09bb97c64099eab094c32711b85d0c75524d050d2a23552 restart: on-failure stop_grace_period: 1m volumes: diff --git a/uptime-kuma/umbrel-app.yml b/uptime-kuma/umbrel-app.yml index b7e6cc6..68cb023 100644 --- a/uptime-kuma/umbrel-app.yml +++ b/uptime-kuma/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1 id: uptime-kuma category: Networking name: Uptime Kuma -version: "1.18.5" +version: "1.19.6" tagline: Self-hosted uptime monitoring tool description: > Uptime Kuma is a self-hosted monitoring tool like Uptime Robot. @@ -39,22 +39,26 @@ gallery: path: "" defaultPassword: "" 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 submitter: Philipp Haussleiter