From 6d0db9ca73691e9db5a74e2d681b777d2feaf2a3 Mon Sep 17 00:00:00 2001 From: Nathan Fretz Date: Tue, 3 Sep 2024 11:59:54 +1000 Subject: [PATCH] Update umami to version v2.13.2 (#1423) --- umami/docker-compose.yml | 2 +- umami/umbrel-app.yml | 13 ++++++------- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/umami/docker-compose.yml b/umami/docker-compose.yml index 787cd7a3..a77c5bbe 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.13.1@sha256:f7430c8cf62c7b0699c6836017dc68df535676e9ce2071a008b87bbf30c3f4cb + image: ghcr.io/umami-software/umami:postgresql-v2.13.2@sha256:611cacc80f53fe289f7e7bfe301032a117fb57e790c37272ee05f3b0eba690a3 user: "1000:1000" restart: on-failure stop_grace_period: 1m diff --git a/umami/umbrel-app.yml b/umami/umbrel-app.yml index d4f6b5b9..7bc742e8 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.13.1" +version: "2.13.2" port: 25727 description: >- Empowering insights. Preserving privacy. @@ -49,12 +49,11 @@ defaultPassword: umami dependencies: [] releaseNotes: >- This update includes several improvements: - - - Fixed incomplete chart data - - Fixed error with custom event properties - - Fixed date sorting issues - - Updated Catalan (ca-ES) language + - Fixed incorrect referrer + - Fixed chart rendering issues + - Fixed metrics changes not appearing on dashboard + - Updated German, Catalan, and Korean languages Full release notes are found at https://github.com/umami-software/umami/releases. -path: "" \ No newline at end of file +path: "/dashboard" \ No newline at end of file