From 88cc34f83801e957cde2073b5feea1d999b6cff4 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Mon, 3 Jun 2024 08:19:37 +0200 Subject: [PATCH] chore(deps): update container image ghcr.io/gethomepage/homepage to v0.9.0@e0d26bb by renovate (#22802) 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://togithub.com/gethomepage/homepage) | minor | `v0.8.13` -> `v0.9.0` | --- > [!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.0`](https://togithub.com/gethomepage/homepage/releases/tag/v0.9.0) [Compare Source](https://togithub.com/gethomepage/homepage/compare/v0.8.13...v0.9.0) #### What's Changed ##### Security - This version resolves security vulnerabilities discovered in some integrations, see https://github.com/gethomepage/homepage/security/advisories/GHSA-24m5-7vjx-9x37. Thanks to kachakil-av for reporting. ##### Other Changes - Fix: handle ghostfolio v2.79.0 breaking API changes by [@​shamoon](https://togithub.com/shamoon) in [https://github.com/gethomepage/homepage/pull/3471](https://togithub.com/gethomepage/homepage/pull/3471) - Fix: allow exclamation to open quicklaunch by [@​jesusmlopezf](https://togithub.com/jesusmlopezf) in [https://github.com/gethomepage/homepage/pull/3475](https://togithub.com/gethomepage/homepage/pull/3475) - Feature: Wg-Easy Widget by [@​ConnerWithAnE](https://togithub.com/ConnerWithAnE) and [@​shamoon](https://togithub.com/shamoon) in [https://github.com/gethomepage/homepage/pull/3476](https://togithub.com/gethomepage/homepage/pull/3476) - Change icon in the longhorn widget to use the same as resources by [@​nick-disiere](https://togithub.com/nick-disiere) in [https://github.com/gethomepage/homepage/pull/3509](https://togithub.com/gethomepage/homepage/pull/3509) - Feature: SWAG dashboard widget by [@​quietsy](https://togithub.com/quietsy) and [@​shamoon](https://togithub.com/shamoon) in [https://github.com/gethomepage/homepage/pull/3523](https://togithub.com/gethomepage/homepage/pull/3523) - Chore(deps): Bump crowdin/github-action from 1 to 2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/gethomepage/homepage/pull/3537](https://togithub.com/gethomepage/homepage/pull/3537) - Fix: remove comma in Caddy and EVCC widgets by [@​grimsi](https://togithub.com/grimsi) in [https://github.com/gethomepage/homepage/pull/3551](https://togithub.com/gethomepage/homepage/pull/3551) - Enhancement: separate Internet search settings for quicklaunch by [@​vycdev](https://togithub.com/vycdev) and [@​shamoon](https://togithub.com/shamoon) in [https://github.com/gethomepage/homepage/pull/3541](https://togithub.com/gethomepage/homepage/pull/3541) - Chore(deps-dev): Bump eslint-plugin-react from 7.34.1 to 7.34.2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/gethomepage/homepage/pull/3554](https://togithub.com/gethomepage/homepage/pull/3554) - Chore(deps-dev): Bump eslint-plugin-react-hooks from 4.6.0 to 4.6.2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/gethomepage/homepage/pull/3555](https://togithub.com/gethomepage/homepage/pull/3555) #### New Contributors - [@​jesusmlopezf](https://togithub.com/jesusmlopezf) made their first contribution in [https://github.com/gethomepage/homepage/pull/3475](https://togithub.com/gethomepage/homepage/pull/3475) - [@​ConnerWithAnE](https://togithub.com/ConnerWithAnE) made their first contribution in [https://github.com/gethomepage/homepage/pull/3476](https://togithub.com/gethomepage/homepage/pull/3476) - [@​nick-disiere](https://togithub.com/nick-disiere) made their first contribution in [https://github.com/gethomepage/homepage/pull/3509](https://togithub.com/gethomepage/homepage/pull/3509) - [@​quietsy](https://togithub.com/quietsy) made their first contribution in [https://github.com/gethomepage/homepage/pull/3523](https://togithub.com/gethomepage/homepage/pull/3523) - [@​vycdev](https://togithub.com/vycdev) made their first contribution in [https://github.com/gethomepage/homepage/pull/3541](https://togithub.com/gethomepage/homepage/pull/3541) **Full Changelog**: https://github.com/gethomepage/homepage/compare/v0.8.13...v0.9.0
--- ### 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://togithub.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 78494617b16..de13db6cdc6 100644 --- a/charts/stable/homepage/Chart.yaml +++ b/charts/stable/homepage/Chart.yaml @@ -7,7 +7,7 @@ annotations: truecharts.org/min_helm_version: "3.11" truecharts.org/train: stable apiVersion: v2 -appVersion: 0.8.13 +appVersion: 0.9.0 dependencies: - name: common version: 24.0.0 @@ -33,4 +33,4 @@ sources: - https://github.com/benphelps/homepage - https://github.com/truecharts/charts/tree/master/charts/stable/homepage type: application -version: 9.0.0 +version: 9.1.0 diff --git a/charts/stable/homepage/values.yaml b/charts/stable/homepage/values.yaml index 212ca9dae48..8941186667b 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.8.13@sha256:43a3ee88abe3b37c64bc52ea93da01c3dcb4a332a953bcd7f438c8d7328d3947 + tag: v0.9.0@sha256:e0d26bb0e1a03efeddd20ac0be2b03858fae93f3c95054f0d0a91a1405da82a3 pullPolicy: IfNotPresent workload: