From e0e7bae2af4f27e532d1996bd29d59f5cd58a4f1 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Mon, 23 Mar 2026 18:28:01 +0100 Subject: [PATCH] =?UTF-8?q?fix(tracearr):=20update=20image=20ghcr.io/conno?= =?UTF-8?q?rgallopo/tracearr=201.4.23=20=E2=86=92=201.4.24=20(#46336)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/connorgallopo/tracearr](https://redirect.github.com/connorgallopo/Tracearr) | patch | `3093664` → `39cd3f0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes
connorgallopo/Tracearr (ghcr.io/connorgallopo/tracearr) ### [`v1.4.24`](https://redirect.github.com/connorgallopo/Tracearr/releases/tag/v1.4.24) [Compare Source](https://redirect.github.com/connorgallopo/Tracearr/compare/v1.4.23...v1.4.24) Create and restore database backups from Settings. Manual or scheduled (daily/weekly/monthly) with retention policies. Restore handles the full process — stops services, restores the DB, clears Redis, runs pending migrations, and restarts. Rolls back if anything fails. - **Version checks** — Won't let you restore a backup from a newer PostgreSQL or TimescaleDB version than what you're running. - **Backup volume** — Docker compose files now support mounts at `/data/backup` for the backup path. - **Docs** — Session detail sheet shows pause/resume cycles when a session has more than one segment. Each one lists start, stop, duration, and pause time. Added PostgreSQL, TimescaleDB, and Redis versions. Docker deployments show container memory/CPU, volume free space, and system load. Log download button zips up all supervisor logs (supervised only). Added `artistName`, `albumName`, `trackNumber`, and `discNumber` to the MediaInfo schema for music tracks. Plex libraries force a full scan every 7 sync cycles. Incremental syncs that return more than 30% of total items fall back to a full scan. Incomplete syncs (shows with no episodes, artists with no tracks) no longer save state — next cycle retries. Time-series charts moved from category axes to datetime axes with shared date parsing. - Redis in supervised mode runs with append-only persistence. - Entrypoint skips recursive `chown` when ownership is already correct — helps on large volumes. - Removed old PG16 compose file. - **Stream cache ([#​607](https://redirect.github.com/connorgallopo/Tracearr/issues/607))** — Sessions dropping out of the Redis active set on TTL expiry, disappearing from the dashboard until the next poll. - **History page** — Slow loads on large datasets. Disabled PostgreSQL JIT for these queries. - **Inactivity rules** — Comparison operators (gt, lt, eq, etc.) were ignored. Any inactive user matched regardless of threshold. - **Watch time** — Still calculating elapsed time on stopped sessions. - **User join dates ([#​620](https://redirect.github.com/connorgallopo/Tracearr/issues/620))** — Showing global account creation instead of per-server join date. - **Plex full scan ([#​619](https://redirect.github.com/connorgallopo/Tracearr/issues/619))** — No periodic safety net for incremental-only syncs. - **Error logging ([#​625](https://redirect.github.com/connorgallopo/Tracearr/issues/625))** — Stack traces not serializing in logs. Switched to Pino's `err` key. As always - thank you for the support and feedback!
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). --- charts/stable/tracearr/Chart.yaml | 4 ++-- charts/stable/tracearr/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/stable/tracearr/Chart.yaml b/charts/stable/tracearr/Chart.yaml index 7df2c001179..1986b391abb 100644 --- a/charts/stable/tracearr/Chart.yaml +++ b/charts/stable/tracearr/Chart.yaml @@ -8,7 +8,7 @@ annotations: trueforge.org/min_helm_version: "3.14" trueforge.org/train: stable apiVersion: v2 -appVersion: 1.4.23 +appVersion: 1.4.24 dependencies: - name: common version: 29.0.0 @@ -43,5 +43,5 @@ sources: - https://github.com/connorgallopo/Tracearr/blob/main/docker/docker-compose.yml - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/tracearr type: application -version: 3.0.0 +version: 3.0.1 diff --git a/charts/stable/tracearr/values.yaml b/charts/stable/tracearr/values.yaml index ef1b5f33258..23f68572bbb 100644 --- a/charts/stable/tracearr/values.yaml +++ b/charts/stable/tracearr/values.yaml @@ -2,7 +2,7 @@ image: repository: ghcr.io/connorgallopo/tracearr pullPolicy: IfNotPresent - tag: 1.4.23@sha256:30936647e202f36e61e57bb461cee172b8b04caeee9f666f1865ab797389e108 + tag: 1.4.24@sha256:39cd3f0145f841fa7b4434c3ffd02cfcec83acbc17f7d405995109b06ffab715 securityContext: container: