From b5a1d333fef7aa7baff170a84aa8c00389eb32bb Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Mon, 25 Jan 2021 17:34:04 +0000 Subject: [PATCH] :arrow_up: Updating add-on AdGuard Home to 3eb011a --- README.md | 6 +++--- adguard/CHANGELOG.md | 10 ++++++++++ adguard/README.md | 6 +++--- adguard/config.json | 3 +-- 4 files changed, 17 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 4afc3c59d..0376a86cf 100644 --- a/README.md +++ b/README.md @@ -761,10 +761,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/00f6071 -[addon-doc-adguard]: https://github.com/hassio-addons/addon-adguard-home/blob/00f6071/README.md +[addon-adguard]: https://github.com/hassio-addons/addon-adguard-home/tree/3eb011a +[addon-doc-adguard]: https://github.com/hassio-addons/addon-adguard-home/blob/3eb011a/README.md [adguard-issue]: https://github.com/hassio-addons/addon-adguard-home/issues -[adguard-version-shield]: https://img.shields.io/badge/version-00f6071-blue.svg +[adguard-version-shield]: https://img.shields.io/badge/version-3eb011a-blue.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 [adguard-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg diff --git a/adguard/CHANGELOG.md b/adguard/CHANGELOG.md index 45e9db492..783edc281 100644 --- a/adguard/CHANGELOG.md +++ b/adguard/CHANGELOG.md @@ -1,4 +1,14 @@ # Changelog since v3.0.0 +- ⬆️ Bump frenck/action-addon-linter from v1.3.1 to v1.4 (#105) + +Bumps [frenck/action-addon-linter](https://github.com/frenck/action-addon-linter) from v1.3.1 to v1.4. +- [Release notes](https://github.com/frenck/action-addon-linter/releases) +- [Commits](https://github.com/frenck/action-addon-linter/compare/v1.3.1...c82c5e9ca0ce5fc9b15756f1c0e39531b95d11b0) + +Signed-off-by: dependabot[bot] + +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> +- Remove obsolete webui from configuration (#107) - ⬆️ Bump actions/stale from v3.0.14 to v3.0.15 (#106) Bumps [actions/stale](https://github.com/actions/stale) from v3.0.14 to v3.0.15. diff --git a/adguard/README.md b/adguard/README.md index a35fb48d1..d1f81b5b8 100644 --- a/adguard/README.md +++ b/adguard/README.md @@ -51,6 +51,6 @@ If you are more interested in stable releases of our add-ons: [patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/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-00f6071-blue.svg -[release]: https://github.com/hassio-addons/addon-adguard-home/tree/00f6071 -[screenshot]: https://github.com/hassio-addons/addon-adguard-home/raw/00f6071/images/screenshot.png \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-3eb011a-blue.svg +[release]: https://github.com/hassio-addons/addon-adguard-home/tree/3eb011a +[screenshot]: https://github.com/hassio-addons/addon-adguard-home/raw/3eb011a/images/screenshot.png \ No newline at end of file diff --git a/adguard/config.json b/adguard/config.json index bc11da484..52f854acf 100644 --- a/adguard/config.json +++ b/adguard/config.json @@ -1,10 +1,9 @@ { "name": "AdGuard Home", - "version": "00f6071", + "version": "3eb011a", "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:shield-check",