haraldkoch / kochhaus-home

Experimental homelab configuration for running things on kubernetes
MIT License
114 stars 14 forks source link

fix(container): update docker.io/filebrowser/filebrowser ( v2.31.1 → v2.31.2 ) [main] #5547

Closed doug-piranha-bot[bot] closed 1 week ago

doug-piranha-bot[bot] commented 2 weeks ago

This PR contains the following updates:

Package Update Change
docker.io/filebrowser/filebrowser patch v2.31.1 -> v2.31.2

Release Notes

filebrowser/filebrowser (docker.io/filebrowser/filebrowser) ### [`v2.31.2`](https://redirect.github.com/filebrowser/filebrowser/releases/tag/v2.31.2) [Compare Source](https://redirect.github.com/filebrowser/filebrowser/compare/v2.31.1...v2.31.2) ##### Changelog - [`129a4fd`](https://redirect.github.com/filebrowser/filebrowser/commit/129a4fd39d550bd2a449575cf93f061593e39102) chore(release): 2.31.2 - [`64400ff`](https://redirect.github.com/filebrowser/filebrowser/commit/64400ffda8b09f66b8662a3c9400235139800a4d) fix: files list alignment ([#​3494](https://redirect.github.com/filebrowser/filebrowser/issues/3494)) - [`03d74ee`](https://redirect.github.com/filebrowser/filebrowser/commit/03d74ee7582196c09720f8d488056339f06c446c) build(deps): bump rollup from 4.21.3 to 4.22.4 in /frontend ([#​3504](https://redirect.github.com/filebrowser/filebrowser/issues/3504)) - [`2b37e69`](https://redirect.github.com/filebrowser/filebrowser/commit/2b37e696c9bde4d0c453de236a3555d982346bbb) fix: added whitespace before version ([#​3510](https://redirect.github.com/filebrowser/filebrowser/issues/3510)) - [`21d5ee1`](https://redirect.github.com/filebrowser/filebrowser/commit/21d5ee1b97e9d553e299cd739e4539909e2ff03d) chore: bump 'actions/stale' to latest version ([#​3489](https://redirect.github.com/filebrowser/filebrowser/issues/3489)) - [`ec7b643`](https://redirect.github.com/filebrowser/filebrowser/commit/ec7b643e8e9499f7ff226ec7f8e63a9df9890352) build(deps-dev): bump vite from 5.2.7 to 5.4.6 in /frontend ([#​3496](https://redirect.github.com/filebrowser/filebrowser/issues/3496)) - [`d729701`](https://redirect.github.com/filebrowser/filebrowser/commit/d729701bd47cb71863b00567c7f21b5a20fc0f32) chore: fix typos ([#​3490](https://redirect.github.com/filebrowser/filebrowser/issues/3490)) - [`406d4f7`](https://redirect.github.com/filebrowser/filebrowser/commit/406d4f78845a1684df7c9c457b208f4dd9b2a930) fix: change location of custom init scripts ([#​3493](https://redirect.github.com/filebrowser/filebrowser/issues/3493)) - [`1e7c415`](https://redirect.github.com/filebrowser/filebrowser/commit/1e7c41505fb6a3b9baa1534787492a186e09bcfb) fix: german translation spelling typos ([#​3469](https://redirect.github.com/filebrowser/filebrowser/issues/3469))

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

â™» 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.



This PR has been generated by Renovate Bot.

doug-piranha-bot[bot] commented 2 weeks ago
--- HelmRelease: media/media-browser Deployment: media/media-browser

+++ HelmRelease: media/media-browser Deployment: media/media-browser

@@ -46,13 +46,13 @@

         - name: FB_NOAUTH
           value: 'true'
         - name: FB_ROOT
           value: /media
         - name: TZ
           value: ${TIMEZONE:=Etc/UTC}
-        image: docker.io/filebrowser/filebrowser:v2.31.1
+        image: docker.io/filebrowser/filebrowser:v2.31.2
         livenessProbe:
           failureThreshold: 3
           httpGet:
             path: /health
             port: 80
           initialDelaySeconds: 0
--- HelmRelease: storage/syncthing Deployment: storage/syncthing-browser

+++ HelmRelease: storage/syncthing Deployment: storage/syncthing-browser

@@ -46,13 +46,13 @@

         - name: FB_NOAUTH
           value: 'true'
         - name: FB_ROOT
           value: /var/syncthing
         - name: TZ
           value: ${TIMEZONE:=Etc/UTC}
-        image: docker.io/filebrowser/filebrowser:v2.31.1
+        image: docker.io/filebrowser/filebrowser:v2.31.2
         livenessProbe:
           failureThreshold: 3
           httpGet:
             path: /health
             port: 80
           initialDelaySeconds: 0
doug-piranha-bot[bot] commented 2 weeks ago
--- kubernetes/main/apps/media/media-browser/app Kustomization: flux-system/media-browser HelmRelease: media/media-browser

+++ kubernetes/main/apps/media/media-browser/app Kustomization: flux-system/media-browser HelmRelease: media/media-browser

@@ -36,13 +36,13 @@

               FB_LOG: stdout
               FB_NOAUTH: true
               FB_ROOT: /media
               TZ: ${TIMEZONE:=Etc/UTC}
             image:
               repository: docker.io/filebrowser/filebrowser
-              tag: v2.31.1
+              tag: v2.31.2
             probes:
               liveness:
                 custom: true
                 enabled: true
                 spec:
                   failureThreshold: 3
--- kubernetes/main/apps/storage/syncthing/app Kustomization: flux-system/syncthing HelmRelease: storage/syncthing

+++ kubernetes/main/apps/storage/syncthing/app Kustomization: flux-system/syncthing HelmRelease: storage/syncthing

@@ -39,13 +39,13 @@

               FB_LOG: stdout
               FB_NOAUTH: true
               FB_ROOT: /var/syncthing
               TZ: ${TIMEZONE:=Etc/UTC}
             image:
               repository: docker.io/filebrowser/filebrowser
-              tag: v2.31.1
+              tag: v2.31.2
             probes:
               liveness:
                 custom: true
                 enabled: true
                 spec:
                   failureThreshold: 3