🎉 Release of add-on Pi-hole 1.3.0

This commit is contained in:
Community Hass.io Add-ons Bot 2018-07-14 18:56:04 +00:00
parent 40cb780834
commit 3c379e5395
4 changed files with 28 additions and 17 deletions

View file

@ -526,10 +526,10 @@ SOFTWARE.
[octobox-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [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-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
[octobox-i386-shield]: https://img.shields.io/badge/i386-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/v1.2.0 [addon-pi-hole]: https://github.com/hassio-addons/addon-pi-hole/tree/v1.3.0
[addon-doc-pi-hole]: https://github.com/hassio-addons/addon-pi-hole/blob/v1.2.0/README.md [addon-doc-pi-hole]: https://github.com/hassio-addons/addon-pi-hole/blob/v1.3.0/README.md
[pi-hole-issue]: https://github.com/hassio-addons/addon-pi-hole/issues [pi-hole-issue]: https://github.com/hassio-addons/addon-pi-hole/issues
[pi-hole-version-shield]: https://img.shields.io/badge/version-v1.2.0-blue.svg [pi-hole-version-shield]: https://img.shields.io/badge/version-v1.3.0-blue.svg
[pi-hole-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/pi-hole-armhf.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-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[pi-hole-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [pi-hole-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg

View file

@ -2,20 +2,31 @@
### Fixed ### Fixed
- Fixes shellcheck warnings - Fixes incorrect FTL log file permissions
### Changed ### Changed
- Moves build-env to latest - GitLab CI now using the latest Hadolint
- Upgrades base image to v1.4.2 - Upgrades base image to v2.0.1
- Rewrites GitLab CI - Upgrades gcc to 6.4.0-r8
- Upgrades bind-tools to 9.11.3-r0 - Upgrades make to 4.2.1-r2
- Upgrades git to 2.15.2-r0 - Upgrades musl-dev to 1.1.19-r10
- Upgrades perl to 5.36.2-r1 - Upgrades bind-tools to 9.12.1_p2-r0
- Upgrades add-on base image to v1.4.2 in GitLab CI - Upgrades coreutils to 8.29-r2
- Upgrades dnsmasq-dnssec to 2.79-r1
- Upgrades git to 2.18.0-r0
- Upgrades grep to 3.1-r2
- Upgrades libxml2 to 2.9.8-r0
- Upgrades logrotate to 3.14.0-r0
- Upgrades ncurses to 6.1-r0
- Upgrades openssl to 1.0.2o-r1
- Upgrades PHP to 7.2.7-r0
- Upgrades procps to 3.3.15-r0
- Upgrades sed to 4.4-r2
- Upgrades sudo to 1.8.23-r2
### Removed ### Removed
- Removes curl, since it is already in the base image - Removes the creation of the dnsmasq user, no longer needed
[changelog]: https://github.com/hassio-addons/addon-pi-hole/compare/v1.1.1...v1.2.0 [changelog]: https://github.com/hassio-addons/addon-pi-hole/compare/v1.2.0...v1.3.0

View file

@ -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-shield]: https://img.shields.io/discord/330944238910963714.svg
[discord]: https://discord.gg/c5DvZ4e [discord]: https://discord.gg/c5DvZ4e
[maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg [maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg
[release-shield]: https://img.shields.io/badge/version-v1.2.0-blue.svg [release-shield]: https://img.shields.io/badge/version-v1.3.0-blue.svg
[release]: https://github.com/hassio-addons/addon-pi-hole/tree/v1.2.0 [release]: https://github.com/hassio-addons/addon-pi-hole/tree/v1.3.0
[docs]: https://github.com/hassio-addons/addon-pi-hole/blob/v1.2.0/README.md [docs]: https://github.com/hassio-addons/addon-pi-hole/blob/v1.3.0/README.md
[buymeacoffee-shield]: https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-2.svg [buymeacoffee-shield]: https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-2.svg
[buymeacoffee]: https://www.buymeacoffee.com/frenck [buymeacoffee]: https://www.buymeacoffee.com/frenck
[pi-hole]: https://pi-hole.net/ [pi-hole]: https://pi-hole.net/

View file

@ -1,6 +1,6 @@
{ {
"name": "Pi-hole", "name": "Pi-hole",
"version": "1.2.0", "version": "1.3.0",
"slug": "pi-hole", "slug": "pi-hole",
"description": "Network-wide ad blocking using your Hass.io instance", "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", "url": "https://community.home-assistant.io/t/community-hass-io-add-on-pi-hole/33817?u=frenck",