It must be October somewhere in the world, right?
Breaking Changes:
- Should be no showstoppers, but keep in mind internal components have been version-bumped (Pi-hole FTL v5.10.2, Web v5.7 and Core v5.5) Please ensure you have read the release notes for those before updating!
Docker Specific Changes:
- Untangle FTL Version from image building #921
- Change
install.sh
to always install latest released Pi-hole unless otherwise indicated by env vars ca69e29 - Reduce test CI step to only running tests on
amd64
/buster
, and switch to using nativedocker/build-push-action@v2
/buildx
actions to build and deploy the multiarch image 7624fc3 (see #735) - [Experimental - Feedback needed] Added
linux/arm/v6
to build bc545b6 - [Experimental - Feedback needed] Added
linux/ppc64le
to build c371768 - #895 should now be fixed, as we are now using buildx to make the multiarch images
Pi-hole FTL changes:
- Handle TTL for blocked queries separately #1173
- Improvements based on static-analysis of source code #1172
- Add special handling of iCloud Private Relay domains #1171
- Fix virtual interface address determination #1170
- Add handling for
pi.hole.<local_domain>
and<hostname>.<local_domain>
#1169 - Simple maintenance improvements #1167 (thanks @a1346054)
- Add
PIHOLE_PTR=HOSTNAME
option #1164 - Tweak special domain handling #1163
- Change FTL database permission to
664
#1162 (thanks @yubiuser) - Add further cache metrics #1152
- Update embedded dnsmasq to v2.87test3
Pi-hole Core Changes:
- Remove
local-ttl
from set of defaultdnsmasq
options #4339 @DL6ER - Fix for gravity syntax error (see #4322) #4324 @jpgpi250
- Export
DNS_FQDN_REQUIRED
andDNS_BOGUS_PRIV
to setupVars.conf during installation #4327 @yubiuser - Perform a check of required packages before updating Pi-hole #4326 @yubiuser
- Select proper PHP version on RPM based OS after
INSTALLER_DEPS
have been installed #4325 @yubiuser - Add ca-certificates to INSTALLER_DEPS #4343 @yubiuser
Pi-hole Web changes:
- Remove adlists tab from settings page #1845
- footer.php: move FTL before Web Interface #1854 @XhmikosR
- Add forgotten target_blank #1884
- Add delete button to message table #1886
- Clarify that never forward non-FQDN only applies to A and AAAA queries #1887
- Simple maintenance improvements #1892 @a1346054
- Lift prefix limitaion for --rev-server #1897