From e118e32285ff44c1f34c81027311660e8260e2b0 Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Thu, 23 Aug 2018 20:59:59 +0000 Subject: [PATCH] :tada: Release of add-on Pi-hole 2.0.1 --- README.md | 6 +++--- pi-hole/CHANGELOG.md | 36 +++--------------------------------- pi-hole/README.md | 6 +++--- pi-hole/config.json | 2 +- 4 files changed, 10 insertions(+), 40 deletions(-) diff --git a/README.md b/README.md index aeb0c5b2..07667aa1 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.0 -[addon-doc-pi-hole]: https://github.com/hassio-addons/addon-pi-hole/blob/v2.0.0/README.md +[addon-pi-hole]: https://github.com/hassio-addons/addon-pi-hole/tree/v2.0.1 +[addon-doc-pi-hole]: https://github.com/hassio-addons/addon-pi-hole/blob/v2.0.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.0.0-blue.svg +[pi-hole-version-shield]: https://img.shields.io/badge/version-v2.0.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 5614237a..dfdedcd7 100644 --- a/pi-hole/CHANGELOG.md +++ b/pi-hole/CHANGELOG.md @@ -1,38 +1,8 @@ [Full Changelog][changelog] -### Added - -- Pi-Hole FTL v4.0 patches -- Adds default block list -- Adds Pihole FTL config -- Adds default DNSMasq configuration -- Adds Pihole vX -> v4 migration script -- Adds admin port support to NGinx - ### Fixed -- Fixes reloading of DNS on white/blacklist changes (#33) -- Patches pihole-FTL.conf to not break the admin interface +- Corrects incorrect permission of DHCP leases file +- Migrates additional DNSMasq configuration on upgrade -### Changed - -- Upgrades base image to v2.1.2 -- Sets default Shell -- Enforces authentication and HaveIBeenPwned checks -- Updates README and links -- Upgrades OpenSSL to 1.0.2o-r2 -- Upgrades PHP to 7.2.8-r1 -- Enables SSL by default -- Upgrades ncurses to 6.1_p20180818-r0 -- Replaces dnsmasq with pihole-FTL -- DNS container init move and migration -- Changes order of container init -- Updated forum link -- Updates README to match recent changes - -### Removed - -- Removes DNSMasq -- Removes Pihole Block page, moving to NULL based blocking - -[changelog]: https://github.com/hassio-addons/addon-pi-hole/compare/v1.3.0...v2.0.0 \ No newline at end of file +[changelog]: https://github.com/hassio-addons/addon-pi-hole/compare/v2.0.0...v2.0.1 \ No newline at end of file diff --git a/pi-hole/README.md b/pi-hole/README.md index cf969ba7..375efd46 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.0/README.md +[docs]: https://github.com/hassio-addons/addon-pi-hole/blob/v2.0.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.0.0-blue.svg -[release]: https://github.com/hassio-addons/addon-pi-hole/tree/v2.0.0 \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-v2.0.1-blue.svg +[release]: https://github.com/hassio-addons/addon-pi-hole/tree/v2.0.1 \ No newline at end of file diff --git a/pi-hole/config.json b/pi-hole/config.json index ce7df6fc..475ea9af 100644 --- a/pi-hole/config.json +++ b/pi-hole/config.json @@ -1,6 +1,6 @@ { "name": "Pi-hole", - "version": "2.0.0", + "version": "2.0.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",