feat(filebrowser): update image docker.io/filebrowser/filebrowser v2.57.1 → v2.58.0 (#44919)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/filebrowser/filebrowser](https://redirect.github.com/filebrowser/filebrowser) | minor | `6ef368f` → `d2c4958` | --- > [!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.58.0`](https://redirect.github.com/filebrowser/filebrowser/releases/tag/v2.58.0) [Compare Source](https://redirect.github.com/filebrowser/filebrowser/compare/v2.57.1...v2.58.0) #### Changelog - [`95e6ed7`](https://redirect.github.com/filebrowser/filebrowser/commit/95e6ed75a73a0dd0e98ab8984d873223b9594bed) chore(release): 2.58.0 - [`b09960e`](https://redirect.github.com/filebrowser/filebrowser/commit/b09960e538387ff29371c80be1584720f65181e7) fix(frontend): pnpm lock - [`5e8f5be`](https://redirect.github.com/filebrowser/filebrowser/commit/5e8f5be245fd0126545ef5ca61c2d428ac128ad5) feat: Updates for project File Browser ([#​5759](https://redirect.github.com/filebrowser/filebrowser/issues/5759)) - [`e5bc0d3`](https://redirect.github.com/filebrowser/filebrowser/commit/e5bc0d3cce18fa7b069688b176b99efbb67382d2) fix: wrap response text in Error before reject ([#​5753](https://redirect.github.com/filebrowser/filebrowser/issues/5753)) - [`f67bccf`](https://redirect.github.com/filebrowser/filebrowser/commit/f67bccf8c5470cb280fe854d92aa2666c270bcf5) feat: support for multiple encodings in CSV files ([#​5756](https://redirect.github.com/filebrowser/filebrowser/issues/5756)) - [`88b97de`](https://redirect.github.com/filebrowser/filebrowser/commit/88b97def9ee72fe6e8094209aebb71830b7305be) feat: nederlands - [`1f7904d`](https://redirect.github.com/filebrowser/filebrowser/commit/1f7904dad21a87f04e1543ee10b60ce79e5eebe9) fix: ignore version.go - [`5feaf66`](https://redirect.github.com/filebrowser/filebrowser/commit/5feaf665757dac947988905c1429e21687b17412) chore(deps): update all non-major dependencies ([#​5758](https://redirect.github.com/filebrowser/filebrowser/issues/5758)) - [`c94870f`](https://redirect.github.com/filebrowser/filebrowser/commit/c94870fcfe1b4acb2db9ab897b9f7d35e3b75770) feat: Updates for project File Browser ([#​5749](https://redirect.github.com/filebrowser/filebrowser/issues/5749)) - [`6a76dfe`](https://redirect.github.com/filebrowser/filebrowser/commit/6a76dfeba9254a938e320928c67d110f73f83715) fix: respect Accept-Encoding for pre-compressed JS ([#​5750](https://redirect.github.com/filebrowser/filebrowser/issues/5750)) </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:eyJjcmVhdGVkSW5WZXIiOiI0My44LjUiLCJ1cGRhdGVkSW5WZXIiOiI0My44LjUiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXBwL2ZpbGVicm93c2VyIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9taW5vciJdfQ==-->
This commit is contained in:
@@ -14,7 +14,7 @@ annotations:
|
||||
trueforge.org/min_helm_version: "3.14"
|
||||
trueforge.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 2.57.1
|
||||
appVersion: 2.58.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.29.49
|
||||
@@ -41,5 +41,5 @@ sources:
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/filebrowser
|
||||
- https://hub.docker.com/r/filebrowser/filebrowser
|
||||
type: application
|
||||
version: 12.32.2
|
||||
version: 12.33.0
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: docker.io/filebrowser/filebrowser
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v2.57.1@sha256:6ef368f5a0730ee1638886e4b77a94503fcc302569f7d2ae980b23d59072a700
|
||||
tag: v2.58.0@sha256:d2c49584ea840f13860ca61f016e4aee0a858b07488ff4c303d54e4828f12e0b
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
|
||||
Reference in New Issue
Block a user