🎉 Release of add-on Pi-hole (DEPRECATED!) 4.1.2

This commit is contained in:
Community Hass.io Add-ons Bot 2020-03-30 13:31:39 +00:00
parent 7b01bf59c3
commit 9436ce26f5
4 changed files with 44 additions and 14 deletions

View file

@ -1051,10 +1051,10 @@ SOFTWARE.
[node-red-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
[node-red-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
[node-red-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
[addon-pi-hole]: https://github.com/hassio-addons/addon-pi-hole/tree/v4.1.1
[addon-doc-pi-hole]: https://github.com/hassio-addons/addon-pi-hole/blob/v4.1.1/README.md
[addon-pi-hole]: https://github.com/hassio-addons/addon-pi-hole/tree/v4.1.2
[addon-doc-pi-hole]: https://github.com/hassio-addons/addon-pi-hole/blob/v4.1.2/README.md
[pi-hole-issue]: https://github.com/hassio-addons/addon-pi-hole/issues
[pi-hole-version-shield]: https://img.shields.io/badge/version-v4.1.1-blue.svg
[pi-hole-version-shield]: https://img.shields.io/badge/version-v4.1.2-blue.svg
[pi-hole-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/pi-hole-armhf.svg
[pi-hole-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[pi-hole-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg

View file

@ -1,13 +1,19 @@
[Full Changelog][changelog]
This is a bug fix release.
⚠️ This add-on is now deprecated and will not receive any maintenance beyond this point.
Please consider moving to the [AdGuard Home](https://github.com/hassio-addons/addon-adguard-home) add-on.
### :hammer: Changes
- :hammer: Update community forum links
- :ambulance: Bypass HTTP origin
- :arrow_up: Upgrades add-on base image to v7.0.5
- :arrow_up: Upgrades gcc to 9.2.0-r4
- :arrow_up: Upgrades musl-dev to 1.1.24-r2
- :arrow_up: Upgrades php7 to 7.3.16-r0
- :arrow_up: Upgrades Pi-hole AdminLTE to v4.3.3
- :warning: Adds deprecation notices
[changelog]: https://github.com/hassio-addons/addon-pi-hole/compare/v4.1.0...v4.1.1
[changelog]: https://github.com/hassio-addons/addon-pi-hole/compare/v4.1.1...v4.1.2
Questions? Join our Discord server! https://discord.me/hassioaddons
Enjoying my add-ons? Consider supporting my work:

View file

@ -10,6 +10,29 @@
Network-wide ad blocking
## Deprecation warning
**This add-on is in a deprecated state!**
The Pi-hole add-on is now deprecated and will no longer be supported, maintained
and will not receive future updates or fixes.
Pi-hole used to be a great solution to filter network traffic, but it has been
a challenge to keep/get it in a working state as an add-on.
Meanwhile, the AdGuard team published an alternative:
[AdGuard Home](https://github.com/hassio-addons/addon-adguard-home).
AdGuard Home as surpassed Pi-hole in terms of capabilities, features,
and stability, and Home Assistant provides a good integration with AdGuard.
Above all, the AdGuard Home team has been supportive in developing the add-on.
For those reasons, it is no longer viable to keep maintaining the Pi-hole
add-on, which has been problematic at best.
We strongly recommend migrating to the AdGuard Home add-on, which is available
in the add-on store.
## About
[Pi-hole][pi-hole] is an advertising-aware DNS- and web server, meant to be run
@ -40,7 +63,7 @@ If you are more interested in stable releases of our add-ons:
[discord-shield]: https://img.shields.io/discord/478094546522079232.svg
[discord]: https://discord.me/hassioaddons
[docs]: https://github.com/hassio-addons/addon-pi-hole/blob/v4.1.1/README.md
[docs]: https://github.com/hassio-addons/addon-pi-hole/blob/v4.1.2/README.md
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
[forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-pi-hole/33817?u=frenck
[github-sponsors-shield]: https://frenck.dev/wp-content/uploads/2019/12/github_sponsor.png
@ -49,6 +72,6 @@ If you are more interested in stable releases of our add-ons:
[patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
[patreon]: https://www.patreon.com/frenck
[pi-hole]: https://pi-hole.net/
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
[release-shield]: https://img.shields.io/badge/version-v4.1.1-blue.svg
[release]: https://github.com/hassio-addons/addon-pi-hole/tree/v4.1.1
[project-stage-shield]: https://img.shields.io/badge/project%20stage-%20!%20DEPRECATED%20%20%20!-ff0000.svg
[release-shield]: https://img.shields.io/badge/version-v4.1.2-blue.svg
[release]: https://github.com/hassio-addons/addon-pi-hole/tree/v4.1.2

View file

@ -1,8 +1,9 @@
{
"name": "Pi-hole",
"version": "4.1.1",
"name": "Pi-hole (DEPRECATED!)",
"stage": "deprecated",
"version": "4.1.2",
"slug": "pi-hole",
"description": "Network-wide ad blocking",
"description": "The Pi-hole add-on is deprecated, use the AdGuard Home add-on instead.",
"url": "https://github.com/hassio-addons/addon-pi-hole",
"webui": "[PROTO:ssl]://[HOST]:[PORT:4865]",
"ingress": true,