mirror of
https://github.com/truecharts/charts.git
synced 2026-07-06 12:41:23 -03:00
fix(tracearr): update image ghcr.io/connorgallopo/tracearr 1.4.12 → 1.4.13 (#44734)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/connorgallopo/tracearr](https://redirect.github.com/connorgallopo/Tracearr) | patch | `3ac79a0` → `43a3bc4` | --- > [!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.13`](https://redirect.github.com/connorgallopo/Tracearr/releases/tag/v1.4.13) [Compare Source](https://redirect.github.com/connorgallopo/Tracearr/compare/v1.4.12...v1.4.13) Visual rule builder with nested AND/OR condition groups: - **Granular Transcoding** - Target video-only, audio-only, either, or neither - **Kill Stream Messages** - Custom termination messages sent to users - **Same Device Exclusion** - Cross-session rules can ignore same-device activity - **Transcode Re-evaluation** - Rules re-check when state changes mid-session - **Action Tracking** - Success/failure/skip stored per-action - **AND MORE** - Check out the docs (here)\[<https://docs.tracearr.com/configuration/rules>] to learn more! Violations now have a dedicated detail page showing the session snapshot, rule that triggered it, and action results. - **Added the ability to reset the login password** - [See more in the docs](https://docs.tracearr.com/faq#how-do-i-reset-my-tracearr-password) Thanks [@​durzo](https://redirect.github.com/durzo) ! - **Session Renaming** - Rename paired mobile devices from the web app - **Alert Badges** - Tab badges show counts for violations and activity - **Violation Inspection** - Reworked voilation UI with the ability to drill down into the full details - **New Android Package** - Changed to com.tracearr.mobile for Google Play in preparation for public release - We are now setup on Crowdin to track and better support folks looking to help us improve translations in the apps! Check it out [here](https://crowdin.com/project/tracearr)! - Transcode vs Direct Play counting on dashboard - Transcode details not updating after resolution change - Emby library item counts wrong - Music artwork fallback to album art - Widescreen 1080p classified as 720p - Track artist ignored in favor of album artist - Inactivity check not running after rule changes - Plex sessions not killing reliably - Server filter missing from some charts - Firefox number inputs and scroll behavior in rule builder - iOS app badge not clearing on open - Android push token registration - Emby/Jellyfin concatenated title edge cases - Connection pool exhaustion during temp table queries - Tautulli import crashing on malformed records - You may have to "Generate History" when you apply this update. You will be prompted when visiting a page if that is the case. Might take a little so be patient but this is to fix previous data that needed some cleanup! - iOS Public App will be out potentially by EOD! \-- Thanks for your continued feedback and support! - [@​gallapagos](https://redirect.github.com/gallapagos) </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:eyJjcmVhdGVkSW5WZXIiOiI0My40LjIiLCJ1cGRhdGVkSW5WZXIiOiI0My40LjIiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXBwL3RyYWNlYXJyIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9wYXRjaCJdfQ==-->
This commit is contained in:
@@ -14,7 +14,7 @@ annotations:
|
||||
trueforge.org/min_helm_version: "3.14"
|
||||
trueforge.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 1.4.12
|
||||
appVersion: 1.4.13
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.29.49
|
||||
@@ -49,5 +49,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: 1.0.22
|
||||
version: 1.0.23
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: ghcr.io/connorgallopo/tracearr
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 1.4.12@sha256:3ac79a0cae844ea4642ae8098a12f2bdea191d5f11c03b38b3085d41ccb36b90
|
||||
tag: 1.4.13@sha256:43a3bc479063f86bc8ab913658d3d3b2137e261284c693fd8585eb4cf8bc3267
|
||||
|
||||
securityContext:
|
||||
container:
|
||||
|
||||
Reference in New Issue
Block a user