mirror of
https://github.com/hassio-addons/repository-beta.git
synced 2025-05-06 03:51:27 +00:00
🎉 Release of add-on AdGuard Home 4.1.0
This commit is contained in:
parent
48a5a4b322
commit
b248b7e5b9
4 changed files with 29 additions and 40 deletions
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
[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
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue