diff --git a/README.md b/README.md index 0129a001..4d738bdb 100644 --- a/README.md +++ b/README.md @@ -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/v2.0.0 -[addon-doc-adguard]: https://github.com/hassio-addons/addon-adguard-home/blob/v2.0.0/README.md +[addon-adguard]: https://github.com/hassio-addons/addon-adguard-home/tree/v2.0.1 +[addon-doc-adguard]: https://github.com/hassio-addons/addon-adguard-home/blob/v2.0.1/README.md [adguard-issue]: https://github.com/hassio-addons/addon-adguard-home/issues -[adguard-version-shield]: https://img.shields.io/badge/version-v2.0.0-blue.svg +[adguard-version-shield]: https://img.shields.io/badge/version-v2.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 16b03e4d..2f4d304e 100644 --- a/adguard/CHANGELOG.md +++ b/adguard/CHANGELOG.md @@ -1,26 +1,13 @@ [Full Changelog][changelog] -This release upgrades in the environment AdGuard is running in. -However, it should not be a breaking upgrade. - -Furthermore, it contains a fix for the auto-discovery feature for the AdGuard integration in Home Assistant (0.95+). - -See the AdGuard Home release notes for an overview: - +This is a general maintenance release. ### 🔨 Changes -- 🚑Automatically restart AdGuard in case of crash -- 🚑 Extend wait timeout to 900 seconds -- :arrow_up: Upgrades nginx to 1.16.0-r2 -- :arrow_up: Upgrades add-on base image to v4.0.1 -- :ambulance: Fixes Home Assistant integration discovery -- :hammer: Re-instates dynamic Ingress port -- :fire: Removes now deprecated ssl directive -- :sparkles: Adds FUNDING.yml -- :pencil2: Maintaince -> Maintenance +- :arrow_up: Upgrades add-on base image to v4.0.2 +- :arrow_up: Upgrades AdGuard to 0.97.1 -[changelog]: https://github.com/hassio-addons/addon-adguard-home/compare/v1.2.0...v2.0.0 +[changelog]: https://github.com/hassio-addons/addon-adguard-home/compare/v2.0.0...v2.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 ba38da36..f483c647 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.0.0/README.md +[docs]: https://github.com/hassio-addons/addon-adguard-home/blob/v2.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-v2.0.0-blue.svg -[release]: https://github.com/hassio-addons/addon-adguard-home/tree/v2.0.0 -[screenshot]: https://github.com/hassio-addons/addon-adguard-home/raw/v2.0.0/images/screenshot.png \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-v2.0.1-blue.svg +[release]: https://github.com/hassio-addons/addon-adguard-home/tree/v2.0.1 +[screenshot]: https://github.com/hassio-addons/addon-adguard-home/raw/v2.0.1/images/screenshot.png \ No newline at end of file diff --git a/adguard/config.json b/adguard/config.json index a4d525bc..e4e9e459 100644 --- a/adguard/config.json +++ b/adguard/config.json @@ -1,6 +1,6 @@ { "name": "AdGuard Home", - "version": "2.0.0", + "version": "2.0.1", "slug": "adguard", "description": "Network-wide ads & trackers blocking DNS server", "url": "https://github.com/hassio-addons/addon-adguard-home",