From a96d3f1ddf12bdf805b783692983ee05fe2cf229 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Tue, 10 Sep 2024 14:23:19 +0200 Subject: [PATCH] chore(deps): update container image ghcr.io/gethomepage/homepage to v0.9.8@ad78ce1 by renovate (#26199) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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
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
--- ### 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. --- - [ ] 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). --- charts/stable/homepage/Chart.yaml | 4 ++-- charts/stable/homepage/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/stable/homepage/Chart.yaml b/charts/stable/homepage/Chart.yaml index af62ab35364..067ad8987fc 100644 --- a/charts/stable/homepage/Chart.yaml +++ b/charts/stable/homepage/Chart.yaml @@ -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 diff --git a/charts/stable/homepage/values.yaml b/charts/stable/homepage/values.yaml index 6cd3eed8570..f5fb6eef257 100644 --- a/charts/stable/homepage/values.yaml +++ b/charts/stable/homepage/values.yaml @@ -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: