fix(filebrowser): update image docker.io/filebrowser/filebrowser v2.63.10 → v2.63.13 (#48757)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/filebrowser/filebrowser](https://redirect.github.com/filebrowser/filebrowser) | patch | `b030806` → `e79c381` | --- > [!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>filebrowser/filebrowser (docker.io/filebrowser/filebrowser)</summary> ### [`v2.63.13`](https://redirect.github.com/filebrowser/filebrowser/releases/tag/v2.63.13) [Compare Source](https://redirect.github.com/filebrowser/filebrowser/compare/v2.63.12...v2.63.13) #### Changelog - [`67ed670`](https://redirect.github.com/filebrowser/filebrowser/commit/67ed670d92966e0c8b57d7b726572be6b905fe8a) chore(release): 2.63.13 - [`a1a514d`](https://redirect.github.com/filebrowser/filebrowser/commit/a1a514dcbb216d2080412c5354eea1e1fb033050) fix: copy/move allow overwrite - [`5f7311d`](https://redirect.github.com/filebrowser/filebrowser/commit/5f7311d32437e98d7c14c7b307a4f68109275535) refactor: cleanup and simplify upload.ts ### [`v2.63.12`](https://redirect.github.com/filebrowser/filebrowser/releases/tag/v2.63.12) [Compare Source](https://redirect.github.com/filebrowser/filebrowser/compare/v2.63.11...v2.63.12) #### Changelog - [`998bd95`](https://redirect.github.com/filebrowser/filebrowser/commit/998bd95bfad1a9fbb81d214a77b168a393639718) chore(release): 2.63.12 - [`c1abe8f`](https://redirect.github.com/filebrowser/filebrowser/commit/c1abe8f561208bf36bde70879d1a15ef9de998fa) fix: await copy move conflict detection ([#​5978](https://redirect.github.com/filebrowser/filebrowser/issues/5978)) - [`0bb2768`](https://redirect.github.com/filebrowser/filebrowser/commit/0bb2768754d11b865d68e72dcd7cebb232a6308a) fix: keep mobile file sort controls visible ([#​5977](https://redirect.github.com/filebrowser/filebrowser/issues/5977)) - [`7b7ff8a`](https://redirect.github.com/filebrowser/filebrowser/commit/7b7ff8ae8f97393b2e6ae6e061c1f780077c32b6) fix: skip inaccessible children when listing directories ([#​5958](https://redirect.github.com/filebrowser/filebrowser/issues/5958)) ### [`v2.63.11`](https://redirect.github.com/filebrowser/filebrowser/releases/tag/v2.63.11) [Compare Source](https://redirect.github.com/filebrowser/filebrowser/compare/v2.63.10...v2.63.11) #### Changelog - [`1086903`](https://redirect.github.com/filebrowser/filebrowser/commit/1086903c14553545aef0f1a5321011cb139aca3d) chore(release): 2.63.11 - [`3471ec2`](https://redirect.github.com/filebrowser/filebrowser/commit/3471ec2c4b6473831c72ee889cb3c1a6849a1fb1) fix: incomplete fix for symlinked directories let scopes users and public-share recipients read and write files outside of scope </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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9maWxlYnJvd3NlciIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
This commit is contained in:
@@ -9,7 +9,7 @@ annotations:
|
||||
trueforge.org/min_helm_version: "3.14"
|
||||
trueforge.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 2.63.10
|
||||
appVersion: 2.63.13
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 29.3.4
|
||||
@@ -36,5 +36,5 @@ sources:
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/filebrowser
|
||||
- https://hub.docker.com/r/filebrowser/filebrowser
|
||||
type: application
|
||||
version: 13.4.3
|
||||
version: 13.4.4
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
image:
|
||||
repository: docker.io/filebrowser/filebrowser
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v2.63.10@sha256:b0308060fb45b7767f7cf4a21d40e5e0152bad798794907769288a7a12436895
|
||||
tag: v2.63.13@sha256:e79c381fdbf549a48adc6268c74b920b70cab53663995a2e8142964eedea10c7
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
|
||||
Reference in New Issue
Block a user