From e7b7256b7f1134485b6fa1fd16cb0f2c00ddd77f Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Mon, 27 Aug 2018 19:30:05 +0000 Subject: [PATCH] :tada: Release of add-on Pi-hole 2.0.3 --- README.md | 6 +++--- pi-hole/CHANGELOG.md | 27 ++------------------------- pi-hole/README.md | 6 +++--- pi-hole/config.json | 3 ++- 4 files changed, 10 insertions(+), 32 deletions(-) diff --git a/README.md b/README.md index 48b3d8ae..1cfaa1e5 100644 --- a/README.md +++ b/README.md @@ -609,10 +609,10 @@ SOFTWARE. [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-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-doc-pi-hole]: https://github.com/hassio-addons/addon-pi-hole/blob/v2.0.2/README.md +[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.3/README.md [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-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [pi-hole-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg diff --git a/pi-hole/CHANGELOG.md b/pi-hole/CHANGELOG.md index 84ec3eb9..794e472a 100644 --- a/pi-hole/CHANGELOG.md +++ b/pi-hole/CHANGELOG.md @@ -1,30 +1,7 @@ [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 -- Changes the default back to /admin -- Changes the PHP FPM port +- Fixes secrets in add-on config (#42) -[changelog]: https://github.com/hassio-addons/addon-pi-hole/compare/v2.0.1...v2.0.2 \ No newline at end of file +[changelog]: https://github.com/hassio-addons/addon-pi-hole/compare/v2.0.2...v2.0.3 \ No newline at end of file diff --git a/pi-hole/README.md b/pi-hole/README.md index c5e34617..53d4ada4 100644 --- a/pi-hole/README.md +++ b/pi-hole/README.md @@ -42,7 +42,7 @@ If you are more interested in stable releases of our add-ons: [buymeacoffee]: https://www.buymeacoffee.com/frenck [discord-shield]: https://img.shields.io/discord/478094546522079232.svg [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]: 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 @@ -50,5 +50,5 @@ If you are more interested in stable releases of our add-ons: [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-v2.0.2-blue.svg -[release]: https://github.com/hassio-addons/addon-pi-hole/tree/v2.0.2 \ No newline at end of file +[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.3 \ No newline at end of file diff --git a/pi-hole/config.json b/pi-hole/config.json index 72788355..513cd831 100644 --- a/pi-hole/config.json +++ b/pi-hole/config.json @@ -1,6 +1,6 @@ { "name": "Pi-hole", - "version": "2.0.2", + "version": "2.0.3", "slug": "pi-hole", "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", @@ -19,6 +19,7 @@ "NET_ADMIN" ], "map": [ + "config", "ssl" ], "options": {