🎉 Release of add-on AdGuard Home 1.2.0

This commit is contained in:
Community Hass.io Add-ons Bot 2019-06-11 21:15:37 +00:00
parent d981ace48f
commit d1a7dfbf64
4 changed files with 22 additions and 12 deletions

View file

@ -725,10 +725,10 @@ SOFTWARE.
[adb-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
[adb-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
[adb-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
[addon-adguard]: https://github.com/hassio-addons/addon-adguard-home/tree/v1.1.1
[addon-doc-adguard]: https://github.com/hassio-addons/addon-adguard-home/blob/v1.1.1/README.md
[addon-adguard]: https://github.com/hassio-addons/addon-adguard-home/tree/v1.2.0
[addon-doc-adguard]: https://github.com/hassio-addons/addon-adguard-home/blob/v1.2.0/README.md
[adguard-issue]: https://github.com/hassio-addons/addon-adguard-home/issues
[adguard-version-shield]: https://img.shields.io/badge/version-v1.1.1-blue.svg
[adguard-version-shield]: https://img.shields.io/badge/version-v1.2.0-blue.svg
[adguard-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/adguard-armhf.svg
[adguard-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[adguard-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg

View file

@ -1,12 +1,19 @@
[Full Changelog][changelog]
🚑 This release addresses a small hostname check that was missing in the add-on configuration and corrects an example in the documentation.
This release upgrades AdGuard Home to 0.96(hotfix), bringing in a load of new features!
See the AdGuard Home release notes for an overview:
<https://github.com/AdguardTeam/AdGuardHome/releases/tag/v0.96>
### 🔨 Changes
- :ambulance: Fixes allowance of incorrect hostnames in client feature
- :arrow_up: Upgrades add-on base image to 3.1.1
- :arrow_up: Upgrades AdGuard Home to 0.96-hotfix (#17) (@iwoloschin)
- :hammer: Adds --no-check-update flag to AdGuard (#18) (@tjorim)
- :books: Adds link to Hassio documentation about static IP and DNS (#20) (@mammuth)
- ✨ Adds support for Home Assistant integration discovery (#15)
[changelog]: https://github.com/hassio-addons/addon-adguard-home/compare/v1.1.0...v1.1.1
[changelog]: https://github.com/hassio-addons/addon-adguard-home/compare/v1.1.1...v1.2.0
Questions? Join our Discord server! https://discord.me/hassioaddons
Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck

View file

@ -44,13 +44,13 @@ 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-adguard-home/blob/v1.1.1/README.md
[docs]: https://github.com/hassio-addons/addon-adguard-home/blob/v1.2.0/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-adguard-home/90684?u=frenck
[maintenance-shield]: https://img.shields.io/maintenance/yes/2019.svg
[patreon-shield]: https://www.frenck.nl/images/patreon.png
[patreon]: https://www.patreon.com/frenck
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
[release-shield]: https://img.shields.io/badge/version-v1.1.1-blue.svg
[release]: https://github.com/hassio-addons/addon-adguard-home/tree/v1.1.1
[screenshot]: https://github.com/hassio-addons/addon-adguard-home/raw/v1.1.1/images/screenshot.png
[release-shield]: https://img.shields.io/badge/version-v1.2.0-blue.svg
[release]: https://github.com/hassio-addons/addon-adguard-home/tree/v1.2.0
[screenshot]: https://github.com/hassio-addons/addon-adguard-home/raw/v1.2.0/images/screenshot.png

View file

@ -1,12 +1,12 @@
{
"name": "AdGuard Home",
"version": "1.1.1",
"version": "1.2.0",
"slug": "adguard",
"description": "Network-wide ads & trackers blocking DNS server",
"url": "https://github.com/hassio-addons/addon-adguard-home",
"webui": "[PROTO:ssl]://[HOST]:[PORT:80]",
"ingress": true,
"ingress_port": 0,
"ingress_port": 45159,
"panel_icon": "mdi:shield-check",
"startup": "services",
"homeassistant": "0.92.0b2",
@ -25,6 +25,9 @@
"53/udp": "DNS server port",
"80/tcp": "Web interface (Not required for Hass.io Ingress)"
},
"discovery": [
"adguard"
],
"boot": "auto",
"hassio_api": true,
"hassio_role": "default",