chore(deps): update container image ghcr.io/gethomepage/homepage to v0.9.8@ad78ce1 by renovate (#26199)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/gethomepage/homepage](https://redirect.github.com/gethomepage/homepage) | patch | `v0.9.7` -> `v0.9.8` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>gethomepage/homepage (ghcr.io/gethomepage/homepage)</summary> ### [`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 </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:eyJjcmVhdGVkSW5WZXIiOiIzOC43My41IiwidXBkYXRlZEluVmVyIjoiMzguNzMuNSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
This commit is contained in:
@@ -6,7 +6,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 0.9.7
|
||||
appVersion: 0.9.8
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 24.1.15
|
||||
@@ -32,4 +32,4 @@ sources:
|
||||
- https://github.com/benphelps/homepage
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/homepage
|
||||
type: application
|
||||
version: 9.2.8
|
||||
version: 9.2.9
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: ghcr.io/gethomepage/homepage
|
||||
tag: v0.9.7@sha256:985e5b5612aa369341f529adb7f16b00030a43d1e5ccef2cbee3ba91854d2ce3
|
||||
tag: v0.9.8@sha256:ad78ce176795438c12fc72db69767339eff125bbcd1a1cce4f47c258e1d418fd
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
workload:
|
||||
|
||||
Reference in New Issue
Block a user