Skip to content

Commit

Permalink
chore(deps): update container image ghcr.io/gethomepage/homepage to v…
Browse files Browse the repository at this point in the history
…0.8.11@13d1bf9 by renovate (#20440)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/gethomepage/homepage](https://togithub.com/gethomepage/homepage)
| patch | `v0.8.10` -> `v0.8.11` |

---

> [!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.8.11`](https://togithub.com/gethomepage/homepage/releases/tag/v0.8.11)

[Compare
Source](https://togithub.com/gethomepage/homepage/compare/v0.8.10...v0.8.11)

#### What's Changed

- Enhancement: support for glances v4 by
[@&#8203;shamoon](https://togithub.com/shamoon) in
[gethomepage/homepage#3196
- Feature: crowdsec widget by
[@&#8203;shamoon](https://togithub.com/shamoon) in
[gethomepage/homepage#3197
- Enhancement: support pi-hole v6 by
[@&#8203;shamoon](https://togithub.com/shamoon) in
[gethomepage/homepage#3207
- Fix: remove invalid form attribute by
[@&#8203;shamoon](https://togithub.com/shamoon) in
[gethomepage/homepage#3210
- Fix: Homebridge widget login by
[@&#8203;LucaHerrero](https://togithub.com/LucaHerrero) in
[gethomepage/homepage#3220
- Fix: TrueNAS Core support for pool stats by
[@&#8203;rgon10](https://togithub.com/rgon10) in
[gethomepage/homepage#3206
- Fix: rename pialert to netalertx by
[@&#8203;shamoon](https://togithub.com/shamoon) in
[gethomepage/homepage#3253

##### Maintenance

- Chore(deps): Bump follow-redirects from 1.15.5 to 1.15.6 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[gethomepage/homepage#3211
- Chore(deps-dev): Bump postcss from 8.4.35 to 8.4.38 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[gethomepage/homepage#3212
- Chore(deps): Bump recharts from 2.12.2 to 2.12.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[gethomepage/homepage#3215
- Chore(deps-dev): Bump eslint-plugin-react from 7.33.2 to 7.34.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[gethomepage/homepage#3213
- Chore(deps-dev): Bump tailwindcss from 3.4.1 to 3.4.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[gethomepage/homepage#3214

#### New Contributors

- [@&#8203;LucaHerrero](https://togithub.com/LucaHerrero) made their
first contribution in
[gethomepage/homepage#3220
- [@&#8203;rgon10](https://togithub.com/rgon10) made their first
contribution in
[gethomepage/homepage#3206

**Full Changelog**:
gethomepage/homepage@v0.8.10...v0.8.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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yODAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI4MC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
  • Loading branch information
truecharts-admin committed Apr 8, 2024
1 parent fa590b9 commit cecce62
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions charts/stable/homepage/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ annotations:
truecharts.org/min_helm_version: "3.11"
truecharts.org/train: stable
apiVersion: v2
appVersion: 0.8.10
appVersion: 0.8.11
dependencies:
- name: common
version: 20.3.2
Expand All @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/homepage
icon: https://truecharts.org/img/hotlink-ok/chart-icons/homepage.png
keywords:
- homepage
kubeVersion: ">=1.24.0-0"
kubeVersion: '>=1.24.0-0'
maintainers:
- name: TrueCharts
email: info@truecharts.org
Expand All @@ -33,4 +33,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/homepage
- https://ghcr.io/gethomepage/homepage
type: application
version: 7.8.0
version: 7.8.1
2 changes: 1 addition & 1 deletion charts/stable/homepage/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image:
repository: ghcr.io/gethomepage/homepage
tag: v0.8.10@sha256:fc0d6e8b469ea8756d7c5bc542eb5c89064b9c47c3fa85f19b70a695c65cb782
tag: v0.8.11@sha256:13d1bf9c5cf7d2b0f3af90ddfe59302f32374b8f48a56c6f6afc2a475bf919df
pullPolicy: IfNotPresent

workload:
Expand Down

0 comments on commit cecce62

Please sign in to comment.