diff --git a/README.md b/README.md index fe82fd91c..f5adb566c 100644 --- a/README.md +++ b/README.md @@ -715,10 +715,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/c01bb6d -[addon-doc-pi-hole]: https://github.com/hassio-addons/addon-pi-hole/blob/c01bb6d/README.md +[addon-pi-hole]: https://github.com/hassio-addons/addon-pi-hole/tree/8af3da6 +[addon-doc-pi-hole]: https://github.com/hassio-addons/addon-pi-hole/blob/8af3da6/README.md [pi-hole-issue]: https://github.com/hassio-addons/addon-pi-hole/issues -[pi-hole-version-shield]: https://img.shields.io/badge/version-c01bb6d-blue.svg +[pi-hole-version-shield]: https://img.shields.io/badge/version-8af3da6-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 8626c2529..6fa36941f 100644 --- a/pi-hole/CHANGELOG.md +++ b/pi-hole/CHANGELOG.md @@ -1,6 +1,18 @@ # Changelog since v2.1.0 -2018/10/16 16:51 UTC - [c01bb6d](https://github.com/hassio-addons/addon-pi-hole/commit/c01bb6d781f358da5adf0260267b3f7ed2425316) by [@dayofdoom](https://github.com/dayofdoom) +2018/12/02 09:35 UTC - [8af3da6](https://github.com/hassio-addons/addon-pi-hole/commit/8af3da681c09c527ebaa539e58434343df95b237) by [@frenck](https://github.com/frenck) +> :arrow_up: Upgrades openssl to 1.0.2q-r0 + +2018/12/02 09:35 UTC - [73e3f0c](https://github.com/hassio-addons/addon-pi-hole/commit/73e3f0c41ae2ceaf0736cf0e7ce27efa82da746d) by [@frenck](https://github.com/frenck) +> :arrow_up: Upgrades nginx to 1.14.1-r0 + +2018/12/02 09:35 UTC - [2043537](https://github.com/hassio-addons/addon-pi-hole/commit/2043537ca5b6e3994a5a9d4ea76c8c80201b3873) by [@frenck](https://github.com/frenck) +> :arrow_up: Upgrades bind-tools to 9.12.3-r0 + +2018/12/02 09:35 UTC - [fe8447a](https://github.com/hassio-addons/addon-pi-hole/commit/fe8447a6158c28cd85619d7ce9f8977af6d4ad09) by [@frenck](https://github.com/frenck) +> :arrow_up: Upgrades git to 2.18.1-r0 + +2018/12/02 09:35 UTC - [c01bb6d](https://github.com/hassio-addons/addon-pi-hole/commit/c01bb6d781f358da5adf0260267b3f7ed2425316) by [@dayofdoom](https://github.com/dayofdoom) > :books: Changed past to paste (#53) Changed past to paste diff --git a/pi-hole/README.md b/pi-hole/README.md index 677bace68..8e0935230 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/c01bb6d/README.md +[docs]: https://github.com/hassio-addons/addon-pi-hole/blob/8af3da6/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 @@ -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-c01bb6d-blue.svg -[release]: https://github.com/hassio-addons/addon-pi-hole/tree/c01bb6d \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-8af3da6-blue.svg +[release]: https://github.com/hassio-addons/addon-pi-hole/tree/8af3da6 \ No newline at end of file diff --git a/pi-hole/config.json b/pi-hole/config.json index 3988b3d09..07c315396 100644 --- a/pi-hole/config.json +++ b/pi-hole/config.json @@ -1,6 +1,6 @@ { "name": "Pi-hole", - "version": "c01bb6d", + "version": "8af3da6", "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",