From aeedef57d8f5de1043645df9bc206b6f655f054f Mon Sep 17 00:00:00 2001 From: nmfretz Date: Mon, 16 Dec 2024 16:20:37 +1000 Subject: [PATCH] Update umami to v2.15.1 --- umami/docker-compose.yml | 2 +- umami/umbrel-app.yml | 13 ++++--------- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/umami/docker-compose.yml b/umami/docker-compose.yml index 7617ed403e..b7e4a00a4e 100644 --- a/umami/docker-compose.yml +++ b/umami/docker-compose.yml @@ -8,7 +8,7 @@ services: PROXY_AUTH_ADD: "false" app: - image: ghcr.io/umami-software/umami:postgresql-v2.14.0@sha256:54ccf9903edf09791889504360e776b52c358ebddf5a5e8662257b2555608f27 + image: ghcr.io/umami-software/umami:postgresql-v2.15.1@sha256:b96ff776b0e1dfafb3c366a92119b1a72a656c9c20006d47e07df9dbbffe9331 user: "1000:1000" restart: on-failure stop_grace_period: 1m diff --git a/umami/umbrel-app.yml b/umami/umbrel-app.yml index 7e87599527..0c63f7ea07 100644 --- a/umami/umbrel-app.yml +++ b/umami/umbrel-app.yml @@ -3,7 +3,7 @@ id: umami name: Umami tagline: Simple, fast, privacy-focused alternative to Google Analytics category: developer -version: "2.14.0" +version: "2.15.1" port: 25727 description: >- Empowering insights. Preserving privacy. @@ -48,14 +48,9 @@ defaultUsername: admin defaultPassword: umami dependencies: [] releaseNotes: >- - This update includes several major improvements: - - New revenue tracking report for monitoring revenue data - - Enhanced dashboard with website visibility toggles and search functionality - - Added support for hash-based URL routing - - Improved team management with automatic redirect to last selected team - - - Language updates have been made for German, French, Russian, Czech, and German-Swiss. + This is a minor update focused on fixing issues for MySQL and ARM users. + - Fixed chart rendering issues + - Fixed various stability improvements Full release notes are found at https://github.com/umami-software/umami/releases.