From 3c20141721d6e7ab634e06ef9767bb1ca5b201a9 Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Sun, 17 Mar 2019 22:05:43 +0000 Subject: [PATCH] :arrow_up: Updating add-on Pi-hole to bd92b93 --- README.md | 6 +++--- pi-hole/CHANGELOG.md | 6 +++--- pi-hole/README.md | 6 +++--- pi-hole/config.json | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index e877081f2..8e456d25c 100644 --- a/README.md +++ b/README.md @@ -880,10 +880,10 @@ SOFTWARE. [phlex-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [phlex-armv7-shield]: https://img.shields.io/badge/armv7-no-red.svg [phlex-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-pi-hole]: https://github.com/hassio-addons/addon-pi-hole/tree/9c30d38 -[addon-doc-pi-hole]: https://github.com/hassio-addons/addon-pi-hole/blob/9c30d38/README.md +[addon-pi-hole]: https://github.com/hassio-addons/addon-pi-hole/tree/bd92b93 +[addon-doc-pi-hole]: https://github.com/hassio-addons/addon-pi-hole/blob/bd92b93/README.md [pi-hole-issue]: https://github.com/hassio-addons/addon-pi-hole/issues -[pi-hole-version-shield]: https://img.shields.io/badge/version-9c30d38-blue.svg +[pi-hole-version-shield]: https://img.shields.io/badge/version-bd92b93-blue.svg [pi-hole-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/pi-hole.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 5a820a72e..7e9d9dc30 100644 --- a/pi-hole/CHANGELOG.md +++ b/pi-hole/CHANGELOG.md @@ -1,5 +1,5 @@ -# Changelog since v3.0.0 +# Changelog since v3.0.1 -2019/03/17 15:10 UTC - [9c30d38](https://github.com/hassio-addons/addon-pi-hole/commit/9c30d385b0929adfdebe2316ec1a75203fc2c3a4) by [@frenck](https://github.com/frenck) -> :ambulance: Fixes bug in custom virtual host function call +2019/03/17 22:00 UTC - [bd92b93](https://github.com/hassio-addons/addon-pi-hole/commit/bd92b93b0068b435a4827f82020360c44674893e) by [@frenck](https://github.com/frenck) +> :ambulance: Fixes virtual host saving to env diff --git a/pi-hole/README.md b/pi-hole/README.md index 4276e5642..e8bdaf71a 100644 --- a/pi-hole/README.md +++ b/pi-hole/README.md @@ -45,7 +45,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/9c30d38/README.md +[docs]: https://github.com/hassio-addons/addon-pi-hole/blob/bd92b93/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/2019.svg @@ -53,5 +53,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-9c30d38-blue.svg -[release]: https://github.com/hassio-addons/addon-pi-hole/tree/9c30d38 \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-bd92b93-blue.svg +[release]: https://github.com/hassio-addons/addon-pi-hole/tree/bd92b93 \ No newline at end of file diff --git a/pi-hole/config.json b/pi-hole/config.json index 82705477e..be2da9f73 100644 --- a/pi-hole/config.json +++ b/pi-hole/config.json @@ -1,6 +1,6 @@ { "name": "Pi-hole", - "version": "9c30d38", + "version": "bd92b93", "slug": "pi-hole", "description": "Network-wide ad blocking using your Hass.io instance", "url": "https://github.com/hassio-addons/addon-pi-hole",