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 pi-hole/FTL#2471 - Run dependabot also on composite actions by @yubiuser in pi-hole/FTL#2502
- Speedup build and test by running RISCV on ARM64 by @yubiuser in pi-hole/FTL#2501
- Remove pullapprove.yml by @yubiuser in pi-hole/FTL#2499
- ntp : ignore client version, always return a v4 packet by @rrobgill in pi-hole/FTL#2505
- Store intermediate CNAME domain pointers in DNS cache by @DL6ER in pi-hole/FTL#2461
- Allow unauthenticated access to non-admin LUA pages by @DL6ER in pi-hole/FTL#2503
- Simplify CI build process by @DL6ER in pi-hole/FTL#2507
- Get latest dnsmasq updates by @DL6ER in pi-hole/FTL#2509
- Split FTL build and test on GHA by @yubiuser in #2498