Update UptimeKuma to v.1.19.6 (#382)

This commit is contained in:
Xosten 2023-01-24 00:33:27 +01:00 committed by GitHub
parent 2a65289932
commit b5ef09749e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 11 deletions

View File

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

View File

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