diff --git a/README.md b/README.md index e94a93db..0be4bf4f 100644 --- a/README.md +++ b/README.md @@ -740,10 +740,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/v2.1.0 -[addon-doc-adguard]: https://github.com/hassio-addons/addon-adguard-home/blob/v2.1.0/README.md +[addon-adguard]: https://github.com/hassio-addons/addon-adguard-home/tree/v2.2.0 +[addon-doc-adguard]: https://github.com/hassio-addons/addon-adguard-home/blob/v2.2.0/README.md [adguard-issue]: https://github.com/hassio-addons/addon-adguard-home/issues -[adguard-version-shield]: https://img.shields.io/badge/version-v2.1.0-blue.svg +[adguard-version-shield]: https://img.shields.io/badge/version-v2.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 diff --git a/adguard/CHANGELOG.md b/adguard/CHANGELOG.md index 9ebc8bd3..3443d806 100644 --- a/adguard/CHANGELOG.md +++ b/adguard/CHANGELOG.md @@ -1,24 +1,25 @@ [Full Changelog][changelog] -This is a general maintenance release, that now ships with AdGuard Home v0.98.1! +⚠️ **If you see `This add-on is not available on your system.`; please continue reading...** -This new version comes with tons of new features, see the release note by AdGuard for more information. +This is a release ships with AdGuard Home v0.99.0! - + + +There are some caveats with this release: + +- The add-on **requires** Home Assistant **>= 0.101.0b0** (0.101.0 beta or newer). **You won't be able to update or install this version if you don't meet this requirement.** + In that case, you will get a `This add-on is not available on your system.` message. +- Home Assistant >= 0.100.0b0 requires at least AdGuard Home v0.99.0 (this release) for the integration to work. +- AdGuard displays a version check error, this bug is expected to be fixed in AdGuard 0.99.1, however, it does not influence the working of AdGuard Home. ### 🔨 Changes -- :arrow_up: Upgrades nginx to 1.16.1-r0 -- :arrow_up: Upgrades add-on base image to v4.1.1 -- :ambulance: Fixes path handling for SSL certificates -- :hammer: Updates HA Auth URL in NGinx LUA sccript -- :hammer: Use Hass.io DNS as NGinx resolver -- :hammer: Update HA Discovery with latest Bashio -- :fire: Removes now obsolete hosts configuration -- ⬆️ Upgrade AdGuard Home to v0.98.1 (#32) -- :hammer: Enable use of AdGuard Home work-dir option +- :arrow_up: Upgrade AdGuard Home to v0.99.0 (#35) +- :arrow_up: Upgrades add-on base image to v5.0.1 +- :heavy_plus_sign: Require Home Assistant 0.101.0b0 or newer -[changelog]: https://github.com/hassio-addons/addon-adguard-home/compare/v2.0.2...v2.1.0 +[changelog]: https://github.com/hassio-addons/addon-adguard-home/compare/v2.1.0...v2.2.0 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 aef04211..386201db 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/v2.1.0/README.md +[docs]: https://github.com/hassio-addons/addon-adguard-home/blob/v2.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-v2.1.0-blue.svg -[release]: https://github.com/hassio-addons/addon-adguard-home/tree/v2.1.0 -[screenshot]: https://github.com/hassio-addons/addon-adguard-home/raw/v2.1.0/images/screenshot.png \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-v2.2.0-blue.svg +[release]: https://github.com/hassio-addons/addon-adguard-home/tree/v2.2.0 +[screenshot]: https://github.com/hassio-addons/addon-adguard-home/raw/v2.2.0/images/screenshot.png \ No newline at end of file diff --git a/adguard/config.json b/adguard/config.json index 0dfbf6fa..e8e4e552 100644 --- a/adguard/config.json +++ b/adguard/config.json @@ -1,6 +1,6 @@ { "name": "AdGuard Home", - "version": "2.1.0", + "version": "2.2.0", "slug": "adguard", "description": "Network-wide ads & trackers blocking DNS server", "url": "https://github.com/hassio-addons/addon-adguard-home", @@ -9,7 +9,7 @@ "ingress_port": 0, "panel_icon": "mdi:shield-check", "startup": "services", - "homeassistant": "0.92.0b2", + "homeassistant": "0.101.0b0", "arch": [ "aarch64", "amd64",