Update pihole/pihole Docker tag to v2025.11.1 #229

Merged
renovate-bot merged 0 commits from refs/pull/229/head into master 2025-12-16 19:07:13 +00:00
renovate-bot commented 2025-12-16 19:05:53 +00:00 (Migrated from gitea.smittenfeld.nl)

This PR contains the following updates:

Package Update Change
pihole/pihole patch 2025.11.0 -> 2025.11.1

Release Notes

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

v2025.11.1

Compare Source

What's Changed (Docker Specific)

New Contributors

Full Changelog: https://github.com/pi-hole/docker-pi-hole/compare/2025.11.0...2025.11.1


What's Changed (FTL v6.4.1)

New Contributors

Full Changelog: https://github.com/pi-hole/FTL/compare/v6.3.3...v6.4

What's Changed (Web v6.4)

New Contributors

Full Changelog: https://github.com/pi-hole/web/compare/v6.3...v6.4

What's Changed (Core v6.3)

New Contributors

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


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.11.0` -> `2025.11.1` | --- ### Release Notes <details> <summary>pi-hole/docker-pi-hole (pihole/pihole)</summary> ### [`v2025.11.1`](https://github.com/pi-hole/docker-pi-hole/releases/tag/2025.11.1) [Compare Source](https://github.com/pi-hole/docker-pi-hole/compare/2025.11.0...2025.11.1) <!-- Release notes generated using configuration in .github/release.yml at master --> #### What's Changed (Docker Specific) - Fix build status badge in readme by [@&#8203;nol166](https://github.com/nol166) in [#&#8203;1938](https://github.com/pi-hole/docker-pi-hole/pull/1938) - Add RISCV back by [@&#8203;yubiuser](https://github.com/yubiuser) in [#&#8203;1939](https://github.com/pi-hole/docker-pi-hole/pull/1939) - Improve FTL startup detection and log tailing by [@&#8203;PromoFaux](https://github.com/PromoFaux) in [#&#8203;1940](https://github.com/pi-hole/docker-pi-hole/pull/1940) - Set DNS listening mode to 'ALL' in docker-compose.yml example by [@&#8203;cornshakes](https://github.com/cornshakes) in [#&#8203;1946](https://github.com/pi-hole/docker-pi-hole/pull/1946) - Add instructions for excluding Pi-hole from Watchtower updates by [@&#8203;chippy01](https://github.com/chippy01) in [#&#8203;1949](https://github.com/pi-hole/docker-pi-hole/pull/1949) #### New Contributors - [@&#8203;nol166](https://github.com/nol166) made their first contribution in [#&#8203;1938](https://github.com/pi-hole/docker-pi-hole/pull/1938) - [@&#8203;cornshakes](https://github.com/cornshakes) made their first contribution in [#&#8203;1946](https://github.com/pi-hole/docker-pi-hole/pull/1946) - [@&#8203;chippy01](https://github.com/chippy01) made their first contribution in [#&#8203;1949](https://github.com/pi-hole/docker-pi-hole/pull/1949) **Full Changelog**: <https://github.com/pi-hole/docker-pi-hole/compare/2025.11.0...2025.11.1> *** <!-- Release notes generated using configuration in .github/release.yml at development --> #### What's Changed (FTL v6.4.1) - Fix API specs and example for dns.upstreams in config.yaml by [@&#8203;rdwebdesign](https://github.com/rdwebdesign) in [pi-hole/FTL#2696](https://github.com/pi-hole/FTL/pull/2696) - gravity update - silently discard unicode BOM if present by [@&#8203;rrobgill](https://github.com/rrobgill) in [pi-hole/FTL#2702](https://github.com/pi-hole/FTL/pull/2702) - Update embedded SQLite to 3.51.0 by [@&#8203;DL6ER](https://github.com/DL6ER) in [pi-hole/FTL#2704](https://github.com/pi-hole/FTL/pull/2704) - Get earliest query timestamp from database by [@&#8203;PromoFaux](https://github.com/PromoFaux) in [pi-hole/FTL#2706](https://github.com/pi-hole/FTL/pull/2706) - Increase buffer length for query string by [@&#8203;mwoolweaver](https://github.com/mwoolweaver) in [pi-hole/FTL#2709](https://github.com/pi-hole/FTL/pull/2709) - Reduce DNS resolver locking during database interaction by [@&#8203;DL6ER](https://github.com/DL6ER) in [pi-hole/FTL#2700](https://github.com/pi-hole/FTL/pull/2700) - Make colour output optional in streaming gravity API call by [@&#8203;PromoFaux](https://github.com/PromoFaux) in [pi-hole/FTL#2718](https://github.com/pi-hole/FTL/pull/2718) - api/dhcp/leases Allow for hwaddr > 48 bits by [@&#8203;rrobgill](https://github.com/rrobgill) in [pi-hole/FTL#2724](https://github.com/pi-hole/FTL/pull/2724) - Add rate-limiting for TOTP validation by [@&#8203;DL6ER](https://github.com/DL6ER) in [pi-hole/FTL#2719](https://github.com/pi-hole/FTL/pull/2719) - Implement simple partial matching for regex in /api/search/{domain} by [@&#8203;DL6ER](https://github.com/DL6ER) in [pi-hole/FTL#2705](https://github.com/pi-hole/FTL/pull/2705) - Performance optimizations: string processing, memory management, and compiler flags by [@&#8203;Copilot](https://github.com/Copilot) in [pi-hole/FTL#2571](https://github.com/pi-hole/FTL/pull/2571) - Fix authentication redirect when webhome is / (fixes [#&#8203;2518](https://github.com/pi-hole/docker-pi-hole/issues/2518)) by [@&#8203;averyvigolo](https://github.com/averyvigolo) in [pi-hole/FTL#2610](https://github.com/pi-hole/FTL/pull/2610) - Reduce database locking and add timing debug setting by [@&#8203;DL6ER](https://github.com/DL6ER) in [pi-hole/FTL#2688](https://github.com/pi-hole/FTL/pull/2688) #### New Contributors - [@&#8203;mwoolweaver](https://github.com/mwoolweaver) made their first contribution in [pi-hole/FTL#2709](https://github.com/pi-hole/FTL/pull/2709) - [@&#8203;Copilot](https://github.com/Copilot) made their first contribution in [pi-hole/FTL#2571](https://github.com/pi-hole/FTL/pull/2571) - [@&#8203;averyvigolo](https://github.com/averyvigolo) made their first contribution in [pi-hole/FTL#2610](https://github.com/pi-hole/FTL/pull/2610) **Full Changelog**: <https://github.com/pi-hole/FTL/compare/v6.3.3...v6.4> <!-- Release notes generated using configuration in .github/release.yml at master --> <!-- Release notes generated using configuration in .github/release.yml at master --> #### What's Changed (Web v6.4) - Start using commented tags for editorconfig-checker by [@&#8203;yubiuser](https://github.com/yubiuser) in [pi-hole/web#3643](https://github.com/pi-hole/web/pull/3643) - Remove some unused code (leftover from v5) by [@&#8203;rdwebdesign](https://github.com/rdwebdesign) in [pi-hole/web#3636](https://github.com/pi-hole/web/pull/3636) - Make sure the table is redrawn after the dnssec API call returns by [@&#8203;rdwebdesign](https://github.com/rdwebdesign) in [pi-hole/web#3645](https://github.com/pi-hole/web/pull/3645) - Add hint that partial matching may not return all possible results by [@&#8203;DL6ER](https://github.com/DL6ER) in [pi-hole/web#3654](https://github.com/pi-hole/web/pull/3654) - Enable one-time code autofill for TOTP input by [@&#8203;sebastianlivoni](https://github.com/sebastianlivoni) in [pi-hole/web#3658](https://github.com/pi-hole/web/pull/3658) - Set "All Time " range for query log datepicker based on Database ranges (moment) by [@&#8203;PromoFaux](https://github.com/PromoFaux) in [pi-hole/web#3657](https://github.com/pi-hole/web/pull/3657) - Request ANSI colour codes when calling gravity API by [@&#8203;PromoFaux](https://github.com/PromoFaux) in [pi-hole/web#3662](https://github.com/pi-hole/web/pull/3662) - Pi-hole Web v6.4 by [@&#8203;PromoFaux](https://github.com/PromoFaux) in [pi-hole/web#3670](https://github.com/pi-hole/web/pull/3670) #### New Contributors - [@&#8203;sebastianlivoni](https://github.com/sebastianlivoni) made their first contribution in [pi-hole/web#3658](https://github.com/pi-hole/web/pull/3658) **Full Changelog**: <https://github.com/pi-hole/web/compare/v6.3...v6.4> #### What's Changed (Core v6.3) - Add Fedora 43 to test suite by [@&#8203;yubiuser](https://github.com/yubiuser) in [pi-hole/pi-hole#6453](https://github.com/pi-hole/pi-hole/pull/6453) - Fix libcap capabilities not being granted on OpenRC distros by [@&#8203;Sparronator9999](https://github.com/Sparronator9999) in [pi-hole/pi-hole#6456](https://github.com/pi-hole/pi-hole/pull/6456) - systemd service - don't use deprecated PermissionsStartOnly by [@&#8203;rrobgill](https://github.com/rrobgill) in [pi-hole/pi-hole#6465](https://github.com/pi-hole/pi-hole/pull/6465) - debug - speed up processing and display of file contents and services by [@&#8203;rrobgill](https://github.com/rrobgill) in [pi-hole/pi-hole#6469](https://github.com/pi-hole/pi-hole/pull/6469) - Use port from dns.port in piholeDebug.sh by [@&#8203;darkexplosiveqwx](https://github.com/darkexplosiveqwx) in [pi-hole/pi-hole#6475](https://github.com/pi-hole/pi-hole/pull/6475) - Improve gravity tables presentation on the debug log by [@&#8203;rdwebdesign](https://github.com/rdwebdesign) in [pi-hole/pi-hole#6460](https://github.com/pi-hole/pi-hole/pull/6460) #### New Contributors - [@&#8203;Sparronator9999](https://github.com/Sparronator9999) made their first contribution in [pi-hole/pi-hole#6456](https://github.com/pi-hole/pi-hole/pull/6456) **Full Changelog**: <https://github.com/pi-hole/pi-hole/compare/v6.2.2...v6.3> </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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xMS4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTEuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
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!229
No description provided.