Update umami to v2.17.0 (#2302)

This commit is contained in:
Alexander L. 2025-03-11 01:58:18 +01:00 committed by GitHub
parent 87aaa87959
commit c78621ad34
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 7 deletions

View File

@ -8,7 +8,7 @@ services:
PROXY_AUTH_ADD: "false" PROXY_AUTH_ADD: "false"
app: app:
image: ghcr.io/umami-software/umami:postgresql-v2.16.1@sha256:3ac884f53b793b51e70b52386d39a85724d9a425a299bacd7d35ade352462df8 image: ghcr.io/umami-software/umami:postgresql-v2.17.0@sha256:837eb91c54200f6f087e5c21d5f050ceb3b659eed49af91402dac04dd53bbac1
user: "1000:1000" user: "1000:1000"
restart: on-failure restart: on-failure
stop_grace_period: 1m stop_grace_period: 1m

View File

@ -3,7 +3,7 @@ id: umami
name: Umami name: Umami
tagline: Simple, fast, privacy-focused alternative to Google Analytics tagline: Simple, fast, privacy-focused alternative to Google Analytics
category: developer category: developer
version: "2.16.1" version: "2.17.0"
port: 25727 port: 25727
description: >- description: >-
Empowering insights. Preserving privacy. Empowering insights. Preserving privacy.
@ -49,11 +49,12 @@ defaultPassword: umami
dependencies: [] dependencies: []
releaseNotes: >- releaseNotes: >-
This update includes several major improvements: This update includes several major improvements:
- New "Channels" view showing traffic division and direct traffic - New batch send feature for importing large amounts of data through the API
- Added grouped referrers to consolidate traffic from related domains - Added payload overrides for custom IP, user agent, and timestamp data
- Added option to ignore URL hashes with data-exclude-hash=true attribute - Introduced "Do Not Track" option with data-do-not-track=true parameter
- Updated Mongolian, Persian, and Spanish language support - Improved paid ad channel detection
- Fixed various issues including event tracking, custom filtering, user roles, and funnel reports - Fixed issues with referrer filtering, CORS headers, and journey reports
Full release notes are found at https://github.com/umami-software/umami/releases Full release notes are found at https://github.com/umami-software/umami/releases
path: "/dashboard" path: "/dashboard"