From 255656ebb373deaa164612b7e8d342e895796c86 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Mon, 20 Apr 2026 05:35:03 +0200 Subject: [PATCH] =?UTF-8?q?fix(fireshare):=20update=20image=20docker.io/sh?= =?UTF-8?q?aneisrael/fireshare=201.6.3=20=E2=86=92=201.6.4=20(#47258)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/shaneisrael/fireshare](https://redirect.github.com/ShaneIsrael/fireshare) | patch | `a670832` → `a393879` | --- > [!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
ShaneIsrael/fireshare (docker.io/shaneisrael/fireshare) ### [`v1.6.4`](https://redirect.github.com/ShaneIsrael/fireshare/releases/tag/v1.6.4) [Compare Source](https://redirect.github.com/ShaneIsrael/fireshare/compare/v1.6.3...v1.6.4) #### What's Changed ##### Bug Fixes - Fixed an issue where uploading large or slow files could result in the video never appearing in the library after upload completed successfully - Fixed a race condition that could result in multiple workers attempting to transcode the same file - Fixed an issue where transcoding the same video multiple times simultaneously could cause corrupted output or failed transcodes - Fixed an issue where transcoding would silently fail if the job was interrupted by a container restart. Affected jobs are now automatically retried on next startup ##### Improvements - Transcoding jobs are now queued in the database, so manually triggered transcodes from any session are no longer lost if the server handles the request on a different internal worker - Video library scans no longer skip or get blocked while a long transcode is in progress - Servers with high core-count CPUs (e.g. 32-core Threadripper) no longer spawn an excessive number of worker processes, which could exhaust container PID limits and prevent startup. By default, Fireshare will us at most 4 workers with 8 threads each. If you want more or less workers than the defaults worker count can now be tuned via environment variables (`GUNICORN_WORKERS`, `GUNICORN_WORKER_CAP`, `GUNICORN_THREADS`).
--- ### Configuration 📅 **Schedule**: (UTC) - 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/fireshare/Chart.yaml | 4 ++-- charts/stable/fireshare/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/stable/fireshare/Chart.yaml b/charts/stable/fireshare/Chart.yaml index 7aa3259ddd3..e816d312020 100644 --- a/charts/stable/fireshare/Chart.yaml +++ b/charts/stable/fireshare/Chart.yaml @@ -9,7 +9,7 @@ annotations: trueforge.org/min_helm_version: "3.14" trueforge.org/train: stable apiVersion: v2 -appVersion: 1.6.3 +appVersion: 1.6.4 dependencies: - name: common version: 29.1.0 @@ -35,5 +35,5 @@ sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/fireshare - https://hub.docker.com/r/shaneisrael/fireshare type: application -version: 10.2.0 +version: 10.2.1 diff --git a/charts/stable/fireshare/values.yaml b/charts/stable/fireshare/values.yaml index 3a0a90863c5..f6f0e6830ea 100644 --- a/charts/stable/fireshare/values.yaml +++ b/charts/stable/fireshare/values.yaml @@ -2,7 +2,7 @@ image: pullPolicy: IfNotPresent repository: docker.io/shaneisrael/fireshare - tag: 1.6.3@sha256:a6708322e68a9322ee11d146252d1ca0de5555ef3900da97c6d80a96b03555ba + tag: 1.6.4@sha256:a393879bd8aacf5f6ff150dc6a2f5536751c3ba134c987b9aaa74f7636fb9951 securityContext: container: