Update uptime-kuma to 2.2.1 (#5062)

This commit is contained in:
Alexander L. 2026-03-11 19:24:17 +01:00 committed by GitHub
parent 15aa695ff1
commit 2d494efe91
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 21 deletions

View File

@ -8,7 +8,7 @@ services:
PROXY_AUTH_ADD: "false"
server:
image: louislam/uptime-kuma:2.2.0@sha256:85d68948704fcadc7438f45c9f2666ef2239b5b84073479e1c5bc4d4d8b6d17c
image: louislam/uptime-kuma:2.2.1@sha256:7337368a77873f159435de9ef09567f68c31285ed5f951dec36256c4b267ee44
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: "2.2.0"
version: "2.2.1"
tagline: Self-hosted uptime monitoring tool
description: >
Uptime Kuma is a self-hosted monitoring tool like Uptime Robot.
@ -39,32 +39,20 @@ gallery:
path: ""
defaultPassword: ""
releaseNotes: >
This release includes new features, improvements, and bug fixes.
New features:
- Added SOCKS proxy support for notifications
- Added WhatsApp (360messenger) notification provider
- Added templating support in Signal notification provider
Improvements:
- Improved SQLite performance with better handling of multiple connections
- Added Fluxer notification provider
- Set process title to "uptime-kuma" for easier process identification
Bug fixes:
- Fixed startup failure on older versions of Node.js 20
- Fixed monitor name not displaying in full width in monitor list
- Fixed tag list not updating in monitor list
- Fixed domain validation rejecting PTR DNS records
- Fixed forced DOWN status in group monitors
- Fixed Status Page Analytics Type "None" causing SQLite constraint errors
- Fixed URL validation issues in monitor edit page
- Fixed certificate expiry not showing on status page for TCP monitors
- Fixed isParentActive return type
- Fixed Fluxer input styling and Discord input visibility
- Fixed removal of uptime ratio and average response time from Prometheus metrics
- Restored AWS and Azure package support that was previously removed
Security fixes:
- Fixed a moderate security issue affecting versions 2.0.0 through 2.1.3
- Fixed a moderate security issue (GHSA-v832-4r73-wx5j)
Full release notes can be found at https://github.com/louislam/uptime-kuma/releases