mirror of
https://github.com/hassio-addons/repository-beta.git
synced 2025-05-04 19:11:30 +00:00
🎉 Release of add-on Pi-hole 1.1.1
This commit is contained in:
parent
fc7eb904fd
commit
e5395eee7f
4 changed files with 11 additions and 33 deletions
|
@ -420,10 +420,10 @@ SOFTWARE.
|
||||||
[ide-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
[ide-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||||
[ide-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
|
[ide-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
|
||||||
[ide-i386-shield]: https://img.shields.io/badge/i386-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.1.0
|
[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.0/README.md
|
[addon-doc-pi-hole]: https://github.com/hassio-addons/addon-pi-hole/blob/v1.1.1/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.1.0-blue.svg
|
[pi-hole-version-shield]: https://img.shields.io/badge/version-v1.1.1-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
|
||||||
|
|
|
@ -1,31 +1,9 @@
|
||||||
[Full Changelog][changelog]
|
[Full Changelog][changelog]
|
||||||
|
|
||||||
### Added
|
|
||||||
|
|
||||||
- Adds .yamllint configuration
|
|
||||||
- Adds Probot configuration
|
|
||||||
- Adds initial add-on README template
|
|
||||||
- Adds Gitlab CI
|
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Fixes Markdownlint warning in License
|
- Fixes a typo in the README
|
||||||
- Fixes hadolint warnings
|
- Fixes missing PHP ext fileinfo (#26)
|
||||||
- Fixes a yamllint warning
|
- Fixes stuck except interface in DNSMasq (#29)
|
||||||
- Fixes sudoers file permissions
|
|
||||||
|
|
||||||
### Changed
|
[changelog]: https://github.com/hassio-addons/addon-pi-hole/compare/v1.1.0...v1.1.1
|
||||||
|
|
||||||
- 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
|
|
|
@ -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.1.0-blue.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.0
|
[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.0/README.md
|
[docs]: https://github.com/hassio-addons/addon-pi-hole/blob/v1.1.1/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/
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "Pi-hole",
|
"name": "Pi-hole",
|
||||||
"version": "1.1.0",
|
"version": "1.1.1",
|
||||||
"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",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue