chore(helm): update image docker.io/filebrowser/filebrowser v2.48.2 → v2.49.0 (#41971)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/filebrowser/filebrowser](https://redirect.github.com/filebrowser/filebrowser) | minor | `79e7cd8` -> `e9ef757` | --- > [!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.49.0`](https://redirect.github.com/filebrowser/filebrowser/releases/tag/v2.49.0) [Compare Source](https://redirect.github.com/filebrowser/filebrowser/compare/v2.48.2...v2.49.0) #### Changelog - [`119609c`](https://redirect.github.com/filebrowser/filebrowser/commit/119609c83436c1b9607a94d4efd82a57b2d137cb) chore(release): 2.49.0 - [`d48f566`](https://redirect.github.com/filebrowser/filebrowser/commit/d48f5665d6975c4cbbdf9be20dc2e0106db02f01) feat: add "copy download link to clipboard" button to Share prompt ([#​5173](https://redirect.github.com/filebrowser/filebrowser/issues/5173)) - [`54306bd`](https://redirect.github.com/filebrowser/filebrowser/commit/54306bdc8700fac489326ae81e28ac5db0580d13) feat: Updates for project File Browser ([#​5566](https://redirect.github.com/filebrowser/filebrowser/issues/5566)) - [`33deedf`](https://redirect.github.com/filebrowser/filebrowser/commit/33deedf559b80436569282923662078ff2b6cee0) chore(deps): update dependency vue-i18n to v11.2.1 ([#​5574](https://redirect.github.com/filebrowser/filebrowser/issues/5574)) - [`88d1eec`](https://redirect.github.com/filebrowser/filebrowser/commit/88d1eecc4e9b4c5d7076ecb3c9971c272da287de) chore(deps): update dependency eslint-plugin-vue to v10.6.0 ([#​5573](https://redirect.github.com/filebrowser/filebrowser/issues/5573)) - [`43db19f`](https://redirect.github.com/filebrowser/filebrowser/commit/43db19f8c886f97106fb10d55186a12cb3472d54) chore(deps): update all non-major dependencies ([#​5571](https://redirect.github.com/filebrowser/filebrowser/issues/5571)) - [`a360f26`](https://redirect.github.com/filebrowser/filebrowser/commit/a360f26979d57dd39cb19568844fffecaa5655f6) chore(deps): update actions/checkout action to v6 ([#​5572](https://redirect.github.com/filebrowser/filebrowser/issues/5572)) - [`ab367a2`](https://redirect.github.com/filebrowser/filebrowser/commit/ab367a27407a06fe934278698f7ae296e4e1584a) chore(deps): update all non-major dependencies ([#​5567](https://redirect.github.com/filebrowser/filebrowser/issues/5567)) - [`5df5508`](https://redirect.github.com/filebrowser/filebrowser/commit/5df5508a856ba4e46702aff77ad334c8c99c9ffe) chore: add govet, gocritic and revive - [`6d5aa35`](https://redirect.github.com/filebrowser/filebrowser/commit/6d5aa355e433d613e5a3ae137f410c63baeddf0f) fix: display friendly error message for password validation on signup ([#​5563](https://redirect.github.com/filebrowser/filebrowser/issues/5563)) - [`a3b5584`](https://redirect.github.com/filebrowser/filebrowser/commit/a3b5584505a5430aa9facfaa2025826259533010) chore(deps): update dependency [@​vitejs/plugin-vue](https://redirect.github.com/vitejs/plugin-vue) to v6.0.2 ([#​5564](https://redirect.github.com/filebrowser/filebrowser/issues/5564)) - [`8db2411`](https://redirect.github.com/filebrowser/filebrowser/commit/8db2411cd43a23ae3292a817e3524cfdb5ae9b86) feat: add Bulgarian language </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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
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.48.2
|
||||
appVersion: 2.49.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.26.3
|
||||
@@ -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.21.1
|
||||
version: 12.22.0
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: docker.io/filebrowser/filebrowser
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v2.48.2@sha256:79e7cd8f88b72a8961d09a140dc5351ba2bd729c9dc99fa1328177d5f44a3695
|
||||
tag: v2.49.0@sha256:e9ef7570b2e4110e9842f2e004f2aaac246e54e7fef2b3b9f4352a3a1bb04508
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
|
||||
Reference in New Issue
Block a user