🎉 Release of add-on Pi-hole 2.0.3

This commit is contained in:
Community Hass.io Add-ons Bot 2018-08-27 19:30:05 +00:00
parent edf0a36c14
commit e7b7256b7f
4 changed files with 10 additions and 32 deletions

View file

@ -609,10 +609,10 @@ SOFTWARE.
[octobox-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [octobox-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
[octobox-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [octobox-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
[octobox-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg [octobox-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
[addon-pi-hole]: https://github.com/hassio-addons/addon-pi-hole/tree/v2.0.2 [addon-pi-hole]: https://github.com/hassio-addons/addon-pi-hole/tree/v2.0.3
[addon-doc-pi-hole]: https://github.com/hassio-addons/addon-pi-hole/blob/v2.0.2/README.md [addon-doc-pi-hole]: https://github.com/hassio-addons/addon-pi-hole/blob/v2.0.3/README.md
[pi-hole-issue]: https://github.com/hassio-addons/addon-pi-hole/issues [pi-hole-issue]: https://github.com/hassio-addons/addon-pi-hole/issues
[pi-hole-version-shield]: https://img.shields.io/badge/version-v2.0.2-blue.svg [pi-hole-version-shield]: https://img.shields.io/badge/version-v2.0.3-blue.svg
[pi-hole-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/pi-hole-armhf.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-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[pi-hole-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [pi-hole-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg

View file

@ -1,30 +1,7 @@
[Full Changelog][changelog] [Full Changelog][changelog]
Bug fix release. Thank you for all the feedback! The add-on has had some upgrades to be more robust.
Important, in case you are experiencing problems with the Home Assistant component/integration/sensor: Update your HA configuration to the following (example):
```yaml
sensor:
- platform: pi_hole
host: localhost:4865
monitored_conditions:
- ads_blocked_today
- dns_queries_today
- unique_clients
```
### Fixed
- Fixes user/group of pihole-FTL on migration
- Ensures existing log files are overwritten
- Adds interface on /admin as well
- Updates pihole component example
- Updates panel_iframe example
### Changed ### Changed
- Changes the default back to /admin - Fixes secrets in add-on config (#42)
- Changes the PHP FPM port
[changelog]: https://github.com/hassio-addons/addon-pi-hole/compare/v2.0.1...v2.0.2 [changelog]: https://github.com/hassio-addons/addon-pi-hole/compare/v2.0.2...v2.0.3

View file

@ -42,7 +42,7 @@ If you are more interested in stable releases of our add-ons:
[buymeacoffee]: https://www.buymeacoffee.com/frenck [buymeacoffee]: https://www.buymeacoffee.com/frenck
[discord-shield]: https://img.shields.io/discord/478094546522079232.svg [discord-shield]: https://img.shields.io/discord/478094546522079232.svg
[discord]: https://discord.me/hassioaddons [discord]: https://discord.me/hassioaddons
[docs]: https://github.com/hassio-addons/addon-pi-hole/blob/v2.0.2/README.md [docs]: https://github.com/hassio-addons/addon-pi-hole/blob/v2.0.3/README.md
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg [forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
[forum]: https://community.home-assistant.io/t/community-hass-io-add-on-pi-hole/33817?u=frenck [forum]: https://community.home-assistant.io/t/community-hass-io-add-on-pi-hole/33817?u=frenck
[maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg [maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg
@ -50,5 +50,5 @@ If you are more interested in stable releases of our add-ons:
[patreon]: https://www.patreon.com/frenck [patreon]: https://www.patreon.com/frenck
[pi-hole]: https://pi-hole.net/ [pi-hole]: https://pi-hole.net/
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg [project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
[release-shield]: https://img.shields.io/badge/version-v2.0.2-blue.svg [release-shield]: https://img.shields.io/badge/version-v2.0.3-blue.svg
[release]: https://github.com/hassio-addons/addon-pi-hole/tree/v2.0.2 [release]: https://github.com/hassio-addons/addon-pi-hole/tree/v2.0.3

View file

@ -1,6 +1,6 @@
{ {
"name": "Pi-hole", "name": "Pi-hole",
"version": "2.0.2", "version": "2.0.3",
"slug": "pi-hole", "slug": "pi-hole",
"description": "Network-wide ad blocking using your Hass.io instance", "description": "Network-wide ad blocking using your Hass.io instance",
"url": "https://community.home-assistant.io/t/community-hass-io-add-on-pi-hole/33817?u=frenck", "url": "https://community.home-assistant.io/t/community-hass-io-add-on-pi-hole/33817?u=frenck",
@ -19,6 +19,7 @@
"NET_ADMIN" "NET_ADMIN"
], ],
"map": [ "map": [
"config",
"ssl" "ssl"
], ],
"options": { "options": {