fix(fireshare): update image docker.io/shaneisrael/fireshare 1.6.2 → 1.6.3 (#47214)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/shaneisrael/fireshare](https://redirect.github.com/ShaneIsrael/fireshare) | patch | `df607e1` → `a670832` | --- > [!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.3`](https://redirect.github.com/ShaneIsrael/fireshare/releases/tag/v1.6.3) [Compare Source](https://redirect.github.com/ShaneIsrael/fireshare/compare/v1.6.2...v1.6.3) #### What's Changed **Improvements / Fixes:** - Added `image_defaults` to the default configuration and ensured it's kept in sync with `video_defaults` for privacy settings; if `image_defaults` is missing, it is automatically inherited from `video_defaults` - Added atomic writing for config files and improved error handling: invalid `config.json` files are now backed up and reset to defaults, preventing startup failures. - Added warnings if required data directories are not properly mounted, to help prevent data loss in containerized environments. **UI / UX:** - Improved image upload feedback: success alerts now reflect the actual number of images uploaded, and error messages include server responses for better troubleshooting. - Updated the image feed to automatically refresh after uploads, ensuring users see new images without manual reloads. **Full Changelog**: <https://github.com/ShaneIsrael/fireshare/compare/v1.6.2...v1.6.3> </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:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvZmlyZXNoYXJlIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9wYXRjaCJdfQ==-->
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.2
|
||||
appVersion: 1.6.3
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 29.0.15
|
||||
@@ -20,20 +20,20 @@ dependencies:
|
||||
import-values: []
|
||||
deprecated: false
|
||||
description: Share your game clips, videos, or other media via unique links.
|
||||
home: https://truecharts.org/truetech/truecharts/charts/stable/fireshare
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/fireshare.webp
|
||||
home: https://trueforge.org/truetech/truecharts/charts/stable/fireshare
|
||||
icon: https://trueforge.org/img/hotlink-ok/chart-icons/fireshare.webp
|
||||
keywords:
|
||||
- fireshare
|
||||
kubeVersion: '>=1.33.0-0'
|
||||
kubeVersion: '>=1.27.0-0'
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
email: info@trueforge.org
|
||||
url: https://trueforge.org
|
||||
name: fireshare
|
||||
sources:
|
||||
- https://github.com/ShaneIsrael/fireshare
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/fireshare
|
||||
- https://hub.docker.com/r/shaneisrael/fireshare
|
||||
type: application
|
||||
version: 10.1.3
|
||||
version: 10.1.4
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: docker.io/shaneisrael/fireshare
|
||||
tag: 1.6.2@sha256:df607e19db0e2f25626aca09109eaea73162500c0efaa60dea7baddc81499ea3
|
||||
tag: 1.6.3@sha256:a6708322e68a9322ee11d146252d1ca0de5555ef3900da97c6d80a96b03555ba
|
||||
|
||||
securityContext:
|
||||
container:
|
||||
|
||||
Reference in New Issue
Block a user