🎉 Release of add-on AdGuard Home 4.0.0

This commit is contained in:
Community Hass.io Add-ons Bot 2021-03-11 14:16:59 +00:00
parent 8d1694aa97
commit aac8bf2e9d
4 changed files with 46 additions and 21 deletions

View file

@ -718,10 +718,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/v3.0.0
[addon-doc-adguard]: https://github.com/hassio-addons/addon-adguard-home/blob/v3.0.0/README.md
[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
[adguard-issue]: https://github.com/hassio-addons/addon-adguard-home/issues
[adguard-version-shield]: https://img.shields.io/badge/version-v3.0.0-blue.svg
[adguard-version-shield]: https://img.shields.io/badge/version-v4.0.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

View file

@ -1,25 +1,46 @@
## Whats changed
This release is marked as major, because:
This updates AdGuard Home to the latest and greatest version (ships with AdGuard Home v0.105.2), which contains a lot of fixes.
- It has a major base system upgrade (Alpine Linux 3.13)
- Refactor of Home Assistant authentication handling
- The add-on is now distributed via the GitHub Container Registry
- New build system based on GitHub Action
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)
## 🚀 Enhancements
- Refactor NGinx configuration & HA Authentication @frenck (#104)
- Exclude querylogs from snapshots @frenck (#131)
- Disable Nginx access logs @frenck (#132)
## 🧰 Maintenance
- Cleanup repository @frenck (#96)
- Happy New Year @frenck (#98)
- Upgrade Code of Conduct @frenck (#99)
- Add new repository workflow @frenck (#100)
- Remove obsolete webui from configuration @frenck (#107)
## ⬆️ Dependency updates
- Upgrades AdGuard Home to v0.104.3
- Upgrade add-on base image to 9.0.1 @frenck (#102)
- Upgrade add-on base image to 9.1.0 @frenck (#103)
- ⬆️ 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)

View file

@ -32,6 +32,6 @@ easily manage the filtering process and its settings.
[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-v3.0.0-blue.svg
[release]: https://github.com/hassio-addons/addon-adguard-home/tree/v3.0.0
[screenshot]: https://github.com/hassio-addons/addon-adguard-home/raw/v3.0.0/images/screenshot.png
[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

View file

@ -1,10 +1,9 @@
{
"name": "AdGuard Home",
"version": "3.0.0",
"version": "4.0.0",
"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",
@ -31,6 +30,8 @@
],
"auth_api": true,
"host_network": true,
"hassio_api": true,
"hassio_role": "manager",
"map": [
"ssl"
],
@ -46,5 +47,8 @@
"keyfile": "str",
"leave_front_door_open": "bool?"
},
"snapshot_exclude": [
"*/adguard/data/querylog.json"
],
"image": "ghcr.io/hassio-addons/adguard/{arch}"
}