Browse Source

Update Uptime Kuma to 1.23.11 (#1028)

Co-authored-by: nmfretz <nmfretz@gmail.com>
main
Shub 9 months ago
committed by GitHub
parent
commit
da79d98df5
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      uptime-kuma/docker-compose.yml
  2. 33
      uptime-kuma/umbrel-app.yml

2
uptime-kuma/docker-compose.yml

@ -7,7 +7,7 @@ services:
APP_PORT: 3001
server:
image: louislam/uptime-kuma:1.23.7@sha256:658b77607d872913cc1217e43e2288d35dd712c3d943c7c21fab0dfbd471b8ad
image: louislam/uptime-kuma:1.23.12@sha256:bc6f244ecf277eeff6cc54262b724b693b386766c28fe78d7d5b9247d37907fd
restart: on-failure
stop_grace_period: 1m
volumes:

33
uptime-kuma/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: uptime-kuma
category: networking
name: Uptime Kuma
version: "1.23.7"
version: "1.23.12"
tagline: Self-hosted uptime monitoring tool
description: >
Uptime Kuma is a self-hosted monitoring tool like Uptime Robot.
@ -39,36 +39,9 @@ gallery:
path: ""
defaultPassword: ""
releaseNotes: >
⚠️ Due to a security fix in this update, all login sessions will be logged out after updating to this version.
If you are using some unofficial/3rd party tools, you may need to re-generate an auth token.
This release updates Uptime Kuma from version 1.23.7 to 1.23.12 and includes various improvements, security fixes, and bug fixes.
This release updates Uptime Kuma from version 1.23.3 to 1.23.7.
💇‍♀️ Improvements:
- Show the original timeout message again and +10 seconds for abort signal
- Improved error message on abort signal timeout (Thanks @chakflying)
🐛 Bug Fixes:
- Fixed a memory leak issue. Close the client postgresql connection after rejection. (Thanks @mvaled)
- Reverted "Restart running monitors if no heartbeat", which causes some issues from 1.23.4 to 1.23.6.
⬆️ Security Fixes
- An XSS issue in the "Google Analytics ID" text field (Reported by @gtg2619) (Read more: GHSA-v4v2-8h88-65qj)
- Rewrite Tailscale ping using spawnSync (Reported by @vaadata-pascala) (Read more: GHSA-v4v2-8h88-65qj)
- getGameList, testChrome are no longer accessible without login
Full changelog for versions 1.23.3 to 1.23.7 can be found here: https://github.com/louislam/uptime-kuma/releases
Full release notes can be found at https://github.com/louislam/uptime-kuma/releases
submitter: Philipp Haussleiter
submission: https://github.com/getumbrel/umbrel/pull/1148

Loading…
Cancel
Save