martinohmann / home-ops

Wife approved HomeOps driven by Kubernetes and GitOps using Flux
MIT License
9 stars 0 forks source link

fix(container): update ghcr.io/gethomepage/homepage ( v0.9.3 → v0.9.5 ) #1141

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

Mend Renovate

This PR contains the following updates:

Package Update Change
ghcr.io/gethomepage/homepage patch v0.9.3 -> v0.9.5

Release Notes

gethomepage/homepage (ghcr.io/gethomepage/homepage) ### [`v0.9.5`](https://togithub.com/gethomepage/homepage/releases/tag/v0.9.5) [Compare Source](https://togithub.com/gethomepage/homepage/compare/v0.9.4...v0.9.5) ##### What's Changed - Fix: correct k8s service status check from v0.9.4 by [@​shamoon](https://togithub.com/shamoon) in [https://github.com/gethomepage/homepage/pull/3753](https://togithub.com/gethomepage/homepage/pull/3753) - Enhancement: support pfsense v2 api by [@​shamoon](https://togithub.com/shamoon) in [https://github.com/gethomepage/homepage/pull/3716](https://togithub.com/gethomepage/homepage/pull/3716) - Feature: Frigate service widget by [@​j0ton](https://togithub.com/j0ton) in [https://github.com/gethomepage/homepage/pull/3743](https://togithub.com/gethomepage/homepage/pull/3743) **Full Changelog**: https://github.com/gethomepage/homepage/compare/v0.9.3...v0.9.5 ### [`v0.9.4`](https://togithub.com/gethomepage/homepage/releases/tag/v0.9.4) [Compare Source](https://togithub.com/gethomepage/homepage/compare/v0.9.3...v0.9.4) #### What's Changed - Enhancement: support pfsense v2 api by [@​shamoon](https://togithub.com/shamoon) in [https://github.com/gethomepage/homepage/pull/3716](https://togithub.com/gethomepage/homepage/pull/3716) - Fix: don't show "partial" for k8s status if there are completed job pods by [@​charlesthomas](https://togithub.com/charlesthomas) in [https://github.com/gethomepage/homepage/pull/3735](https://togithub.com/gethomepage/homepage/pull/3735) - Feature: Frigate service widget by [@​j0ton](https://togithub.com/j0ton) in [https://github.com/gethomepage/homepage/pull/3743](https://togithub.com/gethomepage/homepage/pull/3743) #### New Contributors - [@​charlesthomas](https://togithub.com/charlesthomas) made their first contribution in [https://github.com/gethomepage/homepage/pull/3735](https://togithub.com/gethomepage/homepage/pull/3735) - [@​j0ton](https://togithub.com/j0ton) made their first contribution in [https://github.com/gethomepage/homepage/pull/3743](https://togithub.com/gethomepage/homepage/pull/3743) **Full Changelog**: https://github.com/gethomepage/homepage/compare/v0.9.3...v0.9.4

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 Mend Renovate. View repository job log here.

github-actions[bot] commented 1 month ago

helmrelease changes in kubernetes/main

--- HelmRelease: default/homepage Deployment: default/homepage

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

@@ -45,13 +45,13 @@

       hostPID: false
       dnsPolicy: ClusterFirst
       containers:
       - env:
         - name: LOG_TARGETS
           value: stdout
-        image: ghcr.io/gethomepage/homepage:v0.9.3
+        image: ghcr.io/gethomepage/homepage:v0.9.5
         livenessProbe:
           failureThreshold: 3
           initialDelaySeconds: 0
           periodSeconds: 10
           tcpSocket:
             port: 3000
github-actions[bot] commented 1 month ago

kustomization changes in kubernetes/main

--- 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 @@

         containers:
           app:
             env:
               LOG_TARGETS: stdout
             image:
               repository: ghcr.io/gethomepage/homepage
-              tag: v0.9.3
+              tag: v0.9.5
             probes:
               liveness:
                 enabled: true
               readiness:
                 enabled: true
             resources: