From 17091b027abc251b531bb685736775228daf0f2d Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Thu, 25 Apr 2019 08:44:04 +0000 Subject: [PATCH] :tada: Release of add-on AdGuard Home 1.0.1 --- README.md | 6 +++--- adguard/CHANGELOG.md | 23 +++++++---------------- adguard/README.md | 8 ++++---- adguard/config.json | 5 +++-- 4 files changed, 17 insertions(+), 25 deletions(-) diff --git a/README.md b/README.md index 58d4d526..da656dd6 100644 --- a/README.md +++ b/README.md @@ -695,10 +695,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.0.0 -[addon-doc-adguard]: https://github.com/hassio-addons/addon-adguard-home/blob/v1.0.0/README.md +[addon-adguard]: https://github.com/hassio-addons/addon-adguard-home/tree/v1.0.1 +[addon-doc-adguard]: https://github.com/hassio-addons/addon-adguard-home/blob/v1.0.1/README.md [adguard-issue]: https://github.com/hassio-addons/addon-adguard-home/issues -[adguard-version-shield]: https://img.shields.io/badge/version-v1.0.0-blue.svg +[adguard-version-shield]: https://img.shields.io/badge/version-v1.0.1-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 diff --git a/adguard/CHANGELOG.md b/adguard/CHANGELOG.md index f02362bd..bafc7cbe 100644 --- a/adguard/CHANGELOG.md +++ b/adguard/CHANGELOG.md @@ -1,25 +1,16 @@ [Full Changelog][changelog] -This release moves the add-on to stable / production ready 🎉 -It also adds Hass.io Ingress support 🎉 +✨ This release adds support for the "Add to sidebar" feature that became available in Home Assistant 0.92. -As for a major change: Port settings are moved out of the add-on configuration. -After the upgrade, you may need to check this (if you had changed the default before). +Please note: You need to have Home Assistant 0.92 or newer to be able to install this update. -### Changed +### 🔨 Changes -- :arrow_up: Upgrades AdGuard Home to v0.94 (#7) -- :arrow_up: Upgrades base image to v3.1.0 -- :sparkles: Puts AdGuard into debug mode when add-on is -- :hammer: Use Bashio wait_for before starting NGinx -- :hammer: Improves S6 finish scripts -- :sparkles: Adds Hassio Ingress support -- :pencil2: Fixes grammar in README -- :shirt: Removes a extra space from NGinx configuration -- :hammer: Removes number prefix from container init scripts -- :tada: Moves add-on stage to production ready +- :arrow_up: Upgrades AdGuard Home to v0.95-hotfix (#12) (@tjorim) +- :arrow_up: Updates Home Assistant requirement to 0.92.0b2 +- :sparkles: Adds support for showing in sidebar -[changelog]: https://github.com/hassio-addons/addon-adguard-home/compare/v0.3.0...v1.0.0 +[changelog]: https://github.com/hassio-addons/addon-adguard-home/compare/v1.0.0...v1.0.1 Questions? Join our Discord server! https://discord.me/hassioaddons Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck \ No newline at end of file diff --git a/adguard/README.md b/adguard/README.md index e500859e..c78d5e46 100644 --- a/adguard/README.md +++ b/adguard/README.md @@ -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.0.0/README.md +[docs]: https://github.com/hassio-addons/addon-adguard-home/blob/v1.0.1/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.0.0-blue.svg -[release]: https://github.com/hassio-addons/addon-adguard-home/tree/v1.0.0 -[screenshot]: https://github.com/hassio-addons/addon-adguard-home/raw/v1.0.0/images/screenshot.png \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-v1.0.1-blue.svg +[release]: https://github.com/hassio-addons/addon-adguard-home/tree/v1.0.1 +[screenshot]: https://github.com/hassio-addons/addon-adguard-home/raw/v1.0.1/images/screenshot.png \ No newline at end of file diff --git a/adguard/config.json b/adguard/config.json index e9244a1d..cdeffbe5 100644 --- a/adguard/config.json +++ b/adguard/config.json @@ -1,14 +1,15 @@ { "name": "AdGuard Home", - "version": "1.0.0", + "version": "1.0.1", "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, + "panel_icon": "mdi:block-helper", "startup": "services", - "homeassistant": "0.91.2", + "homeassistant": "0.92.0b2", "arch": [ "aarch64", "amd64",