Update pihole/pihole Docker tag to v2025.10.3 #207

Merged
renovate-bot merged 0 commits from refs/pull/207/head into master 2025-11-05 07:02:04 +00:00
renovate-bot commented 2025-11-03 00:01:54 +00:00 (Migrated from gitea.smittenfeld.nl)

This PR contains the following updates:

Package Update Change
pihole/pihole patch 2025.10.0 -> 2025.10.3

Release Notes

pi-hole/docker-pi-hole (pihole/pihole)

v2025.10.3

Compare Source

Pi-hole releases are a lot like London Buses. You don't see one for ages, and then they all come along at once

What's Changed (Docker Specific)

Full Changelog: https://github.com/pi-hole/docker-pi-hole/compare/2025.10.2...2025.10.3

What's Changed (FTL v6.3.2)

Full Changelog: https://github.com/pi-hole/FTL/compare/v6.3.1...v6.3.2

What's Changed (Core v6.2.2)

New Contributors

Full Changelog: https://github.com/pi-hole/pi-hole/compare/v6.2.1...v6.2.2

v2025.10.2

Compare Source

Nothing Docker-specific

Tagging to include FTL v6.3.1

What's Changed

New Contributors

Full Changelog: https://github.com/pi-hole/FTL/compare/v6.3...v6.3.1

v2025.10.1

Compare Source

Just a couple of docker tweaks - should fix the issues seen in #​1918

What's Changed

Full Changelog: https://github.com/pi-hole/docker-pi-hole/compare/2025.10.0...2025.10.1


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [pihole/pihole](https://github.com/pi-hole/docker-pi-hole) | patch | `2025.10.0` -> `2025.10.3` | --- ### Release Notes <details> <summary>pi-hole/docker-pi-hole (pihole/pihole)</summary> ### [`v2025.10.3`](https://github.com/pi-hole/docker-pi-hole/releases/tag/2025.10.3) [Compare Source](https://github.com/pi-hole/docker-pi-hole/compare/2025.10.2...2025.10.3) Pi-hole releases are a lot like London Buses. You don't see one for ages, and then they all come along at once <!-- Release notes generated using configuration in .github/release.yml at master --> #### What's Changed (Docker Specific) - Remove remaining hard-coded FTL log paths by [@&#8203;casperklein](https://github.com/casperklein) in [#&#8203;1929](https://github.com/pi-hole/docker-pi-hole/pull/1929) **Full Changelog**: <https://github.com/pi-hole/docker-pi-hole/compare/2025.10.2...2025.10.3> <!-- Release notes generated using configuration in .github/release.yml at master --> #### What's Changed (FTL v6.3.2) - Fix pihole.format\_path() memory handling by [@&#8203;DL6ER](https://github.com/DL6ER) in [pi-hole/FTL#2675](https://github.com/pi-hole/FTL/pull/2675) **Full Changelog**: <https://github.com/pi-hole/FTL/compare/v6.3.1...v6.3.2> <!-- Release notes generated using configuration in .github/release.yml at development --> #### What's Changed (Core v6.2.2) - Create version file, if not existing (on first Container start) by [@&#8203;casperklein](https://github.com/casperklein) in [pi-hole/pi-hole#6440](https://github.com/pi-hole/pi-hole/pull/6440) - Add log file path variables and ensure log files are created if missing by [@&#8203;Yannick7777](https://github.com/Yannick7777) in [pi-hole/pi-hole#6441](https://github.com/pi-hole/pi-hole/pull/6441) - Add bind9-dnsutils as dependency for APT based systems by [@&#8203;yubiuser](https://github.com/yubiuser) in [pi-hole/pi-hole#6444](https://github.com/pi-hole/pi-hole/pull/6444) #### New Contributors - [@&#8203;Yannick7777](https://github.com/Yannick7777) made their first contribution in [pi-hole/pi-hole#6441](https://github.com/pi-hole/pi-hole/pull/6441) **Full Changelog**: <https://github.com/pi-hole/pi-hole/compare/v6.2.1...v6.2.2> ### [`v2025.10.2`](https://github.com/pi-hole/docker-pi-hole/releases/tag/2025.10.2) [Compare Source](https://github.com/pi-hole/docker-pi-hole/compare/2025.10.1...2025.10.2) Nothing Docker-specific Tagging to include FTL v6.3.1 <!-- Release notes generated using configuration in .github/release.yml at master --> #### What's Changed - Fix pihole.format\_path(string) modifying string in-place by [@&#8203;DL6ER](https://github.com/DL6ER) in [pi-hole/FTL#2661](https://github.com/pi-hole/FTL/pull/2661) - Do not try to renew certificate that is not used by [@&#8203;DL6ER](https://github.com/DL6ER) in [pi-hole/FTL#2666](https://github.com/pi-hole/FTL/pull/2666) - Replace dots with underscores when creating env var examples by [@&#8203;rdwebdesign](https://github.com/rdwebdesign) in [pi-hole/FTL#2669](https://github.com/pi-hole/FTL/pull/2669) - Grammar corrections in documentation by [@&#8203;alexxroche](https://github.com/alexxroche) in [pi-hole/FTL#2670](https://github.com/pi-hole/FTL/pull/2670) - Add new config option for hiding some warnings from diagnosis system by [@&#8203;DL6ER](https://github.com/DL6ER) in [pi-hole/FTL#2657](https://github.com/pi-hole/FTL/pull/2657) #### New Contributors - [@&#8203;alexxroche](https://github.com/alexxroche) made their first contribution in [pi-hole/FTL#2670](https://github.com/pi-hole/FTL/pull/2670) **Full Changelog**: <https://github.com/pi-hole/FTL/compare/v6.3...v6.3.1> ### [`v2025.10.1`](https://github.com/pi-hole/docker-pi-hole/releases/tag/2025.10.1) [Compare Source](https://github.com/pi-hole/docker-pi-hole/compare/2025.10.0...2025.10.1) Just a couple of docker tweaks - should fix the issues seen in [#&#8203;1918](https://github.com/pi-hole/docker-pi-hole/issues/1918) #### What's Changed - Don't use hard-coded FTL.log path by [@&#8203;yubiuser](https://github.com/yubiuser) in [#&#8203;1924](https://github.com/pi-hole/docker-pi-hole/pull/1924) - Revert `pihole-FTL wait-for`command [`ffd3cbb` (#&#8203;1927)](https://github.com/pi-hole/docker-pi-hole/pull/1927/commits/ffd3cbb94463a809eeec7c06454fb452c824f7e6) **Full Changelog**: <https://github.com/pi-hole/docker-pi-hole/compare/2025.10.0...2025.10.1> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNjguNSIsInVwZGF0ZWRJblZlciI6IjQxLjE2OC41IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
peter/homelab-docker-config!207
No description provided.