From 36ad484bc4ff13a2ca3d3556c7c00a3c06602f53 Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Thu, 20 Dec 2018 19:47:58 +0000 Subject: [PATCH] :tada: Release of add-on Pi-hole 2.1.1 --- README.md | 6 +++--- pi-hole/CHANGELOG.md | 17 +++++++++-------- pi-hole/README.md | 6 +++--- pi-hole/config.json | 2 +- 4 files changed, 16 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 539f20cf..5ecbe3ba 100644 --- a/README.md +++ b/README.md @@ -674,10 +674,10 @@ SOFTWARE. [phlex-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [phlex-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.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/v2.1.0 -[addon-doc-pi-hole]: https://github.com/hassio-addons/addon-pi-hole/blob/v2.1.0/README.md +[addon-pi-hole]: https://github.com/hassio-addons/addon-pi-hole/tree/v2.1.1 +[addon-doc-pi-hole]: https://github.com/hassio-addons/addon-pi-hole/blob/v2.1.1/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.1.0-blue.svg +[pi-hole-version-shield]: https://img.shields.io/badge/version-v2.1.1-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 c027c9c8..b320c9c6 100644 --- a/pi-hole/CHANGELOG.md +++ b/pi-hole/CHANGELOG.md @@ -1,12 +1,13 @@ [Full Changelog][changelog] -- Upgrades bind-tools to 9.12.2_p1-r0 -- Upgrades ncurses to 6.1_p20180818-r1 -- Upgrades nginx to 1.14.0-r1 -- Upgrades base image to v2.3.0 -- Adds Hassio API role to configuration -- Upgrades GCC/G++ to 6.4.0-r9 -- Upgrades OpenSSL to 1.0.2p-r0 +- Changed past to paste (#53) (@dayofdoom) +- Upgrades git to 2.18.1-r0 +- Upgrades bind-tools to 9.12.3-r0 +- Upgrades openssl to 1.0.2q-r0 +- Fixes spelling mistake (#55) (@mjrider) +- Upgrades Perl to 5.26.2-r1 - Upgrades PHP to 7.2.10-r0 +- Upgrades Pi-hole to 4.1 +- Upgrades nginx to 1.14.2-r0 -[changelog]: https://github.com/hassio-addons/addon-pi-hole/compare/v2.0.4...v2.1.0 \ No newline at end of file +[changelog]: https://github.com/hassio-addons/addon-pi-hole/compare/v2.1.0...v2.1.1 \ No newline at end of file diff --git a/pi-hole/README.md b/pi-hole/README.md index 04ed646c..8e753754 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.1.0/README.md +[docs]: https://github.com/hassio-addons/addon-pi-hole/blob/v2.1.1/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.1.0-blue.svg -[release]: https://github.com/hassio-addons/addon-pi-hole/tree/v2.1.0 \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-v2.1.1-blue.svg +[release]: https://github.com/hassio-addons/addon-pi-hole/tree/v2.1.1 \ No newline at end of file diff --git a/pi-hole/config.json b/pi-hole/config.json index 3cd1bb03..1b5167a2 100644 --- a/pi-hole/config.json +++ b/pi-hole/config.json @@ -1,6 +1,6 @@ { "name": "Pi-hole", - "version": "2.1.0", + "version": "2.1.1", "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",