dstewen / flux-cluster

Template used for k3s flux environment imported 14/10/2023
MIT License
0 stars 0 forks source link

fix(container): update image ghcr.io/gethomepage/homepage to v0.9.8 #1351

Closed self-hosted-test[bot] closed 1 month ago

self-hosted-test[bot] commented 1 month ago

This PR contains the following updates:

Package Update Change
ghcr.io/gethomepage/homepage patch v0.9.6 -> v0.9.8

Release Notes

gethomepage/homepage (ghcr.io/gethomepage/homepage) ### [`v0.9.8`](https://redirect.github.com/gethomepage/homepage/releases/tag/v0.9.8) [Compare Source](https://redirect.github.com/gethomepage/homepage/compare/v0.9.7...v0.9.8) #### What's Changed - Enhancement: support ESPHome widget authentication by [@​juanisierra](https://redirect.github.com/juanisierra) in [https://github.com/gethomepage/homepage/pull/3846](https://redirect.github.com/gethomepage/homepage/pull/3846) - Feature: DeveLanCacheUI service widget by [@​devedse](https://redirect.github.com/devedse) in [https://github.com/gethomepage/homepage/pull/3854](https://redirect.github.com/gethomepage/homepage/pull/3854) - Chore: update gamedig to 5.1.2 by [@​shamoon](https://redirect.github.com/shamoon) in [https://github.com/gethomepage/homepage/pull/3876](https://redirect.github.com/gethomepage/homepage/pull/3876) - Refactor: change RomM API endpoint by [@​InsertDisc](https://redirect.github.com/InsertDisc) in [https://github.com/gethomepage/homepage/pull/3886](https://redirect.github.com/gethomepage/homepage/pull/3886) - Chore: handle mealie API change by [@​joncrangle](https://redirect.github.com/joncrangle) in [https://github.com/gethomepage/homepage/pull/3895](https://redirect.github.com/gethomepage/homepage/pull/3895) - Enhancement: customAPI size formatter by [@​jdevera](https://redirect.github.com/jdevera) in [https://github.com/gethomepage/homepage/pull/3898](https://redirect.github.com/gethomepage/homepage/pull/3898) - Feature: Technitium DNS Widget by [@​bobby-driggs](https://redirect.github.com/bobby-driggs) in [https://github.com/gethomepage/homepage/pull/3904](https://redirect.github.com/gethomepage/homepage/pull/3904) - Enhancement: support more fields for zabbix widget by [@​ping-localhost](https://redirect.github.com/ping-localhost) in [https://github.com/gethomepage/homepage/pull/3931](https://redirect.github.com/gethomepage/homepage/pull/3931) - Enhancement: support Tdarr widget auth by [@​Wtfitsaduck](https://redirect.github.com/Wtfitsaduck) in [https://github.com/gethomepage/homepage/pull/3940](https://redirect.github.com/gethomepage/homepage/pull/3940) - Enhancement: reliable wg-easy widget by removing custom proxy, use password header by [@​shamoon](https://redirect.github.com/shamoon) in [https://github.com/gethomepage/homepage/pull/3966](https://redirect.github.com/gethomepage/homepage/pull/3966) - Fix: jsonrpchandler requires mappings by [@​shamoon](https://redirect.github.com/shamoon) in [https://github.com/gethomepage/homepage/pull/3970](https://redirect.github.com/gethomepage/homepage/pull/3970) #### New Contributors - [@​juanisierra](https://redirect.github.com/juanisierra) made their first contribution in [https://github.com/gethomepage/homepage/pull/3846](https://redirect.github.com/gethomepage/homepage/pull/3846) - [@​devedse](https://redirect.github.com/devedse) made their first contribution in [https://github.com/gethomepage/homepage/pull/3854](https://redirect.github.com/gethomepage/homepage/pull/3854) - [@​InsertDisc](https://redirect.github.com/InsertDisc) made their first contribution in [https://github.com/gethomepage/homepage/pull/3886](https://redirect.github.com/gethomepage/homepage/pull/3886) - [@​jdevera](https://redirect.github.com/jdevera) made their first contribution in [https://github.com/gethomepage/homepage/pull/3898](https://redirect.github.com/gethomepage/homepage/pull/3898) - [@​bobby-driggs](https://redirect.github.com/bobby-driggs) made their first contribution in [https://github.com/gethomepage/homepage/pull/3904](https://redirect.github.com/gethomepage/homepage/pull/3904) - [@​Wtfitsaduck](https://redirect.github.com/Wtfitsaduck) made their first contribution in [https://github.com/gethomepage/homepage/pull/3940](https://redirect.github.com/gethomepage/homepage/pull/3940) **Full Changelog**: https://github.com/gethomepage/homepage/compare/v0.9.6...v0.9.8 ### [`v0.9.7`](https://redirect.github.com/gethomepage/homepage/compare/v0.9.6...v0.9.7) [Compare Source](https://redirect.github.com/gethomepage/homepage/compare/v0.9.6...v0.9.7)

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.

github-actions[bot] commented 1 month ago
--- kubernetes/apps/default/homepage/app Kustomization: flux-system/cluster-apps-homepage HelmRelease: default/homepage

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

@@ -34,13 +34,13 @@

               TZ: Australia/Victoria
             envFrom:
             - secretRef:
                 name: homepage-secret
             image:
               repository: ghcr.io/gethomepage/homepage
-              tag: v0.9.6
+              tag: v0.9.8
             resources:
               limits:
                 memory: 500Mi
               requests:
                 cpu: 15m
                 memory: 200M
github-actions[bot] commented 1 month ago
--- HelmRelease: default/homepage Deployment: default/homepage

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

@@ -57,13 +57,13 @@

       - env:
         - name: TZ
           value: Australia/Victoria
         envFrom:
         - secretRef:
             name: homepage-secret
-        image: ghcr.io/gethomepage/homepage:v0.9.6
+        image: ghcr.io/gethomepage/homepage:v0.9.8
         name: app
         resources:
           limits:
             memory: 500Mi
           requests:
             cpu: 15m