fix(fireshare): update image docker.io/shaneisrael/fireshare 1.5.2 → 1.5.3 (#46575)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/shaneisrael/fireshare](https://redirect.github.com/ShaneIsrael/fireshare) | patch | `ad00395` → `8b63cd3` | --- > [!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.5.3`](https://redirect.github.com/ShaneIsrael/fireshare/releases/tag/v1.5.3) [Compare Source](https://redirect.github.com/ShaneIsrael/fireshare/compare/v1.5.2...v1.5.3) #### What's Changed - Switch to SVT encoder by [@​CTalvio](https://redirect.github.com/CTalvio) in [#​514](https://redirect.github.com/ShaneIsrael/fireshare/pull/514) - Fix path traversal vulnerability in public upload by [@​ShaneIsrael](https://redirect.github.com/ShaneIsrael) in [#​520](https://redirect.github.com/ShaneIsrael/fireshare/pull/520) **Full Changelog**: <https://github.com/ShaneIsrael/fireshare/compare/v1.5.2...v1.5.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:
@@ -8,7 +8,7 @@ annotations:
|
||||
trueforge.org/min_helm_version: "3.14"
|
||||
trueforge.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 1.5.2
|
||||
appVersion: 1.5.3
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 29.0.0
|
||||
@@ -34,5 +34,5 @@ sources:
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/fireshare
|
||||
- https://hub.docker.com/r/shaneisrael/fireshare
|
||||
type: application
|
||||
version: 10.0.1
|
||||
version: 10.0.2
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: docker.io/shaneisrael/fireshare
|
||||
tag: 1.5.2@sha256:ad0039506c129e44e29d58f81419fd92db919e6531f17390cf42a6433f7830a7
|
||||
tag: 1.5.3@sha256:8b63cd3d5e8597ac6ea77bc86796844b1fe5d02be9387aef7315df247043f304
|
||||
|
||||
securityContext:
|
||||
container:
|
||||
|
||||
Reference in New Issue
Block a user