chore(helm): update image ghcr.io/gethomepage/homepage v0.9.11 → v0.9.12 (#29124)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/gethomepage/homepage](https://redirect.github.com/gethomepage/homepage) | patch | `d41dca7` -> `31820da` | --- > [!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.12`](https://redirect.github.com/gethomepage/homepage/releases/tag/v0.9.12) [Compare Source](https://redirect.github.com/gethomepage/homepage/compare/v0.9.11...v0.9.12) #### What's Changed - Enhancement: npm widget support ≥ v2.12 by [@​shamoon](https://redirect.github.com/shamoon) in [https://github.com/gethomepage/homepage/pull/4140](https://redirect.github.com/gethomepage/homepage/pull/4140) - Chore: filter Radarr movie response by [@​markp-mckinney](https://redirect.github.com/markp-mckinney) in [https://github.com/gethomepage/homepage/pull/4199](https://redirect.github.com/gethomepage/homepage/pull/4199) - Fix: pyload widget - encode proxy params by [@​shamoon](https://redirect.github.com/shamoon) in [https://github.com/gethomepage/homepage/pull/4210](https://redirect.github.com/gethomepage/homepage/pull/4210) - Fix: use same unit default for openmeteo widget and api by [@​shamoon](https://redirect.github.com/shamoon) in [https://github.com/gethomepage/homepage/pull/4227](https://redirect.github.com/gethomepage/homepage/pull/4227) - Enhancement: use duration for audiobookshelf total, refactor uptime by [@​shamoon](https://redirect.github.com/shamoon) in [https://github.com/gethomepage/homepage/pull/4229](https://redirect.github.com/gethomepage/homepage/pull/4229) - Chore(deps-dev): Bump tailwindcss from 3.4.13 to 3.4.14 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/gethomepage/homepage/pull/4232](https://redirect.github.com/gethomepage/homepage/pull/4232) - Chore(deps): Bump urbackup-server-api from 0.52.0 to 0.52.1 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/gethomepage/homepage/pull/4233](https://redirect.github.com/gethomepage/homepage/pull/4233) - Chore(deps-dev): Bump typescript from 5.6.2 to 5.6.3 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/gethomepage/homepage/pull/4234](https://redirect.github.com/gethomepage/homepage/pull/4234) - Chore(deps-dev): Bump eslint-plugin-import from 2.30.0 to 2.31.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/gethomepage/homepage/pull/4236](https://redirect.github.com/gethomepage/homepage/pull/4236) - Feature: Headscale Service Widget by [@​erelender](https://redirect.github.com/erelender) in [https://github.com/gethomepage/homepage/pull/4247](https://redirect.github.com/gethomepage/homepage/pull/4247) - Enhancement: quicklaunch fill search suggestion on arrowright by [@​shamoon](https://redirect.github.com/shamoon) in [https://github.com/gethomepage/homepage/pull/4256](https://redirect.github.com/gethomepage/homepage/pull/4256) #### New Contributors - [@​markp-mckinney](https://redirect.github.com/markp-mckinney) made their first contribution in [https://github.com/gethomepage/homepage/pull/4199](https://redirect.github.com/gethomepage/homepage/pull/4199) - [@​erelender](https://redirect.github.com/erelender) made their first contribution in [https://github.com/gethomepage/homepage/pull/4247](https://redirect.github.com/gethomepage/homepage/pull/4247) **Full Changelog**: https://github.com/gethomepage/homepage/compare/v0.9.11...v0.9.12 </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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
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.11
|
||||
appVersion: 0.9.12
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 25.1.5
|
||||
@@ -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.2
|
||||
version: 9.3.3
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: ghcr.io/gethomepage/homepage
|
||||
tag: v0.9.11@sha256:d41dca72f3a68d2c675eb232a448104af200096f05e2610ffbfdb16bc7f71410
|
||||
tag: v0.9.12@sha256:31820dab8e3f830f8a88c3ef1b3a1d103b899f2b8f2f51879d960d0db164a573
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
workload:
|
||||
|
||||
Reference in New Issue
Block a user