fix(fireshare): update image docker.io/shaneisrael/fireshare 1.6.3 → 1.6.4 (#47258)
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 <details> <summary>ShaneIsrael/fireshare (docker.io/shaneisrael/fireshare)</summary> ### [`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`). </details> --- ### 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. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9maXJlc2hhcmUiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user