Update docker.io/pihole/pihole Docker tag to v2025.06.2
On all three nodes I upgraded Pi-hole successfully by means of fully automated Watchtower Docker container update with dependency update facilitated by Mend's Renovate Bot.
This MR contains the following updates:
Package | Update | Change |
---|---|---|
docker.io/pihole/pihole | patch | 2025.06.1 -> 2025.06.2 |
Release Notes
pi-hole/docker-pi-hole (docker.io/pihole/pihole)
v2025.06.2
No Docker Specific Changes - This tag brings in the latest changes from FTL 6.2.3
What's Changed (FTL 6.2.3)
This patch release contains fixes for almost all reported bugs (most importantly, it fixes a logging regression where types are missing from pihole.log
as well as a crash in filter_servers()
deep down in dnsmasq
code). There is one remaining issue about the behavior of server=/example.com/1.2.3.4
having changed which we are still working on with the maintainers of dnsmasq
.
- Relax the session cookie from
SameSite=Strict
toLax
by @DL6ER in https://github.com/pi-hole/FTL/pull/2471 - Run dependabot also on composite actions by @yubiuser in https://github.com/pi-hole/FTL/pull/2502
- Speedup build and test by running RISCV on ARM64 by @yubiuser in https://github.com/pi-hole/FTL/pull/2501
- Remove pullapprove.yml by @yubiuser in https://github.com/pi-hole/FTL/pull/2499
- ntp : ignore client version, always return a v4 packet by @rrobgill in https://github.com/pi-hole/FTL/pull/2505
- Store intermediate CNAME domain pointers in DNS cache by @DL6ER in https://github.com/pi-hole/FTL/pull/2461
- Allow unauthenticated access to non-admin LUA pages by @DL6ER in https://github.com/pi-hole/FTL/pull/2503
- Simplify CI build process by @DL6ER in https://github.com/pi-hole/FTL/pull/2507
- Get latest dnsmasq updates by @DL6ER in https://github.com/pi-hole/FTL/pull/2509
- Split FTL build and test on GHA by @yubiuser in #2498