From b425d2d268fc7b207d6e58adda19f659916ebdb2 Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Sat, 26 May 2018 08:35:42 +0000 Subject: [PATCH] :arrow_up: Updating add-on Pi-hole to 958905b --- README.md | 6 +++--- pi-hole/CHANGELOG.md | 7 +++++-- pi-hole/README.md | 6 +++--- pi-hole/config.json | 2 +- 4 files changed, 12 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 0f8d9d014..c68c01f75 100644 --- a/README.md +++ b/README.md @@ -438,10 +438,10 @@ SOFTWARE. [jupyter-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [jupyter-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [jupyter-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-pi-hole]: https://github.com/hassio-addons/addon-pi-hole/tree/88061ef -[addon-doc-pi-hole]: https://github.com/hassio-addons/addon-pi-hole/blob/88061ef/README.md +[addon-pi-hole]: https://github.com/hassio-addons/addon-pi-hole/tree/958905b +[addon-doc-pi-hole]: https://github.com/hassio-addons/addon-pi-hole/blob/958905b/README.md [pi-hole-issue]: https://github.com/hassio-addons/addon-pi-hole/issues -[pi-hole-version-shield]: https://img.shields.io/badge/version-88061ef-blue.svg +[pi-hole-version-shield]: https://img.shields.io/badge/version-958905b-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 c45158da4..72af88173 100644 --- a/pi-hole/CHANGELOG.md +++ b/pi-hole/CHANGELOG.md @@ -1,10 +1,13 @@ # Changelog since v1.1.0 -2018/05/19 08:38 UTC - [88061ef](https://github.com/hassio-addons/addon-pi-hole/commit/88061ef3fb8178ca48af106fc673cb617bb6bc75) by [@frenck](https://github.com/frenck) +2018/05/26 08:29 UTC - [958905b](https://github.com/hassio-addons/addon-pi-hole/commit/958905bf2ee7a7d619bd51a9b0fb75640882110e) by [@frenck](https://github.com/frenck) +> :ambulance: Fixes stuck except interface in DNSMasq (#29) + +2018/05/26 08:29 UTC - [88061ef](https://github.com/hassio-addons/addon-pi-hole/commit/88061ef3fb8178ca48af106fc673cb617bb6bc75) by [@frenck](https://github.com/frenck) > :ambulance: Fixes missing PHP ext fileinfo" Fixes #26 -2018/05/19 08:38 UTC - [52f7f64](https://github.com/hassio-addons/addon-pi-hole/commit/52f7f64128446c5519115575ffa760620a7b4756) by [@frenck](https://github.com/frenck) +2018/05/26 08:29 UTC - [52f7f64](https://github.com/hassio-addons/addon-pi-hole/commit/52f7f64128446c5519115575ffa760620a7b4756) by [@frenck](https://github.com/frenck) > :books: Fixes a typo in the README diff --git a/pi-hole/README.md b/pi-hole/README.md index 42043269b..f09473e75 100644 --- a/pi-hole/README.md +++ b/pi-hole/README.md @@ -45,9 +45,9 @@ If you are more interested in stable releases of our add-ons: [discord-shield]: https://img.shields.io/discord/330944238910963714.svg [discord]: https://discord.gg/c5DvZ4e [maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg -[release-shield]: https://img.shields.io/badge/version-88061ef-blue.svg -[release]: https://github.com/hassio-addons/addon-pi-hole/tree/88061ef -[docs]: https://github.com/hassio-addons/addon-pi-hole/blob/88061ef/README.md +[release-shield]: https://img.shields.io/badge/version-958905b-blue.svg +[release]: https://github.com/hassio-addons/addon-pi-hole/tree/958905b +[docs]: https://github.com/hassio-addons/addon-pi-hole/blob/958905b/README.md [buymeacoffee-shield]: https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-2.svg [buymeacoffee]: https://www.buymeacoffee.com/frenck [pi-hole]: https://pi-hole.net/ \ No newline at end of file diff --git a/pi-hole/config.json b/pi-hole/config.json index 1abde613d..363f14e1f 100644 --- a/pi-hole/config.json +++ b/pi-hole/config.json @@ -1,6 +1,6 @@ { "name": "Pi-hole", - "version": "88061ef", + "version": "958905b", "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",