mirror of
https://github.com/truecharts/charts.git
synced 2026-07-06 08:41:35 -03:00
fix(fireshare): update image docker.io/shaneisrael/fireshare 1.4.0 → 1.4.2 (#44794)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/shaneisrael/fireshare](https://redirect.github.com/ShaneIsrael/fireshare) | patch | `71d4dda` → `a5cef8a` | --- > [!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>ShaneIsrael/fireshare (docker.io/shaneisrael/fireshare)</summary> ### [`v1.4.2`](https://redirect.github.com/ShaneIsrael/fireshare/releases/tag/v1.4.2) [Compare Source](https://redirect.github.com/ShaneIsrael/fireshare/compare/v1.4.1...v1.4.2) #### What's Changed - Search Bar in Games.js now functional, added new Sort-by bar in Feed.js by [@​dammitjeff](https://redirect.github.com/dammitjeff) - Add Transcode configuration settings in Settings, 480p transcoding support by [@​dammitjeff](https://redirect.github.com/dammitjeff) - Sidebar transcode status style update [@​ShaneIsrael](https://redirect.github.com/ShaneIsrael) - Fix TranscodingStatus duplicate polling via module-level singleton by [@​ShaneIsrael](https://redirect.github.com/ShaneIsrael) - Fix transcode status not updating during backend scan by [@​ShaneIsrael](https://redirect.github.com/ShaneIsrael) - Add select all/none button in edit mode by [@​dammitjeff](https://redirect.github.com/dammitjeff) - Move upload card to sidebar by [@​ShaneIsrael](https://redirect.github.com/ShaneIsrael) - Update date scanning logic to look at exif data first before falling back to title [@​ShaneIsrael](https://redirect.github.com/ShaneIsrael) **Full Changelog**: <https://github.com/ShaneIsrael/fireshare/compare/v1.4.1...v1.4.2> ### [`v1.4.1`](https://redirect.github.com/ShaneIsrael/fireshare/releases/tag/v1.4.1) [Compare Source](https://redirect.github.com/ShaneIsrael/fireshare/compare/v1.4.0...v1.4.1) #### What's Changed - Add support for public game tagging, remove redundant show public upload card by [@​dammitjeff](https://redirect.github.com/dammitjeff) in [#​406](https://redirect.github.com/ShaneIsrael/fireshare/pull/406) - removed loose placeholder link in Readme by [@​dammitjeff](https://redirect.github.com/dammitjeff) in [#​408](https://redirect.github.com/ShaneIsrael/fireshare/pull/408) - Games feed now only shows games with at least 1 linked video, new Games Banner and "Sort by" option by [@​dammitjeff](https://redirect.github.com/dammitjeff) in [#​407](https://redirect.github.com/ShaneIsrael/fireshare/pull/407) - Add new Dates System, file scanning functionality, update notes message by [@​dammitjeff](https://redirect.github.com/dammitjeff) in [#​412](https://redirect.github.com/ShaneIsrael/fireshare/pull/412) - Added Feature: RSS Feed by [@​smartlizardpy](https://redirect.github.com/smartlizardpy) in [#​415](https://redirect.github.com/ShaneIsrael/fireshare/pull/415) - added flex breaks for large date groups, fixing odd alignments on hanging dates by [@​dammitjeff](https://redirect.github.com/dammitjeff) in [#​419](https://redirect.github.com/ShaneIsrael/fireshare/pull/419) - Fix SQLite timeout issues: StaticPool, reduced busy\_timeout, remove page\_size pragma by [@​ShaneIsrael](https://redirect.github.com/ShaneIsrael) in [#​422](https://redirect.github.com/ShaneIsrael/fireshare/pull/422) #### Important Note For existing libraries, you'll likely want to go to your settings and click the "Scan for Missing Dates". This will resolve all the "UKNOWN DATE" text you are likely seeing across your existing library. #### New Contributors - [@​smartlizardpy](https://redirect.github.com/smartlizardpy) made their first contribution in [#​415](https://redirect.github.com/ShaneIsrael/fireshare/pull/415) **Full Changelog**: <https://github.com/ShaneIsrael/fireshare/compare/v1.4.0...v1.4.1> </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:eyJjcmVhdGVkSW5WZXIiOiI0My40LjIiLCJ1cGRhdGVkSW5WZXIiOiI0My40LjIiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXBwL2ZpcmVzaGFyZSIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
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.0
|
||||
appVersion: 1.4.2
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.29.49
|
||||
@@ -40,5 +40,5 @@ sources:
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/fireshare
|
||||
- https://hub.docker.com/r/shaneisrael/fireshare
|
||||
type: application
|
||||
version: 9.15.6
|
||||
version: 9.15.7
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: docker.io/shaneisrael/fireshare
|
||||
tag: 1.4.0@sha256:71d4dda51e48502a1f540898186d4b2d2863a414facc3b18af20af45151fdbc1
|
||||
tag: 1.4.2@sha256:a5cef8ae69ab11590d529b3f3d8d40eab3915002652f71937763033b837a1e00
|
||||
|
||||
securityContext:
|
||||
container:
|
||||
|
||||
Reference in New Issue
Block a user