chore(deps): update container image ghcr.io/gethomepage/homepage to v0.9.2@5356c97 by renovate (#22920)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/gethomepage/homepage](https://togithub.com/gethomepage/homepage) | patch | `v0.9.1` -> `v0.9.2` | --- > [!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.2`](https://togithub.com/gethomepage/homepage/releases/tag/v0.9.2) [Compare Source](https://togithub.com/gethomepage/homepage/compare/v0.9.1...v0.9.2) #### What's Changed #### Security - This release addresses a vulnerability that could allow leakage of API keys from weather widgets, see https://github.com/gethomepage/homepage/security/advisories/GHSA-cjgf-vhj6-8cx4 . Thanks to Kwstubbs for reporting. #### App changes - Fix: caddy widget broken in v0.9.1 by [@​shamoon](https://togithub.com/shamoon) in [https://github.com/gethomepage/homepage/pull/3579](https://togithub.com/gethomepage/homepage/pull/3579) - Fix: omada widget broken in v0.9.1 by [@​shamoon](https://togithub.com/shamoon) in [https://github.com/gethomepage/homepage/pull/3587](https://togithub.com/gethomepage/homepage/pull/3587) - Fix/handle null id in json rpc responses and cpu load representation for openwrt widget by [@​LiranV](https://togithub.com/LiranV) in [https://github.com/gethomepage/homepage/pull/3576](https://togithub.com/gethomepage/homepage/pull/3576) - Fix: wg-easy threshold not properly computed by [@​ConnerWithAnE](https://togithub.com/ConnerWithAnE) in [https://github.com/gethomepage/homepage/pull/3574](https://togithub.com/gethomepage/homepage/pull/3574) - Enhancement: support multiple instance annotation for Kubernetes Automatic Service Discovery by [@​aldycool](https://togithub.com/aldycool) in [https://github.com/gethomepage/homepage/pull/3590](https://togithub.com/gethomepage/homepage/pull/3590) - Fix: coinmarketcap widget dropdown not clickable by [@​henry40408](https://togithub.com/henry40408) in [https://github.com/gethomepage/homepage/pull/3591](https://togithub.com/gethomepage/homepage/pull/3591) #### New Contributors - [@​LiranV](https://togithub.com/LiranV) made their first contribution in [https://github.com/gethomepage/homepage/pull/3576](https://togithub.com/gethomepage/homepage/pull/3576) - [@​aldycool](https://togithub.com/aldycool) made their first contribution in [https://github.com/gethomepage/homepage/pull/3590](https://togithub.com/gethomepage/homepage/pull/3590) **Full Changelog**: https://github.com/gethomepage/homepage/compare/v0.9.1...v0.9.2 </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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTIuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5Mi4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
This commit is contained in:
parent
24e4d512c5
commit
48ddc2465b
|
@ -7,7 +7,7 @@ annotations:
|
|||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 0.9.1
|
||||
appVersion: 0.9.2
|
||||
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.1.1
|
||||
version: 9.1.2
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
image:
|
||||
repository: ghcr.io/gethomepage/homepage
|
||||
tag: v0.9.1@sha256:840da91bbec48e009524c0e66616c5dbbfce4497d3c387687c668a956975d6dd
|
||||
tag: v0.9.2@sha256:5356c97b51e3cc817bed93612b4e57b39d28048ab9e4e3b346e827160cf0923e
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
workload:
|
||||
|
|
Loading…
Reference in New Issue