Update adguard-home to v0.107.73 (#5046)

This commit is contained in:
Alexander L. 2026-03-11 18:54:56 +01:00 committed by GitHub
parent 82655abc79
commit 9dab193394
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 19 deletions

View File

@ -2,7 +2,7 @@ version: "3.7"
services:
server:
image: adguard/adguardhome:v0.107.72@sha256:4956b35b590286e5872fb4336d84a7862a2030c6efb4ca16442580c37d7ba32d
image: adguard/adguardhome:v0.107.73@sha256:7fbf01d73ecb7a32d2d9e6cef8bf88e64bd787889ca80a1e8bce30cd4c084442
# override the default command to set the web address to port 8095 to avoid conflict with Thunderhub
# command from Dockerfile: https://github.com/AdguardTeam/AdGuardHome/blob/master/docker/Dockerfile
command: ["--no-check-update", "-c", "/opt/adguardhome/conf/AdGuardHome.yaml", "-w", "/opt/adguardhome/work", "--web-addr", "0.0.0.0:8095"]

View File

@ -2,7 +2,7 @@ manifestVersion: 1
id: adguard-home
category: networking
name: AdGuard Home
version: "0.107.72"
version: "0.107.73"
tagline: Network-wide software for blocking ads and tracking
description: >-
⚠️ See below for important set-up instructions.
@ -19,25 +19,11 @@ description: >-
This ensures that the app will not conflict with other apps from the Umbrel App Store, and that the app will be accessible
when clicking on the app icon in the umbrelOS homescreen.
releaseNotes: >-
This release includes security updates, new features, improvements, and bug fixes.
🚨 Critical Security Update: This hotfix addresses a critical vulnerability that could allow users to bypass authentication and gain full access to AdGuard Home without valid credentials. Updating immediately is strongly recommended.
⚠️ Security Update:
- The underlying Go version has been updated to address potential vulnerabilities
New Features:
- TLS certificate and key files are now automatically tracked and reloaded when updated
- New query parameter for defining statistics lookback period
Improvements:
- Deleting or renaming hosts files now updates runtime clients and DNS filtering results
Bug Fixes:
- Fixed executable permissions in some Docker installations
- Unknown blocked services are now logged instead of causing server crashes
Security Fix:
- Authentication is now enforced for requests upgraded from HTTP/2 Cleartext (H2C) to public resources
Full release notes can be found at https://github.com/AdguardTeam/AdGuardHome/releases