fix(tracearr): update image ghcr.io/connorgallopo/tracearr 1.4.5 → 1.4.6 (#44121)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/connorgallopo/tracearr](https://redirect.github.com/connorgallopo/Tracearr) | patch | `71cd7e1` -> `ff1b112` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>connorgallopo/Tracearr (ghcr.io/connorgallopo/tracearr)</summary> ### [`v1.4.6`](https://redirect.github.com/connorgallopo/Tracearr/releases/tag/v1.4.6) [Compare Source](https://redirect.github.com/connorgallopo/Tracearr/compare/v1.4.5...v1.4.6) ### Tracearr v1.4.6 - Media Statistics, Public API, Translations, and More! ##### Media Statistics New section under Stats for library insights: - **Growth** - Track collection expansion over time (movies, episodes, music) - **Quality Evolution** - Watch the shift from SD to 4K over months/years - **Storage Trends** - Predictive charts for space planning - **Codec/Resolution** - HEVC vs H.264 vs AV1, 4K/1080p/720p/SD breakdown - **Stale Content** - Find unwatched media - **Most Watched** - Top movies and shows by plays and watch time - **Duplicates** - Detect duplicate files - **ROI Analysis** - Storage vs watch time value Snapshots backfill automatically so charts show historical data immediately. ##### Public API REST API with Bearer token auth, API key management in Settings, and interactive Swagger docs at `/api-docs`. ##### Translations German complete. Frontend and mobile fully internationalized. Infrastructure ready for community contributions. ##### Account Inactivity Rules New rule type that flags users who haven't streamed in a configurable number of days. ##### Bulk Actions Multi-select rows in Violations, Users, Rules, and History tables for mass operations. ##### Enhanced Geolocation ASN data and ISP/network provider info now shown in session details. ##### Draggable Servers Reorder connected servers in Settings. Display order persists across the app. ##### Mobile App Drawer navigation, History screen with filters, User profile viewing. ##### Fixes - Plex/Emby transcode showing wrong source resolution/bitrate - 4:3 aspect 1080p content incorrectly labeled as 720p - Map only working with primary server - JellyStat import and music library handling - Drizzle Kit on Windows - Memory usage during large imports </details> --- ### 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. --- - [ ] <!-- rebase-check -->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). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvdHJhY2VhcnIiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
This commit is contained in:
@@ -11,7 +11,7 @@ annotations:
|
|||||||
truecharts.org/min_kubernetes_version: 1.24.0
|
truecharts.org/min_kubernetes_version: 1.24.0
|
||||||
truecharts.org/train: stable
|
truecharts.org/train: stable
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 1.4.5
|
appVersion: 1.4.6
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 28.29.36
|
version: 28.29.36
|
||||||
@@ -46,5 +46,5 @@ sources:
|
|||||||
- https://github.com/connorgallopo/Tracearr/blob/main/docker/docker-compose.yml
|
- https://github.com/connorgallopo/Tracearr/blob/main/docker/docker-compose.yml
|
||||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/tracearr
|
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/tracearr
|
||||||
type: application
|
type: application
|
||||||
version: 1.0.11
|
version: 1.0.12
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
image:
|
image:
|
||||||
repository: ghcr.io/connorgallopo/tracearr
|
repository: ghcr.io/connorgallopo/tracearr
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: 1.4.5@sha256:71cd7e16b2cd783f9a545bc3869087a6ecc38ebb9a17e3cc66e32ae911be488c
|
tag: 1.4.6@sha256:ff1b1124f6a04ea403c247f94620e7fbe2c0de36f5f6b0191164675cc65d5b5b
|
||||||
|
|
||||||
securityContext:
|
securityContext:
|
||||||
container:
|
container:
|
||||||
|
|||||||
Reference in New Issue
Block a user