🎉 Release of add-on Pi-hole 1.1.0

This commit is contained in:
Community Hass.io Add-ons Bot 2018-05-13 21:12:39 +00:00
parent 23a7271196
commit 068f657571
4 changed files with 66 additions and 8 deletions

View file

@ -356,10 +356,10 @@ SOFTWARE.
[ide-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
[ide-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
[ide-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
[addon-pi-hole]: https://github.com/hassio-addons/addon-pi-hole/tree/v1.0.1
[addon-doc-pi-hole]: https://github.com/hassio-addons/addon-pi-hole/blob/v1.0.1/README.md
[addon-pi-hole]: https://github.com/hassio-addons/addon-pi-hole/tree/v1.1.0
[addon-doc-pi-hole]: https://github.com/hassio-addons/addon-pi-hole/blob/v1.1.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.0.1-blue.svg
[pi-hole-version-shield]: https://img.shields.io/badge/version-v1.1.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

31
pi-hole/CHANGELOG.md Normal file
View file

@ -0,0 +1,31 @@
[Full Changelog][changelog]
### Added
- Adds .yamllint configuration
- Adds Probot configuration
- Adds initial add-on README template
- Adds Gitlab CI
### Fixed
- Fixes Markdownlint warning in License
- Fixes hadolint warnings
- Fixes a yamllint warning
- Fixes sudoers file permissions
### Changed
- Replaces Changelog with GitHub releases
- Upgrades add-on base image to v1.4.1
- Updates README
- Updates Pi-hole core to v3.3.1
- Updates PHP to v7.1.17-r0
### Removed
- Removes CodeClimate
- Removes CircleCI
- Removes non-existing package from Dockerfile
[changelog]: https://github.com/hassio-addons/addon-pi-hole/compare/v1.0.1...v1.1.0

View file

@ -1,7 +1,34 @@
# Community Hass.io Add-ons: Pi-hole
This is just a configuration stub to make the Hass.io repository work.
[![Release][release-shield]][release] ![Project Stage][project-stage-shield] ![Project Maintenance][maintenance-shield]
The add-on itself can be found at the following URL:
[![Discord][discord-shield]][discord] [![Community Forum][forum-shield]][forum]
<https://github.com/hassio-addons/addon-pi-hole>
[![Buy me a coffee][buymeacoffee-shield]][buymeacoffee]
Network-wide ad blocking using your Hass.io instance
## About
[Pi-hole][pi-hole] is an advertising-aware DNS- and web server, meant to be run
on a dedicated Raspberry Pi connected to your home network. Pi-hole lets you
block advertisements for every device that connects to your network without the
need for any client-side software.
This add-on is a port of Pi-hole to be able to run on Hass.io and is based on
Alpine Linux and is using Docker.
[Click here for the full documentation][docs]
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
[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
[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.0-blue.svg
[release]: https://github.com/hassio-addons/addon-pi-hole/tree/v1.1.0
[docs]: https://github.com/hassio-addons/addon-pi-hole/blob/v1.1.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/

View file

@ -1,6 +1,6 @@
{
"name": "Pi-hole",
"version": "1.0.1",
"version": "1.1.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",
@ -64,4 +64,4 @@
"LOG_FORMAT": "{LEVEL}: {MESSAGE}"
},
"image": "hassioaddons/pi-hole-{arch}"
}
}