feat(filebrowser): update image docker.io/filebrowser/filebrowser v2.55.0 → v2.56.0 (#44071)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/filebrowser/filebrowser](https://redirect.github.com/filebrowser/filebrowser) | minor | `51042a8` -> `2c54423` | --- > [!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.56.0`](https://redirect.github.com/filebrowser/filebrowser/releases/tag/v2.56.0) [Compare Source](https://redirect.github.com/filebrowser/filebrowser/compare/v2.55.0...v2.56.0) #### Changelog - [`1053aac`](https://redirect.github.com/filebrowser/filebrowser/commit/1053aace8c9a63ded3780f44b18f724cd5602e65) chore(release): 2.56.0 - [`004488c`](https://redirect.github.com/filebrowser/filebrowser/commit/004488c15b3c30784e1ea564b3ca9feec7bcad08) fix: avoid clearing selection when clicking elements outside the empty area ([#​5715](https://redirect.github.com/filebrowser/filebrowser/issues/5715)) - [`3032a1f`](https://redirect.github.com/filebrowser/filebrowser/commit/3032a1fade43737c51c49b5ccda34f336394c2ed) fix: adjust columns of the table from the "users ls" command ([#​5716](https://redirect.github.com/filebrowser/filebrowser/issues/5716)) - [`87f1d00`](https://redirect.github.com/filebrowser/filebrowser/commit/87f1d00fd70951003e3ab05f4ff243b6dd0b5ca7) chore(deps): update all non-major dependencies ([#​5714](https://redirect.github.com/filebrowser/filebrowser/issues/5714)) - [`f0f2f1f`](https://redirect.github.com/filebrowser/filebrowser/commit/f0f2f1ff069aae566d8bf25ec275da59f29a96bc) feat: Updates for project File Browser ([#​5698](https://redirect.github.com/filebrowser/filebrowser/issues/5698)) </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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvZmlsZWJyb3dzZXIiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
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.55.0
|
||||
appVersion: 2.56.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.29.36
|
||||
@@ -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.30.7
|
||||
version: 12.31.0
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: docker.io/filebrowser/filebrowser
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v2.55.0@sha256:51042a8c9a77bd2fdb3eb70d96830025defcfa7fc8aa9c587cade91cb7446f4f
|
||||
tag: v2.56.0@sha256:2c54423548d030a0613e144151d7783eb43321a3a79a1ba291c24b4198c048b1
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
|
||||
Reference in New Issue
Block a user