From f64fe7063f61edc5b7972de1ad750ddac54d7c03 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Wed, 13 May 2026 07:22:16 +0200 Subject: [PATCH] =?UTF-8?q?feat(pihole):=20update=20image=20ghcr.io/pi-hol?= =?UTF-8?q?e/pihole=202026.04.1=20=E2=86=92=202026.05.0=20(#48140)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/pi-hole/pihole](https://redirect.github.com/pi-hole/docker-pi-hole) | minor | `1c32c36` → `70a9c11` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes
pi-hole/docker-pi-hole (ghcr.io/pi-hole/pihole) ### [`v2026.05.0`](https://redirect.github.com/pi-hole/docker-pi-hole/releases/tag/2026.05.0) [Compare Source](https://redirect.github.com/pi-hole/docker-pi-hole/compare/2026.04.1...2026.05.0) This tag includes the FTL v6.6.2 release which imports six upstream `dnsmasq` security fixes, covering all publicly disclosed CVEs against the dnsmasq 2.92/2.93 line. Patches are taken verbatim from Details here: #### Upgrade impact All six fixes are minimal, self-contained changes to the embedded dnsmasq sources. No FTL-side configuration or API changes; users should see no observable behavior change beyond the closed vulnerabilities. Fix dnsmasq CVE publications by [@​DL6ER](https://redirect.github.com/DL6ER) in [pi-hole/FTL#2888](https://redirect.github.com/pi-hole/FTL/pull/2888) This furthermore indirectly fixes [#​2871](https://redirect.github.com/pi-hole/docker-pi-hole/issues/2871) due to [pi-hole/docker-base-images#158](https://redirect.github.com/pi-hole/docker-base-images/pull/158) **Full Changelog**: *** #### What's Changed (Docker Specific) - docs: update capability documentation links by [@​SirRGB](https://redirect.github.com/SirRGB) in [#​2025](https://redirect.github.com/pi-hole/docker-pi-hole/pull/2025) #### New Contributors - [@​SirRGB](https://redirect.github.com/SirRGB) made their first contribution in [#​2025](https://redirect.github.com/pi-hole/docker-pi-hole/pull/2025) **Full Changelog**:
--- ### Configuration 📅 **Schedule**: (UTC) - 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. --- - [ ] 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). --- charts/stable/pihole/Chart.yaml | 4 ++-- charts/stable/pihole/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/stable/pihole/Chart.yaml b/charts/stable/pihole/Chart.yaml index 111e8d22c57..6e80a7434ab 100644 --- a/charts/stable/pihole/Chart.yaml +++ b/charts/stable/pihole/Chart.yaml @@ -9,7 +9,7 @@ annotations: trueforge.org/min_helm_version: "3.14" trueforge.org/train: stable apiVersion: v2 -appVersion: 2026.04.1 +appVersion: 2026.05.0 dependencies: - name: common version: 29.3.4 @@ -37,5 +37,5 @@ sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/pihole - https://pi-hole.net/ type: application -version: 22.4.0 +version: 22.5.0 diff --git a/charts/stable/pihole/values.yaml b/charts/stable/pihole/values.yaml index 0753a855704..945b005c2dd 100644 --- a/charts/stable/pihole/values.yaml +++ b/charts/stable/pihole/values.yaml @@ -2,7 +2,7 @@ image: repository: ghcr.io/pi-hole/pihole pullPolicy: IfNotPresent - tag: 2026.04.1@sha256:1c32c36b862a12762656b6471c854cebc01fe945639ba3a893611337c2c95e99 + tag: 2026.05.0@sha256:70a9c11171ded2eee735d88c127996da209284a329d50f5ae59c06b861d401b3 securityContext: container: readOnlyRootFilesystem: false