From 1d7a3427075802e60f7b988432b601407d1e7941 Mon Sep 17 00:00:00 2001 From: Xosten <11696836+Xosten@users.noreply.github.com> Date: Tue, 2 May 2023 21:33:28 +0200 Subject: [PATCH] Update Uptime Kuma to 1.21.1 (#511) Co-authored-by: nmfretz --- uptime-kuma/docker-compose.yml | 2 +- uptime-kuma/umbrel-app.yml | 40 ++++++++++++++++++++++++---------- 2 files changed, 29 insertions(+), 13 deletions(-) diff --git a/uptime-kuma/docker-compose.yml b/uptime-kuma/docker-compose.yml index 7fa455a..dcbe58b 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.19.6@sha256:a192826880d727adf09bb97c64099eab094c32711b85d0c75524d050d2a23552 + image: louislam/uptime-kuma:1.21.2@sha256:cf61d3262b29e1c48cc2ac284c9264227bbc46168f408e5f4c4d6301f0629e41 restart: on-failure stop_grace_period: 1m volumes: diff --git a/uptime-kuma/umbrel-app.yml b/uptime-kuma/umbrel-app.yml index 68cb023..e431976 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.19.6" +version: "1.21.2" tagline: Self-hosted uptime monitoring tool description: > Uptime Kuma is a self-hosted monitoring tool like Uptime Robot. @@ -39,27 +39,43 @@ gallery: path: "" defaultPassword: "" releaseNotes: > - From 1.18.5 to 1.19.6: + Updates Uptime Kuma from version 1.19.6 to 1.21.2. + - - Fix Ping monitor is not working on Windows + 🆕 New Features: - - Fix Security patch from upstream dependencies (knex.js) + - Now you can schedule maintenance with a cron expression + duration + + + 💇‍♀️ Improvements to Maintenance: + + - The core of maintenance feature is completely rewritten and is changed to cron based, the performance is much better + + - Effective Date Range is no longer required, it is now optional - - Add Splunk Notification Provider (Thanks @Joseph-Irving) + - Ability to set a timezone per maintenance - - Fix Maintenance count is incorrect + - Ability to follow the timezone with DST + + + 🐛 Bug Fixes: - - Fix Ping monitor issues after 1.9.4 + - #3003 Maintenance is completely bugged in 1.21.1 and 1.21.0 - - Fix Postgres monitor do not handle some error cases correctly + - #2988 Fix Ignore TLS/SSL Error is not working when using a proxy (Thanks @chakflying) + + ⚠️ IMPORTANT - After upgrading, you should review the following maintenance items: - ⚠️ Attention + - All old maintenance schedules will be set to UTC individually, if you need other timezones, please change it individually. - - Server side timezone is configurable now, you should check whether it is correct in the Settings. + - Since previous versions' maintenance is always respected to UTC, which means the maintenance time could be shifted due to DST in your country. - - 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. + - Breaking change: Due to the limitation of cron, the options Last 2nd day of month, + Last 3rd day of month and Last 4th day of month in the strategy Day of Month is no longer available. + (Last day of month is still available) + - Full changelog can be found here: https://github.com/louislam/uptime-kuma/releases + Full changelog for versions 1.19.6 to 1.21.2 can be found here: https://github.com/louislam/uptime-kuma/releases submitter: Philipp Haussleiter submission: https://github.com/getumbrel/umbrel/pull/1148