Update Uptime Kuma to 1.21.1 (#511)

Co-authored-by: nmfretz <nmfretz@gmail.com>
This commit is contained in:
Xosten 2023-05-02 21:33:28 +02:00 committed by GitHub
parent 1de3ce3b2d
commit 1d7a342707
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 29 additions and 13 deletions

View File

@ -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:

View File

@ -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:
- Add Splunk Notification Provider (Thanks @Joseph-Irving)
- 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
- Ability to set a timezone per maintenance
- Ability to follow the timezone with DST
- Fix Maintenance count is incorrect
- Fix Ping monitor issues after 1.9.4
🐛 Bug Fixes:
- Fix Postgres monitor do not handle some error cases correctly
- #3003 Maintenance is completely bugged in 1.21.1 and 1.21.0
- #2988 Fix Ignore TLS/SSL Error is not working when using a proxy (Thanks @chakflying)
⚠️ Attention
⚠️ IMPORTANT - After upgrading, you should review the following maintenance items:
- Server side timezone is configurable now, you should check whether it is correct in the Settings.
- All old maintenance schedules will be set to UTC individually, if you need other timezones, please change it individually.
- 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.
- Since previous versions' maintenance is always respected to UTC, which means the maintenance time could be shifted due to DST in your country.
Full changelog can be found here: https://github.com/louislam/uptime-kuma/releases
- 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 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