diff --git a/uptime-kuma/docker-compose.yml b/uptime-kuma/docker-compose.yml index 80eedfe..9a42444 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.23.7@sha256:658b77607d872913cc1217e43e2288d35dd712c3d943c7c21fab0dfbd471b8ad + image: louislam/uptime-kuma:1.23.12@sha256:bc6f244ecf277eeff6cc54262b724b693b386766c28fe78d7d5b9247d37907fd restart: on-failure stop_grace_period: 1m volumes: diff --git a/uptime-kuma/umbrel-app.yml b/uptime-kuma/umbrel-app.yml index 0af2c21..9a4cf3e 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.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