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.15.1 #1943

Merged
merged 1 commit into from
Dec 17, 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.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
Expand Down
13 changes: 4 additions & 9 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.14.0"
version: "2.15.1"
port: 25727
description: >-
Empowering insights. Preserving privacy.
Expand Down Expand Up @@ -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.
Expand Down
Loading