chore(deps): update container image ghcr.io/gethomepage/homepage to v0.9.10@671c2ed by renovate (#26927)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/gethomepage/homepage](https://redirect.github.com/gethomepage/homepage) | patch | `v0.9.9` -> `v0.9.10` | --- > [!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.10`](https://redirect.github.com/gethomepage/homepage/releases/tag/v0.9.10) [Compare Source](https://redirect.github.com/gethomepage/homepage/compare/v0.9.9...v0.9.10) #### What's Changed - Fix: handle proxmoxbackupserver without datastore by [@​shamoon](https://redirect.github.com/shamoon) in [https://github.com/gethomepage/homepage/pull/3979](https://redirect.github.com/gethomepage/homepage/pull/3979) - Fix: Technitium widget percentage display, occasional bug by [@​bobby-driggs](https://redirect.github.com/bobby-driggs) in [https://github.com/gethomepage/homepage/pull/3984](https://redirect.github.com/gethomepage/homepage/pull/3984) - Enhancement: support another ghostfolio API breaking change by [@​shamoon](https://redirect.github.com/shamoon) in [https://github.com/gethomepage/homepage/pull/3987](https://redirect.github.com/gethomepage/homepage/pull/3987) - Feature: mailcow widget by [@​grimsi](https://redirect.github.com/grimsi) in [https://github.com/gethomepage/homepage/pull/3993](https://redirect.github.com/gethomepage/homepage/pull/3993) - Enhancement: support pihole v6 with api auth disabled by [@​shamoon](https://redirect.github.com/shamoon) in [https://github.com/gethomepage/homepage/pull/3995](https://redirect.github.com/gethomepage/homepage/pull/3995) - Enhancement: reduce properties retrieved from mikrotik endpoint by [@​shamoon](https://redirect.github.com/shamoon) in [https://github.com/gethomepage/homepage/pull/3996](https://redirect.github.com/gethomepage/homepage/pull/3996) - Enhancement: support photoprism app passwords by [@​shamoon](https://redirect.github.com/shamoon) in [https://github.com/gethomepage/homepage/pull/4028](https://redirect.github.com/gethomepage/homepage/pull/4028) - Feature: LubeLogger service widget by [@​shamoon](https://redirect.github.com/shamoon) in [https://github.com/gethomepage/homepage/pull/4031](https://redirect.github.com/gethomepage/homepage/pull/4031) - Fix: Support Gluetun widget auth by [@​Tarow](https://redirect.github.com/Tarow) in [https://github.com/gethomepage/homepage/pull/4034](https://redirect.github.com/gethomepage/homepage/pull/4034) - New Crowdin translations by GitHub Action by [@​github-actions](https://redirect.github.com/github-actions) in [https://github.com/gethomepage/homepage/pull/3980](https://redirect.github.com/gethomepage/homepage/pull/3980) - Chore(deps-dev): Bump eslint-plugin-react from 7.35.2 to 7.36.1 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/gethomepage/homepage/pull/4050](https://redirect.github.com/gethomepage/homepage/pull/4050) - Chore(deps-dev): Bump tailwindcss from 3.4.10 to 3.4.13 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/gethomepage/homepage/pull/4048](https://redirect.github.com/gethomepage/homepage/pull/4048) **Full Changelog**: https://github.com/gethomepage/homepage/compare/v0.9.9...v0.9.10 </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:eyJjcmVhdGVkSW5WZXIiOiIzOC45Ny4xIiwidXBkYXRlZEluVmVyIjoiMzguOTcuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
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.9
|
||||
appVersion: 0.9.10
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 24.1.16
|
||||
@@ -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.11
|
||||
version: 9.2.12
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: ghcr.io/gethomepage/homepage
|
||||
tag: v0.9.9@sha256:5c264918d2d18a753da8657fee7e0579c8b11581b19275d9a93fde76a8267f3c
|
||||
tag: v0.9.10@sha256:671c2ed1a61b5dfbb9a1998c8738c3aeb1acf11adbc12563f81fcf4fd9802198
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
workload:
|
||||
|
||||
Reference in New Issue
Block a user