fix(tracearr): update image ghcr.io/connorgallopo/tracearr 1.4.3 → 1.4.5 (#43598)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/connorgallopo/tracearr](https://redirect.github.com/connorgallopo/Tracearr) | patch | `87eb8e3` -> `71cd7e1` | --- > [!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.5`](https://redirect.github.com/connorgallopo/Tracearr/releases/tag/v1.4.5) [Compare Source](https://redirect.github.com/connorgallopo/Tracearr/compare/v1.4.4...v1.4.5) ### Tracearr v1.4.5 hotfix [#​178](https://redirect.github.com/connorgallopo/Tracearr/issues/178) and [#​179](https://redirect.github.com/connorgallopo/Tracearr/issues/179) ### [`v1.4.4`](https://redirect.github.com/connorgallopo/Tracearr/releases/tag/v1.4.4) [Compare Source](https://redirect.github.com/connorgallopo/Tracearr/compare/v1.4.3...v1.4.4) ### Tracearr v1.4.4 - Notification Overhaul, Activity Tracking, and Various Fixes! ##### Notification Agents - Completely rebuilt notification system with modular agent architecture. Each service (Discord, Pushover, Webhooks) is now a self-contained card you can configure independently. - **Pushover support** ##### User Activity Tracking - Server users now show their last activity date based on most recent stream. See it in the Users table and User Detail view. ##### Server Logs in UI - View and search server logs directly from Settings (Supervised Installs) ##### Bandwidth Sorting - Stats/Bandwidth page now lets you sort by data usage. ##### Translation - Portuguese (PT-PT) added! ##### Fixes - **Emby transcode display** - Source resolution was showing transcoded values instead of original. A 4K→1080p transcode now correctly shows 4K as the source, not 1080p. - **Cinemascope labeling** - 1920x800 content (2.40:1 movies) was incorrectly labeled as 720p. Now correctly shows as 1080p based on width. - **Stream termination** - Messages now properly propagate to Jellyfin/Emby clients. Added custom message support. - **Version checker** - Was ignoring newer release versions when on beta. - **Import resilience** - Tautulli/JellyStat imports no longer fail completely on bad data. Skips bad records and continues. - **JellyStat transcodes** - Fixed transcode detection logic for imports. - **Settings save race condition** - Debounced save was occasionally losing changes. - **Form validation** - Refactored for consistent behavior across settings pages. ##### Improvements - Combined settings pages for cleaner organization - Standardized Mbps display formatting across the app - Normalized framerate values - Fixed sorting on data tables where it would only sort the page, not all records </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/train: incubator
|
||||
apiVersion: v2
|
||||
appVersion: 1.4.3
|
||||
appVersion: 1.4.5
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.29.17
|
||||
@@ -46,5 +46,5 @@ sources:
|
||||
- https://github.com/connorgallopo/Tracearr/blob/main/docker/docker-compose.yml
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/incubator/tracearr
|
||||
type: application
|
||||
version: 0.2.1
|
||||
version: 0.2.2
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: ghcr.io/connorgallopo/tracearr
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 1.4.3@sha256:87eb8e3f480c050bba6fa753488f5e8998735a5e87cf0d6b5c0547170cd30d71
|
||||
tag: 1.4.5@sha256:71cd7e16b2cd783f9a545bc3869087a6ecc38ebb9a17e3cc66e32ae911be488c
|
||||
|
||||
securityContext:
|
||||
container:
|
||||
|
||||
Reference in New Issue
Block a user