From edead22aa39b20a4e30a38926dae458d0858f960 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Mon, 29 Dec 2025 11:37:17 +0100 Subject: [PATCH] =?UTF-8?q?feat(filebrowser):=20update=20image=20docker.io?= =?UTF-8?q?/filebrowser/filebrowser=20v2.52.0=20=E2=86=92=20v2.53.0=20(#43?= =?UTF-8?q?247)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/filebrowser/filebrowser](https://redirect.github.com/filebrowser/filebrowser) | minor | `363c1ea` -> `379e12c` | --- > [!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
filebrowser/filebrowser (docker.io/filebrowser/filebrowser) ### [`v2.53.0`](https://redirect.github.com/filebrowser/filebrowser/releases/tag/v2.53.0) [Compare Source](https://redirect.github.com/filebrowser/filebrowser/compare/v2.52.0...v2.53.0) #### Changelog - [`943e534`](https://redirect.github.com/filebrowser/filebrowser/commit/943e5340d0c9c7ff61294a21018a1e2a8632a60b) chore(release): 2.53.0 - [`88aa56f`](https://redirect.github.com/filebrowser/filebrowser/commit/88aa56f53bd02d0a451f4c5bf68e5cf121e7de94) chore(docs): update CLI documentation - [`a12a612`](https://redirect.github.com/filebrowser/filebrowser/commit/a12a612970d6cc3dfbca1b35ef3a60a887a4effb) feat: update translations - [`a2d80c6`](https://redirect.github.com/filebrowser/filebrowser/commit/a2d80c62c1c17962e566f68fb7cac6960ed3e4cb) feat: add "disable image resolution calculation" flag ([#​5638](https://redirect.github.com/filebrowser/filebrowser/issues/5638)) - [`1faa218`](https://redirect.github.com/filebrowser/filebrowser/commit/1faa21844f84f09d58ace7d8ffa3518d1355f22e) chore(deps): update all non-major dependencies ([#​5639](https://redirect.github.com/filebrowser/filebrowser/issues/5639)) - [`7a93b2a`](https://redirect.github.com/filebrowser/filebrowser/commit/7a93b2a0623555ee118a1d357a6e342519906c4a) docs: clarify scope of config file and environment variables ([#​5643](https://redirect.github.com/filebrowser/filebrowser/issues/5643)) - [`032d6c7`](https://redirect.github.com/filebrowser/filebrowser/commit/032d6c7520a64686c9d9b1218562256f629b4703) feat: update translations ([#​5631](https://redirect.github.com/filebrowser/filebrowser/issues/5631)) - [`9595f39`](https://redirect.github.com/filebrowser/filebrowser/commit/9595f3939c1c129ed875a47adcc4fbcfad9a0e65) fix: conversion of backslashes in file paths for archive creation ([#​5637](https://redirect.github.com/filebrowser/filebrowser/issues/5637)) - [`60b1ee8`](https://redirect.github.com/filebrowser/filebrowser/commit/60b1ee8bb9e18b21d7f2c04cb1cc90046cecd3e1) fix: fix nil deref in config set command ([#​5641](https://redirect.github.com/filebrowser/filebrowser/issues/5641)) - [`79d1aa9`](https://redirect.github.com/filebrowser/filebrowser/commit/79d1aa9229b076ee8e3b71d6cf061fc90738f4da) fix: Don't crash on invalid config import ([#​5640](https://redirect.github.com/filebrowser/filebrowser/issues/5640)) - [`20bfd13`](https://redirect.github.com/filebrowser/filebrowser/commit/20bfd131c6a4fca48a645b52171c2d1cc3ce92b7) feat: support streaming response for search results ([#​5630](https://redirect.github.com/filebrowser/filebrowser/issues/5630)) - [`f899756`](https://redirect.github.com/filebrowser/filebrowser/commit/f89975603e29b9f1fc05aec58afb42bbd56ed696) feat: update translations ([#​5626](https://redirect.github.com/filebrowser/filebrowser/issues/5626)) - [`2d3b64e`](https://redirect.github.com/filebrowser/filebrowser/commit/2d3b64ecf6113fed3c4d6920f70597b07d58424b) chore(deps): update all non-major dependencies ([#​5628](https://redirect.github.com/filebrowser/filebrowser/issues/5628)) - [`579756d`](https://redirect.github.com/filebrowser/filebrowser/commit/579756dbb517c06948dab7ad781b61ec79d065e1) chore(deps): update all non-major dependencies ([#​5621](https://redirect.github.com/filebrowser/filebrowser/issues/5621))
--- ### 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. --- - [ ] 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). --- charts/stable/filebrowser/Chart.yaml | 4 ++-- charts/stable/filebrowser/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/stable/filebrowser/Chart.yaml b/charts/stable/filebrowser/Chart.yaml index 0faebf63104..d272c71520e 100644 --- a/charts/stable/filebrowser/Chart.yaml +++ b/charts/stable/filebrowser/Chart.yaml @@ -11,7 +11,7 @@ annotations: truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 -appVersion: 2.52.0 +appVersion: 2.53.0 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.27.4 +version: 12.28.0 diff --git a/charts/stable/filebrowser/values.yaml b/charts/stable/filebrowser/values.yaml index fdd7c5e5470..444b2f17dd9 100644 --- a/charts/stable/filebrowser/values.yaml +++ b/charts/stable/filebrowser/values.yaml @@ -1,7 +1,7 @@ image: repository: docker.io/filebrowser/filebrowser pullPolicy: IfNotPresent - tag: v2.52.0@sha256:363c1eae79e7c08bbb994c3511875cbcb65e70df9ac850221d60400c362f4ff9 + tag: v2.53.0@sha256:379e12c1b49fb367b54265488a67f0789ab8903cf84655ce0282930cd7eda953 workload: main: podSpec: