klutchell / balena-pihole

Pi-hole is a Linux network-level advertisement and Internet tracker blocking application.
https://pi-hole.net
MIT License
299 stars 101 forks source link

Update pihole/pihole Docker tag to v2023 #196

Closed chemical-soup closed 1 year ago

chemical-soup commented 1 year ago

This PR contains the following updates:

Package Type Update Change
pihole/pihole final major 2022.12.1 -> 2023.01

Release Notes

pi-hole/docker-pi-hole ### [`v2023.01`](https://togithub.com/pi-hole/docker-pi-hole/releases/tag/2023.01) [Compare Source](https://togithub.com/pi-hole/docker-pi-hole/compare/2022.12.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` and `setup_web_php_env()` by [@​rdwebdesign](https://togithub.com/rdwebdesign) in [https://github.com/pi-hole/docker-pi-hole/pull/1269](https://togithub.com/pi-hole/docker-pi-hole/pull/1269) - \[Docker Only] Configure lighttpd to redirect http://VIRTUAL_HOST or http://FTLCONF_LOCAL_IPV4 to /admin by [@​PromoFaux](https://togithub.com/PromoFaux) in [https://github.com/pi-hole/docker-pi-hole/pull/1271](https://togithub.com/pi-hole/docker-pi-hole/pull/1271) **Full Changelog**: https://github.com/pi-hole/docker-pi-hole/compare/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](https://togithub.com/DL6ER) in [https://github.com/pi-hole/FTL/pull/1514](https://togithub.com/pi-hole/FTL/pull/1514) - Remove gray color in help output by [@​yubiuser](https://togithub.com/yubiuser) in [https://github.com/pi-hole/FTL/pull/1520](https://togithub.com/pi-hole/FTL/pull/1520) **Full Changelog**: https://github.com/pi-hole/FTL/compare/v5.20...v5.20.1 #### Web 5.18.1: What's Changed - Provide fake username on login form by [@​yubiuser](https://togithub.com/yubiuser) in [https://github.com/pi-hole/AdminLTE/pull/2419](https://togithub.com/pi-hole/AdminLTE/pull/2419) - Fix z-index of .dropdown-toggle by [@​infinitytec](https://togithub.com/infinitytec) in [https://github.com/pi-hole/AdminLTE/pull/2474](https://togithub.com/pi-hole/AdminLTE/pull/2474) - Adjust `dropdown-toggle` class on LCARS theme. by [@​rdwebdesign](https://togithub.com/rdwebdesign) in [https://github.com/pi-hole/AdminLTE/pull/2477](https://togithub.com/pi-hole/AdminLTE/pull/2477) - Adding option to show all results for queryads by [@​rdwebdesign](https://togithub.com/rdwebdesign) in [https://github.com/pi-hole/AdminLTE/pull/2487](https://togithub.com/pi-hole/AdminLTE/pull/2487) - Avoid caching issues using last modified time by [@​rdwebdesign](https://togithub.com/rdwebdesign) in [https://github.com/pi-hole/AdminLTE/pull/2489](https://togithub.com/pi-hole/AdminLTE/pull/2489) #### New Contributors - [@​infinitytec](https://togithub.com/infinitytec) made their first contribution in [https://github.com/pi-hole/AdminLTE/pull/2474](https://togithub.com/pi-hole/AdminLTE/pull/2474) **Full Changelog**: https://github.com/pi-hole/AdminLTE/compare/v5.18...v5.18.1 #### Core 5.15: What's Changed - Add native systemd service by [@​MichaIng](https://togithub.com/MichaIng) in [https://github.com/pi-hole/pi-hole/pull/4924](https://togithub.com/pi-hole/pi-hole/pull/4924) - Do not setcap FTL binary when systemd is used by [@​MichaIng](https://togithub.com/MichaIng) in [https://github.com/pi-hole/pi-hole/pull/5043](https://togithub.com/pi-hole/pi-hole/pull/5043) - Do not require man pages to be present in test script by [@​yubiuser](https://togithub.com/yubiuser) in [https://github.com/pi-hole/pi-hole/pull/5037](https://togithub.com/pi-hole/pi-hole/pull/5037) - Explicitly create group pihole on installation by [@​yubiuser](https://togithub.com/yubiuser) in [https://github.com/pi-hole/pi-hole/pull/5039](https://togithub.com/pi-hole/pi-hole/pull/5039) - Only compare OS versions if dig was successful by [@​rdwebdesign](https://togithub.com/rdwebdesign) in [https://github.com/pi-hole/pi-hole/pull/5056](https://togithub.com/pi-hole/pi-hole/pull/5056) - set X-XSS-Protection headers to 0 in lighttpd.conf by [@​leftydrummer](https://togithub.com/leftydrummer) in [https://github.com/pi-hole/pi-hole/pull/5069](https://togithub.com/pi-hole/pi-hole/pull/5069) - Create new lighttpd pihole-admin.conf for admin interface by [@​gstrauss](https://togithub.com/gstrauss) in [https://github.com/pi-hole/pi-hole/pull/5065](https://togithub.com/pi-hole/pi-hole/pull/5065) - Add merge-conflict workflow by [@​yubiuser](https://togithub.com/yubiuser) in [https://github.com/pi-hole/pi-hole/pull/5071](https://togithub.com/pi-hole/pi-hole/pull/5071) - add Fedora 37 to distro-test in .github/workflows/test.yml by [@​gstrauss](https://togithub.com/gstrauss) in [https://github.com/pi-hole/pi-hole/pull/5067](https://togithub.com/pi-hole/pi-hole/pull/5067) - lighttpd: do not overwrite /etc/lighttpd/lighttpd.conf (On new installs) by [@​gstrauss](https://togithub.com/gstrauss) in [https://github.com/pi-hole/pi-hole/pull/5075](https://togithub.com/pi-hole/pi-hole/pull/5075) - Improve detection of incorrect lines during gravity by [@​yubiuser](https://togithub.com/yubiuser) in [https://github.com/pi-hole/pi-hole/pull/5009](https://togithub.com/pi-hole/pi-hole/pull/5009) - Add pihole tail \[arg] to man page by [@​yubiuser](https://togithub.com/yubiuser) in [https://github.com/pi-hole/pi-hole/pull/5095](https://togithub.com/pi-hole/pi-hole/pull/5095) - Create versions file before sourcing it by [@​yubiuser](https://togithub.com/yubiuser) in [https://github.com/pi-hole/pi-hole/pull/5097](https://togithub.com/pi-hole/pi-hole/pull/5097) - Remove leftover from query.sh by [@​yubiuser](https://togithub.com/yubiuser) in [https://github.com/pi-hole/pi-hole/pull/5112](https://togithub.com/pi-hole/pi-hole/pull/5112) - Tweak get_directories_recursive by [@​yubiuser](https://togithub.com/yubiuser) in [https://github.com/pi-hole/pi-hole/pull/5105](https://togithub.com/pi-hole/pi-hole/pull/5105) - Adjusting `fastcgi.server` config by [@​rdwebdesign](https://togithub.com/rdwebdesign) in [https://github.com/pi-hole/pi-hole/pull/5103](https://togithub.com/pi-hole/pi-hole/pull/5103) #### New Contributors - [@​leftydrummer](https://togithub.com/leftydrummer) made their first contribution in [https://github.com/pi-hole/pi-hole/pull/5069](https://togithub.com/pi-hole/pi-hole/pull/5069) **Full Changelog**: https://github.com/pi-hole/pi-hole/compare/v5.14.2...v5.15

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 is behind base branch, or you tick the rebase/retry checkbox.

πŸ”• Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Renovate Bot.

klutchell commented 1 year ago

Running in prod