From e84278b4a6e5443b4b20494aff7d3a51045bcc78 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Fri, 6 Jun 2025 14:14:51 +0200 Subject: [PATCH] =?UTF-8?q?chore(helm):=20update=20image=20ghcr.io/pi-hole?= =?UTF-8?q?/pihole=202025.05.1=20=E2=86=92=202025.06.0=20(#36050)?= 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 | `db38df3` -> `fd1b07a` | --- > [!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
pi-hole/docker-pi-hole (ghcr.io/pi-hole/pihole) ### [`v2025.06.0`](https://redirect.github.com/pi-hole/docker-pi-hole/releases/tag/2025.06.0) [Compare Source](https://redirect.github.com/pi-hole/docker-pi-hole/compare/2025.05.1...2025.06.0) This release should fix the majority of crashing issues that were seen with FTL 6.2 an 6.2.1. There are still a couple of outliers ([https://github.com/pi-hole/FTL/issues/2494](https://redirect.github.com/pi-hole/FTL/issues/2494), and [https://github.com/pi-hole/FTL/issues/2496](https://redirect.github.com/pi-hole/FTL/issues/2496)), but these only seem to be affecting bare metal installs so far. Thank you for your continuing patience #### What's Changed (Docker Specific) - RISCV arch added back to image https://github.com/pi-hole/docker-pi-hole/commit/4f34e6fcb028f3856b3f4c34d189cd0727cc2388 (Does anyone even use the RISCV docker image?) **Full Changelog**: https://github.com/pi-hole/docker-pi-hole/compare/2025.05.1...2025.06.0 #### What's Changed (FTL v6.2.2) This release addresses crashes reported in [https://github.com/pi-hole/FTL/issues/2473](https://redirect.github.com/pi-hole/FTL/issues/2473) [https://github.com/pi-hole/FTL/issues/2475](https://redirect.github.com/pi-hole/FTL/issues/2475) [https://github.com/pi-hole/FTL/issues/2481](https://redirect.github.com/pi-hole/FTL/issues/2481) and friends. - Update build containers to [Alpine 3.22](https://www.alpinelinux.org/posts/Alpine-3.22.0-released.html) by [@​DL6ER](https://redirect.github.com/DL6ER) in [https://github.com/pi-hole/FTL/pull/2477](https://redirect.github.com/pi-hole/FTL/pull/2477) - Update dnsmasq to 2.92test11(-1) by [@​DL6ER](https://redirect.github.com/DL6ER) in [https://github.com/pi-hole/FTL/pull/2486](https://redirect.github.com/pi-hole/FTL/pull/2486) - Update dnsmasq to 2.92test11 by [@​DL6ER](https://redirect.github.com/DL6ER) in [https://github.com/pi-hole/FTL/pull/2489](https://redirect.github.com/pi-hole/FTL/pull/2489) - Revert the SQLite update to 3.50.0 as it is causing crashes for users by [@​DL6ER](https://redirect.github.com/DL6ER) in [https://github.com/pi-hole/FTL/pull/2488](https://redirect.github.com/pi-hole/FTL/pull/2488) - Update Lua to 5.4.8 (bugfix) by [@​DL6ER](https://redirect.github.com/DL6ER) in [https://github.com/pi-hole/FTL/pull/2491](https://redirect.github.com/pi-hole/FTL/pull/2491) - Fix typos in misc config settings by [@​rrobgill](https://redirect.github.com/rrobgill) in [#​2485](https://redirect.github.com/pi-hole/docker-pi-hole/issues/2485) - Display invalid character and offset correctly in hostname diagnosis by [@​rrobgill](https://redirect.github.com/rrobgill) in [#​2484](https://redirect.github.com/pi-hole/docker-pi-hole/issues/2484) **Full Changelog**: https://github.com/pi-hole/FTL/compare/v6.2...v6.2.2 #### What's Changed (Core v6.1.2) - Make LOGFILE readonly after assignment by [@​dschaper](https://redirect.github.com/dschaper) in [https://github.com/pi-hole/pi-hole/pull/6261](https://redirect.github.com/pi-hole/pi-hole/pull/6261) - Revert "Use PID1 to determine which command to use when toggeling services" by [@​dschaper](https://redirect.github.com/dschaper) in [https://github.com/pi-hole/pi-hole/pull/6262](https://redirect.github.com/pi-hole/pi-hole/pull/6262) **Full Changelog**: https://github.com/pi-hole/pi-hole/compare/v6.1...v6.1.1
--- ### 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. --- - [ ] 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 774b55811d4..e89a62b4ff3 100644 --- a/charts/stable/pihole/Chart.yaml +++ b/charts/stable/pihole/Chart.yaml @@ -9,7 +9,7 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable apiVersion: v2 -appVersion: 2025.05.1 +appVersion: 2025.06.0 dependencies: - name: common version: 25.4.10 @@ -37,5 +37,5 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/pihole - https://pi-hole.net/ type: application -version: 19.3.0 +version: 19.4.0 diff --git a/charts/stable/pihole/values.yaml b/charts/stable/pihole/values.yaml index c6bf2087fb3..e8b2179ae74 100644 --- a/charts/stable/pihole/values.yaml +++ b/charts/stable/pihole/values.yaml @@ -1,7 +1,7 @@ image: repository: ghcr.io/pi-hole/pihole pullPolicy: IfNotPresent - tag: 2025.05.1@sha256:db38df3e050606bd014c801c2cbb0b13f263d3122d3d817a8cbcee807688af24 + tag: 2025.06.0@sha256:fd1b07a5f7ff5a05d0e3b609e036fc9d37b93e140d37695f787e42671ddd3dec securityContext: container: readOnlyRootFilesystem: false