diff --git a/uptime-kuma/docker-compose.yml b/uptime-kuma/docker-compose.yml index 0e84a39..56e3871 100644 --- a/uptime-kuma/docker-compose.yml +++ b/uptime-kuma/docker-compose.yml @@ -7,7 +7,7 @@ services: APP_PORT: 3001 uptime-kuma: - image: louislam/uptime-kuma:1.16.1@sha256:f5706f21ba0af08775505aeddf61aff1d344038f6df5a90865699b86677dfd99 + image: louislam/uptime-kuma:1.17.1@sha256:a4eab252e5a27ead9e92f04d755d6cc968be923b277aae42ac8cf633e2da3b15 restart: on-failure stop_grace_period: 1m volumes: diff --git a/uptime-kuma/umbrel-app.yml b/uptime-kuma/umbrel-app.yml index fe6d843..6e02912 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.16.1" +version: "1.17.1" tagline: Self-hosted uptime monitoring tool description: > Uptime Kuma is a self-hosted monitoring tool like Uptime Robot. @@ -38,3 +38,31 @@ gallery: - 3.jpg path: "" defaultPassword: "" +releaseNotes: > + - Add settings for notification of certificate expiry (Thanks @chakflying) + + - Cache DNS records on HTTP(s) monitor (Thanks @gregdev) + + - Add new monitor type: MS SQL Server (Thanks @christopherpickering) + + - Add new notification: ntfy (Thanks @philippdormann) + + - Add NTML Auth Option for HTTP(s) (Thanks @christopherpickering) + + - Pre-render some html for status page such as title and meta tag + + - Optimize page load time by Gzip or Brotli + + - [HTTP Keyword] Show some pure text body (first 50-char) in notification when keyword not found + + - Handle page not found (Thanks @domingospanta) + + - Reduce monitoring log - Smaller log size and disk usage + + - Fix upside down mode issue for push monitors (Thanks @kaysond) + + - Fix default notifications are not enabled + + - Fix Lunasea do not send general message + + - Fix cloudflared cannot be stopped in No Auth mode