fix(filebrowser): update image docker.io/filebrowser/filebrowser v2.53.0 → v2.53.1 (#43355)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/filebrowser/filebrowser](https://redirect.github.com/filebrowser/filebrowser) | patch | `379e12c` -> `a22a0e9` | --- > [!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>filebrowser/filebrowser (docker.io/filebrowser/filebrowser)</summary> ### [`v2.53.1`](https://redirect.github.com/filebrowser/filebrowser/releases/tag/v2.53.1) [Compare Source](https://redirect.github.com/filebrowser/filebrowser/compare/v2.53.0...v2.53.1) #### Changelog - [`94ec786`](https://redirect.github.com/filebrowser/filebrowser/commit/94ec786d34aaaa924ed34719d4a972520f7fecb5) chore(release): 2.53.1 - [`25e9b85`](https://redirect.github.com/filebrowser/filebrowser/commit/25e9b85259343f9a3c0038e59866e2891895bae9) chore(deps): update all non-major dependencies ([#​5657](https://redirect.github.com/filebrowser/filebrowser/issues/5657)) - [`ffa893e`](https://redirect.github.com/filebrowser/filebrowser/commit/ffa893e9ac387a49dba5917a41df7c3b7ce120fc) fix: download path encoding file paths ([#​5655](https://redirect.github.com/filebrowser/filebrowser/issues/5655)) - [`b8151a0`](https://redirect.github.com/filebrowser/filebrowser/commit/b8151a038a1ea55afae8073b439b74e364cac12f) fix: request a password to change sensitive user data ([#​5629](https://redirect.github.com/filebrowser/filebrowser/issues/5629)) </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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvZmlsZWJyb3dzZXIiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
This commit is contained in:
@@ -11,7 +11,7 @@ annotations:
|
||||
truecharts.org/min_kubernetes_version: 1.24.0
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 2.53.0
|
||||
appVersion: 2.53.1
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.29.17
|
||||
@@ -38,5 +38,5 @@ sources:
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/filebrowser
|
||||
- https://hub.docker.com/r/filebrowser/filebrowser
|
||||
type: application
|
||||
version: 12.28.0
|
||||
version: 12.28.1
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: docker.io/filebrowser/filebrowser
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v2.53.0@sha256:379e12c1b49fb367b54265488a67f0789ab8903cf84655ce0282930cd7eda953
|
||||
tag: v2.53.1@sha256:a22a0e9cddfd9a83e10a0d53453fb412e152693257065299a78481a75a8c90ce
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
|
||||
Reference in New Issue
Block a user