Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update umami to version v2.14.0 #1854

Merged
merged 1 commit into from
Nov 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion umami/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: "3.7"

Check notice on line 1 in umami/docker-compose.yml

View workflow job for this annotation

GitHub Actions / Lint apps

Potentially using unsafe user in service "db"

The default container user "root" can lead to security vulnerabilities. If you are using the root user, please try to specify a different user (e.g. "1000:1000") in the compose file or try to set the UID/PUID and GID/PGID environment variables to 1000.

services:
app_proxy:
Expand All @@ -8,7 +8,7 @@
PROXY_AUTH_ADD: "false"

app:
image: ghcr.io/umami-software/umami:postgresql-v2.13.2@sha256:611cacc80f53fe289f7e7bfe301032a117fb57e790c37272ee05f3b0eba690a3
image: ghcr.io/umami-software/umami:postgresql-v2.14.0@sha256:54ccf9903edf09791889504360e776b52c358ebddf5a5e8662257b2555608f27
user: "1000:1000"
restart: on-failure
stop_grace_period: 1m
Expand Down
15 changes: 9 additions & 6 deletions umami/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ id: umami
name: Umami
tagline: Simple, fast, privacy-focused alternative to Google Analytics
category: developer
version: "2.13.2"
version: "2.14.0"
port: 25727
description: >-
Empowering insights. Preserving privacy.
Expand Down Expand Up @@ -48,11 +48,14 @@ defaultUsername: admin
defaultPassword: umami
dependencies: []
releaseNotes: >-
This update includes several improvements:
- Fixed incorrect referrer
- Fixed chart rendering issues
- Fixed metrics changes not appearing on dashboard
- Updated German, Catalan, and Korean languages
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.


Full release notes are found at https://github.com/umami-software/umami/releases.
Expand Down