diff --git a/README.md b/README.md index 88ccddc5..8e9d8381 100644 --- a/README.md +++ b/README.md @@ -503,10 +503,10 @@ SOFTWARE. [node-red-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [node-red-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [node-red-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-pi-hole]: https://github.com/hassio-addons/addon-pi-hole/tree/v1.1.1 -[addon-doc-pi-hole]: https://github.com/hassio-addons/addon-pi-hole/blob/v1.1.1/README.md +[addon-pi-hole]: https://github.com/hassio-addons/addon-pi-hole/tree/v1.2.0 +[addon-doc-pi-hole]: https://github.com/hassio-addons/addon-pi-hole/blob/v1.2.0/README.md [pi-hole-issue]: https://github.com/hassio-addons/addon-pi-hole/issues -[pi-hole-version-shield]: https://img.shields.io/badge/version-v1.1.1-blue.svg +[pi-hole-version-shield]: https://img.shields.io/badge/version-v1.2.0-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 6eec0fcb..aa09c319 100644 --- a/pi-hole/CHANGELOG.md +++ b/pi-hole/CHANGELOG.md @@ -2,8 +2,20 @@ ### Fixed -- Fixes a typo in the README -- Fixes missing PHP ext fileinfo (#26) -- Fixes stuck except interface in DNSMasq (#29) +- Fixes shellcheck warnings -[changelog]: https://github.com/hassio-addons/addon-pi-hole/compare/v1.1.0...v1.1.1 \ No newline at end of file +### Changed + +- Moves build-env to latest +- Upgrades base image to v1.4.2 +- Rewrites GitLab CI +- Upgrades bind-tools to 9.11.3-r0 +- Upgrades git to 2.15.2-r0 +- Upgrades perl to 5.36.2-r1 +- Upgrades add-on base image to v1.4.2 in GitLab CI + +### Removed + +- Removes curl, since it is already in the base image + +[changelog]: https://github.com/hassio-addons/addon-pi-hole/compare/v1.1.1...v1.2.0 \ No newline at end of file diff --git a/pi-hole/README.md b/pi-hole/README.md index 7e0955ca..f555e354 100644 --- a/pi-hole/README.md +++ b/pi-hole/README.md @@ -42,9 +42,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-v1.1.1-blue.svg -[release]: https://github.com/hassio-addons/addon-pi-hole/tree/v1.1.1 -[docs]: https://github.com/hassio-addons/addon-pi-hole/blob/v1.1.1/README.md +[release-shield]: https://img.shields.io/badge/version-v1.2.0-blue.svg +[release]: https://github.com/hassio-addons/addon-pi-hole/tree/v1.2.0 +[docs]: https://github.com/hassio-addons/addon-pi-hole/blob/v1.2.0/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 a57a6b06..47bb3e2e 100644 --- a/pi-hole/config.json +++ b/pi-hole/config.json @@ -1,6 +1,6 @@ { "name": "Pi-hole", - "version": "1.1.1", + "version": "1.2.0", "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",