Releases: pi-hole/docker-pi-hole
2023.01.10
- Who had 10 in the sweepstake?
Patches for the occasional 503 errors and a security advisory on web
What's Changed
- Don't declare VIRTUAL_HOST as an empty string in Dockerfile by @PromoFaux in #1304
Full Changelog: 2023.01.9...2023.01.10
Also Includes:
Core v5.15.3: What's Changed
- Change lighttpd options
min_procs
value to1
by @rdwebdesign in pi-hole/pi-hole#5149
Full Changelog: pi-hole/pi-hole@v5.15.2...v5.15.3
Web v5.18.3: What's Changed
- Fix insecure persistent login token by @4n4nk3 d31cf9d1566d6b671933716cb73cd6c5cc9ab802 (GHSA-33w4-xf7m-f82m)
Full Changelog: pi-hole/web@v5.18.2...v5.18.3
2023.01.9
JANUARY IS SUPPOSED TO BE A QUIET MONTH...
What's Changed
- Revert "Ensure that the directory
/run/lighttpd
exists by @PromoFaux in #1300 [patched upstream] - Configure FTL's MACVENDORDB setting to "/macvendor.db" on startup by @PromoFaux in #1301 [fixes an issue found in#1299]
Full Changelog: 2023.01.8...2023.01.9
2023.01.8
One more time... (We don't talk about 2023.01.7)
What's Changed
- Ensure that the directory
/run/lighttpd
exists, and that it is owned by www-data by @PromoFaux in #1298 - Add support for changing admin bind address indepentendly of $FTLCONF_LOCAL_IPV4 by @n6g7 in #1293
New Contributors
Full Changelog: 2023.01.6...2023.01.8
Also includes:
https://pi-hole.net/blog/2023/01/22/pi-hole-web-v5-18-2-and-core-v5-15-1-released/
Web 5.18.2: What's Changed
- Add default value for $ver in func.php by @yubiuser in pi-hole/web#2497
- Show two decimals on doughnutTooltip if total share shown is less than 1% by @yubiuser in pi-hole/web#2502
- Tweak deleting message by @yubiuser in pi-hole/web#2498
- Attenuate non-domain warning by @yubiuser in pi-hole/web#2507
- remove hard-coded /admin/ path by @gstrauss in pi-hole/web#2461
- Do not return 'false' if IDNA<->UNICODE conversion fails by @yubiuser in pi-hole/web#2479
New Contributors
- @gstrauss made their first contribution in pi-hole/web#2461
Full Changelog: pi-hole/web@v5.18.1...v5.18.2
Core 5.15.1: What's Changed
- Include mod_accesslog with new config by @PromoFaux in pi-hole/pi-hole#5121
- Run updatechecker after gravity by @yubiuser in pi-hole/pi-hole#5137
- Only remove the
server.modules+=
from new config if lighttpd version is < 1.4.56 by @PromoFaux in pi-hole/pi-hole#5133 - Cleanup if startup failed by @yubiuser in pi-hole/pi-hole#5052
- Reduce number of false positives when gravity unable to import domains - change the wording of the output by @PromoFaux in pi-hole/pi-hole#5128
- Change php socket path back to /run/lighttpd/ from /tmp by @PromoFaux in pi-hole/pi-hole#5139
- Always set lighttpd config dir permissions by @yubiuser in pi-hole/pi-hole#5038
Full Changelog: pi-hole/pi-hole@v5.15...v5.15.1
2023.01.6
Well the builds start coming, and they don't stop coming...
Fixes #1289
What's Changed
- Disable provenance in the
build-push-action
- should solve issues downloading the image on some systems by @PromoFaux in #1290
Full Changelog: 2023.01.5...2023.01.6
2023.01.5
It's been a busy few days...
What's Changed
- Allow for empty strings to be passed into FTLCONF_ environment variables by @PromoFaux in #1288
Full Changelog: 2023.01.3...2023.01.5
2023.01.4
Nothing Docker specific in this release, tagging to include PADD v3.10.1
PADD v3.10.1: What's changed
- Add action to close stale PR by @rdwebdesign in pi-hole/PADD#323
- Tweak visuals by @yubiuser in pi-hole/PADD#327
- Add version bump workflow by @yubiuser in pi-hole/PADD#316
- Issue 314 π update 'how to run PADD in docker container' by @thomasmerz in pi-hole/PADD#315
- Use padd.sh URLs by @dschaper in pi-hole/PADD#213
- Export LOCALE by @yubiuser in pi-hole/PADD#335
- Do not show update notices if
padd
is being run from the docker container by @PromoFaux in pi-hole/PADD#325
New Contributors
- @PromoFaux made their first contribution in pi-hole/PADD#325
Full Changelog: pi-hole/PADD@v3.10.0...v3.10.1
2023.01.3
"They're a lot like London Buses" edition.
What's Changed
- lighttpd does not like it if VIRTUAL_HOST and FTLCONF_LOCAL_IPV4 are duplicate values... by @PromoFaux in #1286
Full Changelog: 2022.01.2...2023.01.3
2023.01.2
What's Changed
- Modify the
15-pihole-admin.conf
file in the correct path.... by @PromoFaux in #1284
Full Changelog: 2023.01.1...2023.01.2
2023.01.1
What's Changed
- Remove the PHP_ENV_CONFIG variable from the Dockerfile by @PromoFaux in #1281 (Fixes #1275)
Full Changelog: 2023.01...2023.01.1
2023.01
(Re-tag of 2023.1
and 2023.1.1
- which should have been 2023.01.x
)
Breaking Changes
- If you have any modifications for lighttpd via an
external.conf
file, this file now needs to be mapped into/etc/lighttpd/conf-enabled/whateverfile.conf
instead
What's Changed
- Change
PHP_ENV_CONFIG
andsetup_web_php_env()
by @rdwebdesign in #1269 - [Docker Only] Configure lighttpd to redirect http://VIRTUAL_HOST or http://FTLCONF_LOCAL_IPV4 to /admin by @PromoFaux in #1271
Full Changelog: 2022.12...2023.01
https://pi-hole.net/blog/2023/01/15/pi-hole-ftl-v5-20-1-web-v5-18-1-and-core-v5-15-released/
Also includes:
FTL v5.20.1: What's Changed
- Always store time we start saving to the database by @DL6ER in pi-hole/FTL#1514
- Remove gray color in help output by @yubiuser in pi-hole/FTL#1520
Full Changelog: pi-hole/FTL@v5.20...v5.20.1
Web 5.18.1: What's Changed
- Provide fake username on login form by @yubiuser in pi-hole/web#2419
- Fix z-index of .dropdown-toggle by @infinitytec in pi-hole/web#2474
- Adjust
dropdown-toggle
class on LCARS theme. by @rdwebdesign in pi-hole/web#2477 - Adding option to show all results for queryads by @rdwebdesign in pi-hole/web#2487
- Avoid caching issues using last modified time by @rdwebdesign in pi-hole/web#2489
New Contributors
- @infinitytec made their first contribution in pi-hole/web#2474
Full Changelog: pi-hole/web@v5.18...v5.18.1
Core 5.15: What's Changed
- Add native systemd service by @MichaIng in pi-hole/pi-hole#4924
- Do not setcap FTL binary when systemd is used by @MichaIng in pi-hole/pi-hole#5043
- Do not require man pages to be present in test script by @yubiuser in pi-hole/pi-hole#5037
- Explicitly create group pihole on installation by @yubiuser in pi-hole/pi-hole#5039
- Only compare OS versions if dig was successful by @rdwebdesign in pi-hole/pi-hole#5056
- set X-XSS-Protection headers to 0 in lighttpd.conf by @leftydrummer in pi-hole/pi-hole#5069
- Create new lighttpd pihole-admin.conf for admin interface by @gstrauss in pi-hole/pi-hole#5065
- Add merge-conflict workflow by @yubiuser in pi-hole/pi-hole#5071
- add Fedora 37 to distro-test in .github/workflows/test.yml by @gstrauss in pi-hole/pi-hole#5067
- lighttpd: do not overwrite /etc/lighttpd/lighttpd.conf (On new installs) by @gstrauss in pi-hole/pi-hole#5075
- Improve detection of incorrect lines during gravity by @yubiuser in pi-hole/pi-hole#5009
- Add pihole tail [arg] to man page by @yubiuser in pi-hole/pi-hole#5095
- Create versions file before sourcing it by @yubiuser in pi-hole/pi-hole#5097
- Remove leftover from query.sh by @yubiuser in pi-hole/pi-hole#5112
- Tweak get_directories_recursive by @yubiuser in pi-hole/pi-hole#5105
- Adjusting
fastcgi.server
config by @rdwebdesign in pi-hole/pi-hole#5103
New Contributors
- @leftydrummer made their first contribution in pi-hole/pi-hole#5069
Full Changelog: pi-hole/pi-hole@v5.14.2...v5.15