chore(container): update image ghcr.io/gethomepage/homepage to by renovate (#27745)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/gethomepage/homepage](https://redirect.github.com/gethomepage/homepage) | patch | `671c2ed` -> `d41dca7` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>gethomepage/homepage (ghcr.io/gethomepage/homepage)</summary> ### [`v0.9.11`](https://redirect.github.com/gethomepage/homepage/releases/tag/v0.9.11) [Compare Source](https://redirect.github.com/gethomepage/homepage/compare/v0.9.10...v0.9.11) #### What's Changed - Fix: correct caculations for mailcow widget by [@​shamoon](https://redirect.github.com/shamoon) in [https://github.com/gethomepage/homepage/pull/4055](https://redirect.github.com/gethomepage/homepage/pull/4055) - Fix: lubelogger vehicleID not working with labels by [@​shamoon](https://redirect.github.com/shamoon) in [https://github.com/gethomepage/homepage/pull/4066](https://redirect.github.com/gethomepage/homepage/pull/4066) - Chore(deps-dev): Bump eslint from 8.57.0 to 8.57.1 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/gethomepage/homepage/pull/4074](https://redirect.github.com/gethomepage/homepage/pull/4074) - Chore(deps-dev): Bump postcss from 8.4.45 to 8.4.47 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/gethomepage/homepage/pull/4073](https://redirect.github.com/gethomepage/homepage/pull/4073) - Chore(deps): Bump follow-redirects from 1.15.8 to 1.15.9 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/gethomepage/homepage/pull/4075](https://redirect.github.com/gethomepage/homepage/pull/4075) - Chore(deps-dev): Bump typescript from 5.5.4 to 5.6.2 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/gethomepage/homepage/pull/4076](https://redirect.github.com/gethomepage/homepage/pull/4076) - Chore(deps-dev): Bump eslint-plugin-react from 7.36.1 to 7.37.1 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/gethomepage/homepage/pull/4077](https://redirect.github.com/gethomepage/homepage/pull/4077) - Fix: wg-easy disabled field not visible by [@​shamoon](https://redirect.github.com/shamoon) in [https://github.com/gethomepage/homepage/pull/4096](https://redirect.github.com/gethomepage/homepage/pull/4096) - Enhancement: handle immich v1.118 breaking API change by [@​shamoon](https://redirect.github.com/shamoon) in [https://github.com/gethomepage/homepage/pull/4110](https://redirect.github.com/gethomepage/homepage/pull/4110) - Fix: add noreferrer to bookmark links by [@​shamoon](https://redirect.github.com/shamoon) in [https://github.com/gethomepage/homepage/pull/4112](https://redirect.github.com/gethomepage/homepage/pull/4112) - Feature: Vikunja service widget by [@​vhsdream](https://redirect.github.com/vhsdream) in [https://github.com/gethomepage/homepage/pull/4118](https://redirect.github.com/gethomepage/homepage/pull/4118) - Enhancement: support netalertX token for password-protected instances by [@​shamoon](https://redirect.github.com/shamoon) in [https://github.com/gethomepage/homepage/pull/4122](https://redirect.github.com/gethomepage/homepage/pull/4122) #### New Contributors - [@​vhsdream](https://redirect.github.com/vhsdream) made their first contribution in [https://github.com/gethomepage/homepage/pull/4118](https://redirect.github.com/gethomepage/homepage/pull/4118) **Full Changelog**: https://github.com/gethomepage/homepage/compare/v0.9.10...v0.9.11 </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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjQuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyNC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
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.10
|
||||
appVersion: 0.9.11
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 25.0.0
|
||||
@@ -32,4 +32,4 @@ sources:
|
||||
- https://github.com/benphelps/homepage
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/homepage
|
||||
type: application
|
||||
version: 9.3.0
|
||||
version: 9.3.1
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: ghcr.io/gethomepage/homepage
|
||||
tag: v0.9.10@sha256:671c2ed1a61b5dfbb9a1998c8738c3aeb1acf11adbc12563f81fcf4fd9802198
|
||||
tag: v0.9.11@sha256:d41dca72f3a68d2c675eb232a448104af200096f05e2610ffbfdb16bc7f71410
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
workload:
|
||||
|
||||
Reference in New Issue
Block a user