haraldkoch / kochhaus-home

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

fix(container): update ghcr.io/gethomepage/homepage ( v0.9.10 → v0.9.11 ) [main] #5628

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

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

This PR contains the following updates:

Package Update Change
ghcr.io/gethomepage/homepage patch v0.9.10 -> v0.9.11

Release Notes

gethomepage/homepage (ghcr.io/gethomepage/homepage) ### [`v0.9.11`](https://redirect.github.com/gethomepage/homepage/releases/tag/v0.9.11) [Compare Source](https://redirect.github.com/gethomepage/homepage/compare/v0.9.10...v0.9.11) #### What's Changed - Fix: correct caculations for mailcow widget by [@​shamoon](https://redirect.github.com/shamoon) in [https://github.com/gethomepage/homepage/pull/4055](https://redirect.github.com/gethomepage/homepage/pull/4055) - Fix: lubelogger vehicleID not working with labels by [@​shamoon](https://redirect.github.com/shamoon) in [https://github.com/gethomepage/homepage/pull/4066](https://redirect.github.com/gethomepage/homepage/pull/4066) - Chore(deps-dev): Bump eslint from 8.57.0 to 8.57.1 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/gethomepage/homepage/pull/4074](https://redirect.github.com/gethomepage/homepage/pull/4074) - Chore(deps-dev): Bump postcss from 8.4.45 to 8.4.47 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/gethomepage/homepage/pull/4073](https://redirect.github.com/gethomepage/homepage/pull/4073) - Chore(deps): Bump follow-redirects from 1.15.8 to 1.15.9 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/gethomepage/homepage/pull/4075](https://redirect.github.com/gethomepage/homepage/pull/4075) - Chore(deps-dev): Bump typescript from 5.5.4 to 5.6.2 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/gethomepage/homepage/pull/4076](https://redirect.github.com/gethomepage/homepage/pull/4076) - Chore(deps-dev): Bump eslint-plugin-react from 7.36.1 to 7.37.1 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/gethomepage/homepage/pull/4077](https://redirect.github.com/gethomepage/homepage/pull/4077) - Fix: wg-easy disabled field not visible by [@​shamoon](https://redirect.github.com/shamoon) in [https://github.com/gethomepage/homepage/pull/4096](https://redirect.github.com/gethomepage/homepage/pull/4096) - Enhancement: handle immich v1.118 breaking API change by [@​shamoon](https://redirect.github.com/shamoon) in [https://github.com/gethomepage/homepage/pull/4110](https://redirect.github.com/gethomepage/homepage/pull/4110) - Fix: add noreferrer to bookmark links by [@​shamoon](https://redirect.github.com/shamoon) in [https://github.com/gethomepage/homepage/pull/4112](https://redirect.github.com/gethomepage/homepage/pull/4112) - Feature: Vikunja service widget by [@​vhsdream](https://redirect.github.com/vhsdream) in [https://github.com/gethomepage/homepage/pull/4118](https://redirect.github.com/gethomepage/homepage/pull/4118) - Enhancement: support netalertX token for password-protected instances by [@​shamoon](https://redirect.github.com/shamoon) in [https://github.com/gethomepage/homepage/pull/4122](https://redirect.github.com/gethomepage/homepage/pull/4122) #### New Contributors - [@​vhsdream](https://redirect.github.com/vhsdream) made their first contribution in [https://github.com/gethomepage/homepage/pull/4118](https://redirect.github.com/gethomepage/homepage/pull/4118) **Full Changelog**: https://github.com/gethomepage/homepage/compare/v0.9.10...v0.9.11

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 days ago
--- HelmRelease: default/homepage Deployment: default/homepage

+++ HelmRelease: default/homepage Deployment: default/homepage

@@ -40,13 +40,13 @@

       - env:
         - name: TZ
           value: Etc/UTC
         envFrom:
         - secretRef:
             name: homepage-secret
-        image: ghcr.io/gethomepage/homepage:v0.9.10
+        image: ghcr.io/gethomepage/homepage:v0.9.11
         livenessProbe:
           failureThreshold: 3
           initialDelaySeconds: 0
           periodSeconds: 10
           tcpSocket:
             port: 3000
doug-piranha-bot[bot] commented 2 days ago
--- kubernetes/main/apps/default/homepage/app Kustomization: flux-system/homepage HelmRelease: default/homepage

+++ kubernetes/main/apps/default/homepage/app Kustomization: flux-system/homepage HelmRelease: default/homepage

@@ -37,13 +37,13 @@

               TZ: Etc/UTC
             envFrom:
             - secretRef:
                 name: homepage-secret
             image:
               repository: ghcr.io/gethomepage/homepage
-              tag: v0.9.10
+              tag: v0.9.11
             probes:
               liveness:
                 enabled: true
               readiness:
                 enabled: true
             resources: