chore(helm): update image docker.io/filebrowser/filebrowser v2.43.0 → v2.44.0 (#40017)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/filebrowser/filebrowser](https://redirect.github.com/filebrowser/filebrowser) | minor | `1d0bcba` -> `f633694` | --- > [!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.44.0`](https://redirect.github.com/filebrowser/filebrowser/releases/tag/v2.44.0) [Compare Source](https://redirect.github.com/filebrowser/filebrowser/compare/v2.43.0...v2.44.0) #### Changelog - [`878cdfb`](https://redirect.github.com/filebrowser/filebrowser/commit/878cdfbc52bdb4c4385f24904a87927f852cb907) chore(release): 2.44.0 - [`1165f00`](https://redirect.github.com/filebrowser/filebrowser/commit/1165f00bd4dcb0dcfbc084f54f51902ba4b4a714) feat: Updates for project File Browser ([#​5457](https://redirect.github.com/filebrowser/filebrowser/issues/5457)) - [`949ddff`](https://redirect.github.com/filebrowser/filebrowser/commit/949ddffef20e38169902c5fd74dca4815dcecf11) fix: some formatting issues with i18n files - [`c472542`](https://redirect.github.com/filebrowser/filebrowser/commit/c4725428e07da72b855009e2c13c6ed91d32e0b7) fix: computation of file path - [`d29ad35`](https://redirect.github.com/filebrowser/filebrowser/commit/d29ad356d1067c87b2821debab91286549f512a0) feat: Improved path display in the new file and directory modal ([#​5451](https://redirect.github.com/filebrowser/filebrowser/issues/5451)) - [`692ca5e`](https://redirect.github.com/filebrowser/filebrowser/commit/692ca5eaf01e4dcf346ba03f82c5dbd50cce246b) fix(upload): throttle upload speed calculation to 100ms to avoid Infinity MB/s ([#​5456](https://redirect.github.com/filebrowser/filebrowser/issues/5456)) - [`b9787c7`](https://redirect.github.com/filebrowser/filebrowser/commit/b9787c78f3889171f94db19e7655dce68c64b6fb) feat: allow setting ace editor theme ([#​3826](https://redirect.github.com/filebrowser/filebrowser/issues/3826)) - [`dec7a02`](https://redirect.github.com/filebrowser/filebrowser/commit/dec7a027378fbc6948d203199c44a640a141bcad) feat: Translate frontend/src/i18n/en.json in no - [`0eade71`](https://redirect.github.com/filebrowser/filebrowser/commit/0eade717ce9d04bf48051922f11d983edbc7c2d0) feat: Updates for project File Browser ([#​5450](https://redirect.github.com/filebrowser/filebrowser/issues/5450)) - [`e6c674b`](https://redirect.github.com/filebrowser/filebrowser/commit/e6c674b3c616831942c4d4aacab0907d58003e23) fix: show login when session token expires - [`4ff247e`](https://redirect.github.com/filebrowser/filebrowser/commit/4ff247e134e4d61668ee656a258ed67f71414e18) feat: Updates for project File Browser ([#​5446](https://redirect.github.com/filebrowser/filebrowser/issues/5446)) </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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
This commit is contained in:
@@ -9,7 +9,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.14"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 2.43.0
|
||||
appVersion: 2.44.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.20.0
|
||||
@@ -36,5 +36,5 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/filebrowser
|
||||
- https://hub.docker.com/r/filebrowser/filebrowser
|
||||
type: application
|
||||
version: 12.11.0
|
||||
version: 12.12.0
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: docker.io/filebrowser/filebrowser
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v2.43.0@sha256:1d0bcba4bd7d8886cc6f77c791694d69f9c7c78e889c4ed3a5734529daed9fa1
|
||||
tag: v2.44.0@sha256:f63369420687482dfdf252f80ef675f44ca1d1cd3a631261fb424136214fe629
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
|
||||
Reference in New Issue
Block a user