From b248b7e5b93adc83eb481ab704efe236d8fec016 Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Wed, 19 May 2021 23:53:07 +0000 Subject: [PATCH] :tada: Release of add-on AdGuard Home 4.1.0 --- README.md | 6 ++--- adguard/CHANGELOG.md | 55 ++++++++++++++++++-------------------------- adguard/README.md | 6 ++--- adguard/config.json | 2 +- 4 files changed, 29 insertions(+), 40 deletions(-) diff --git a/README.md b/README.md index 396af853..a721c0b3 100644 --- a/README.md +++ b/README.md @@ -687,10 +687,10 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -[addon-adguard]: https://github.com/hassio-addons/addon-adguard-home/tree/v4.0.0 -[addon-doc-adguard]: https://github.com/hassio-addons/addon-adguard-home/blob/v4.0.0/README.md +[addon-adguard]: https://github.com/hassio-addons/addon-adguard-home/tree/v4.1.0 +[addon-doc-adguard]: https://github.com/hassio-addons/addon-adguard-home/blob/v4.1.0/README.md [adguard-issue]: https://github.com/hassio-addons/addon-adguard-home/issues -[adguard-version-shield]: https://img.shields.io/badge/version-v4.0.0-blue.svg +[adguard-version-shield]: https://img.shields.io/badge/version-v4.1.0-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 76f650eb..835c2791 100644 --- a/adguard/CHANGELOG.md +++ b/adguard/CHANGELOG.md @@ -1,46 +1,35 @@ ## What’s changed -This updates AdGuard Home to the latest and greatest version (ships with AdGuard Home v0.105.2), which contains a lot of fixes. - -Additionally, this add-on has breaking changes, which is the reason for the major version bump. AdGuard Home will now bind solely to the main network interface. The Supervisor provides this network information, thus having a proper, Supervisor supported and managed, network configuration is now required. - -Lastly, the snapshots of this add-on are now smaller and quicker and the logs spam way less. - -## 🚨 Breaking changes - -- 🚑 Bind AdGuard Home to the default interface @frenck (#126) - ## 🐛 Bug fixes -- 🚑 Bind AdGuard Home to the default interface @frenck (#126) -- 🚑 Ensure the add-on has proper API access @frenck (#129) -- 🚑 Fix host configuration, remove netmask @frenck (#130) +- Handle AdGuard config schema upgrades for bind hosts @frenck (#169) +- Clean out previous bind values before adding new @frenck (#170) ## 🚀 Enhancements -- Exclude querylogs from snapshots @frenck (#131) -- Disable Nginx access logs @frenck (#132) +- Add support for multiple bind interfaces @frenck (#168) ## 🧰 Maintenance -- Remove obsolete webui from configuration @frenck (#107) +- Apply updated repository structure & CI workflow @frenck (#157) ## ⬆️ Dependency updates -- ⬆️ Bump actions/stale from v3.0.14 to v3.0.15 @dependabot (#106) -- ⬆️ Bump frenck/action-addon-linter from v1.3.1 to v1.4 @dependabot (#105) -- Upgrade add-on base image to 9.1.1 @frenck (#109) -- Upgrade add-on base image to 9.1.2 @frenck (#110) -- ⬆️ Bump frenck/action-yamllint from v1.0.2 to v1.1 @dependabot (#111) -- ⬆️ Bump actions/cache from v2.1.3 to v2.1.4 @dependabot (#112) -- ⬆️ Bump actionshub/markdownlint from 2.0.0 to 2.0.2 @dependabot (#113) -- ⬆️ Bump actions/stale from v3.0.15 to v3.0.16 @dependabot (#115) -- ⬆️ Bump frenck/action-addon-linter from v1.4 to v2 @dependabot (#116) -- ⬆️ Upgrades AdGuard Home to v0.105.0 @pattyland (#117) -- ⬆️ Bump release-drafter/release-drafter from v5.13.0 to v5.14.0 @dependabot (#119) -- ⬆️ Upgrades AdGuard Home to v0.105.1 @pattyland (#120) -- ⬆️ Bump docker/build-push-action from v2.2.2 to v2.3.0 @dependabot (#121) -- ⬆️ Bump actions/stale from v3.0.16 to v3.0.17 @dependabot (#122) -- ⬆️ Bump actions/stale from v3.0.17 to v3.0.18 @dependabot (#124) -- ⬆️ Upgrades add-on base image to v9.1.5 @frenck (#127) -- ⬆️ Upgrades AdGuard Home to v0.105.2 @frenck (#128) +- ⬆️ Bump release-drafter/release-drafter from v5.14.0 to v5.15.0 @dependabot (#137) +- ⬆️ Bump ludeeus/action-shellcheck from 1.0.0 to 1.1.0 @dependabot (#142) +- ⬆️ Bump docker/build-push-action from v2.3.0 to v2.4.0 @dependabot (#143) +- ⬆️ Bump docker/setup-qemu-action from v1.0.1 to v1.0.2 @dependabot (#144) +- ⬆️ Bump docker/setup-buildx-action from v1.1.1 to v1.1.2 @dependabot (#145) +- ⬆️ Bump actions/cache from v2.1.4 to v2.1.5 @dependabot (#147) +- ⬆️ Bump brpaz/hadolint-action from v1.3.1 to v1.4.0 @dependabot (#148) +- Upgrades add-on base image to v9.2.0 @frenck (#149) +- ⬆️ Bump docker/setup-qemu-action from v1.0.2 to v1.1.0 @dependabot (#150) +- ⬆️ Bump docker/setup-buildx-action from v1.1.2 to v1.2.0 @dependabot (#151) +- ⬆️ Bump docker/login-action from v1.8.0 to v1.9.0 @dependabot (#154) +- ⬆️ Upgrades AdGuard Home to v0.106.0 @pattyland (#155) +- ⬆️ Bump docker/setup-buildx-action from v1.2.0 to v1.3.0 @dependabot (#156) +- ⬆️ Upgrades AdGuard Home to v0.106.1 @frenck (#158) +- ⬆️ Bump brpaz/hadolint-action from v1.4.0 to v1.5.0 @dependabot (#163) +- ⬆️ Bump frenck/action-addon-linter from 2 to 2.1 @dependabot (#164) +- ⬆️ Bump actions/stale from 3.0.18 to 3.0.19 @dependabot (#165) +- ⬆️ Upgrades AdGuard Home to v0.106.3 @frenck (#167) diff --git a/adguard/README.md b/adguard/README.md index 9b3447e6..bcdc3a59 100644 --- a/adguard/README.md +++ b/adguard/README.md @@ -48,6 +48,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-v4.0.0-blue.svg -[release]: https://github.com/hassio-addons/addon-adguard-home/tree/v4.0.0 -[screenshot]: https://github.com/hassio-addons/addon-adguard-home/raw/v4.0.0/images/screenshot.png \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-v4.1.0-blue.svg +[release]: https://github.com/hassio-addons/addon-adguard-home/tree/v4.1.0 +[screenshot]: https://github.com/hassio-addons/addon-adguard-home/raw/v4.1.0/images/screenshot.png \ No newline at end of file diff --git a/adguard/config.json b/adguard/config.json index a0f1c85b..f5a7c818 100644 --- a/adguard/config.json +++ b/adguard/config.json @@ -1,6 +1,6 @@ { "name": "AdGuard Home", - "version": "4.0.0", + "version": "4.1.0", "slug": "adguard", "description": "Network-wide ads & trackers blocking DNS server", "url": "https://github.com/hassio-addons/addon-adguard-home",