From 9bd4a31dc27989df5975b3d7de73a2f6dd0931e4 Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Mon, 17 Jun 2019 10:27:25 +0000 Subject: [PATCH] :arrow_up: Updating add-on AdGuard Home to 75a3a15 --- README.md | 6 +++--- adguard/CHANGELOG.md | 16 +++++++++++++++- adguard/README.md | 8 ++++---- adguard/config.json | 2 +- 4 files changed, 23 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index f956feab0..595430469 100644 --- a/README.md +++ b/README.md @@ -765,10 +765,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/b14dfca -[addon-doc-adguard]: https://github.com/hassio-addons/addon-adguard-home/blob/b14dfca/README.md +[addon-adguard]: https://github.com/hassio-addons/addon-adguard-home/tree/75a3a15 +[addon-doc-adguard]: https://github.com/hassio-addons/addon-adguard-home/blob/75a3a15/README.md [adguard-issue]: https://github.com/hassio-addons/addon-adguard-home/issues -[adguard-version-shield]: https://img.shields.io/badge/version-b14dfca-blue.svg +[adguard-version-shield]: https://img.shields.io/badge/version-75a3a15-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 c854d1b3e..1589388b0 100644 --- a/adguard/CHANGELOG.md +++ b/adguard/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog since v1.2.0 -2019/06/16 20:14 UTC - [b14dfca](https://github.com/hassio-addons/addon-adguard-home/commit/b14dfca8dbc9002561cb0e0c6bf4e0305434fc29) by [@frenck](https://github.com/frenck) +2019/06/17 10:20 UTC - [75a3a15](https://github.com/hassio-addons/addon-adguard-home/commit/75a3a15b7185c01192d133b27f519d9f3dd2d0a0) by [@frenck](https://github.com/frenck) +> 🚑 Extend wait timeout to 900 seconds + +Fixes #14 + +Signed-off-by: Franck Nijhof + +2019/06/17 10:20 UTC - [df8eff4](https://github.com/hassio-addons/addon-adguard-home/commit/df8eff4e7a70d3897bab590781ca628fff29b5da) by [@frenck](https://github.com/frenck) +> 🚑Automatically restart AdGuard in case of crash + +Workaround #22 + +Signed-off-by: Franck Nijhof + +2019/06/17 10:20 UTC - [b14dfca](https://github.com/hassio-addons/addon-adguard-home/commit/b14dfca8dbc9002561cb0e0c6bf4e0305434fc29) by [@frenck](https://github.com/frenck) > :arrow_up: Upgrades base image to v3.1.2 diff --git a/adguard/README.md b/adguard/README.md index 9ac7d0a2e..a48649b2a 100644 --- a/adguard/README.md +++ b/adguard/README.md @@ -47,13 +47,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/b14dfca/README.md +[docs]: https://github.com/hassio-addons/addon-adguard-home/blob/75a3a15/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-b14dfca-blue.svg -[release]: https://github.com/hassio-addons/addon-adguard-home/tree/b14dfca -[screenshot]: https://github.com/hassio-addons/addon-adguard-home/raw/b14dfca/images/screenshot.png \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-75a3a15-blue.svg +[release]: https://github.com/hassio-addons/addon-adguard-home/tree/75a3a15 +[screenshot]: https://github.com/hassio-addons/addon-adguard-home/raw/75a3a15/images/screenshot.png \ No newline at end of file diff --git a/adguard/config.json b/adguard/config.json index 4de31910c..518a71165 100644 --- a/adguard/config.json +++ b/adguard/config.json @@ -1,6 +1,6 @@ { "name": "AdGuard Home", - "version": "b14dfca", + "version": "75a3a15", "slug": "adguard", "description": "Network-wide ads & trackers blocking DNS server", "url": "https://github.com/hassio-addons/addon-adguard-home",