🔧 Renovate: Update (patch) adguard/adguardhome Docker tag to v0.107.72 #2047

Merged
renovate-bot merged 1 commits from renovate/docker-compose-adguard-adguardhome-v0-107-72 into main 2026-02-27 21:25:23 -05:00
Member

This PR contains the following updates:

Package Update Change
adguard/adguardhome (source) patch v0.107.71v0.107.72

Renovate Update Info

  • Update Type: patch

  • Automerge: 🛑 This update requires manual approval


Release Notes

AdguardTeam/AdGuardHome (adguard/adguardhome)

v0.107.72

Compare Source

See also the v0.107.72 GitHub milestone.

Security
  • Go version has been updated to prevent the possibility of exploiting the Go vulnerabilities fixed in 1.25.7.
Added
  • AdGuard Home now tracks the TLS certificate and key files for updates and reloads them after any updates are detected (#​3962).

  • New query parameter recent in GET /control/stats/ defines statistics lookback period in millieseconds. See openapi/openapi.yaml for details.

  • New field "ignored_enabled" in GetStatsConfigResponse or GetQueryLogConfigResponse. See openapi/openapi.yaml for details.

Changed
  • In addition to modifying the contents of a hosts file, deleting or renaming the file now also updates runtime clients and DNS filtering results.
Configuration changes

In this release, the schema version has changed from 32 to 33.

  • Added a new boolean field ignored_enabled in querylog and statistics config.

    # BEFORE:
    'querylog':
      # …
      'ignored':
      - '|.^'
    'statistics':
      # …
      'ignored':
      - '|.^'
    
    # AFTER:
    'querylog':
      # …
      'ignored':
      - '|.^'
      'ignored_enabled': true
    'statistics':
      # …
      'ignored':
      - '|.^'
      'ignored_enabled': true
      ```
    
    To roll back this change, set the `schema_version` back to `32`.
    
Fixed
  • Executable permissions in some Docker installations (#​8237).

  • Unknown blocked services from both global and client configuration now logged instead of causing server crash.


Configuration

📅 Schedule: Branch creation - At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday ( * 0-4,22-23 * * 1-5 ), Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [adguard/adguardhome](https://adguard.com/en/adguard-home/overview.html) ([source](https://github.com/AdguardTeam/AdGuardHome)) | patch | `v0.107.71` → `v0.107.72` | ### ⚡ Renovate Update Info - **Update Type:** patch - **Automerge:** 🛑 This update requires manual approval --- ### Release Notes <details> <summary>AdguardTeam/AdGuardHome (adguard/adguardhome)</summary> ### [`v0.107.72`](https://github.com/AdguardTeam/AdGuardHome/blob/HEAD/CHANGELOG.md#v010772---2026-02-19) [Compare Source](https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.71...v0.107.72) See also the [v0.107.72 GitHub milestone][ms-v0.107.72]. ##### Security - Go version has been updated to prevent the possibility of exploiting the Go vulnerabilities fixed in [1.25.7][go-1.25.7]. ##### Added - AdGuard Home now tracks the TLS certificate and key files for updates and reloads them after any updates are detected ([#&#8203;3962]). - New query parameter `recent` in `GET /control/stats/` defines statistics lookback period in millieseconds. See `openapi/openapi.yaml` for details. - New field `"ignored_enabled"` in `GetStatsConfigResponse` or `GetQueryLogConfigResponse`. See `openapi/openapi.yaml` for details. ##### Changed - In addition to modifying the contents of a hosts file, deleting or renaming the file now also updates runtime clients and DNS filtering results. ##### Configuration changes In this release, the schema version has changed from 32 to 33. - Added a new boolean field `ignored_enabled` in querylog and statistics config. ````yaml # BEFORE: 'querylog': # … 'ignored': - '|.^' 'statistics': # … 'ignored': - '|.^' # AFTER: 'querylog': # … 'ignored': - '|.^' 'ignored_enabled': true 'statistics': # … 'ignored': - '|.^' 'ignored_enabled': true ``` To roll back this change, set the `schema_version` back to `32`. ```` ##### Fixed - Executable permissions in some Docker installations ([#&#8203;8237]). - Unknown blocked services from both global and client configuration now logged instead of causing server crash. [#&#8203;3962]: https://github.com/AdguardTeam/AdGuardHome/issues/3962 [#&#8203;8237]: https://github.com/AdguardTeam/AdGuardHome/issues/8237 [go-1.25.7]: https://groups.google.com/g/golang-announce/c/K09ubi9FQFk [ms-v0.107.72]: https://github.com/AdguardTeam/AdGuardHome/milestone/107?closed=1 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday ( * 0-4,22-23 * * 1-5 ), Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi44NC4yIiwidXBkYXRlZEluVmVyIjoiNDIuODQuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGUiXX0=-->
renovate-bot added the dependenciesrenovate labels 2026-02-27 21:25:13 -05:00
renovate-bot added 1 commit 2026-02-27 21:25:16 -05:00
🔧 Renovate: Update (patch) adguard/adguardhome Docker tag to v0.107.72
Renovate Image Tag Deployment / Renovate PR Deployment (pull_request) Failing after 3m38s
5bee189b23
renovate-bot scheduled this pull request to auto merge when all checks succeed 2026-02-27 21:25:19 -05:00
renovate-bot merged commit c936ae622e into main 2026-02-27 21:25:23 -05:00
renovate-bot deleted branch renovate/docker-compose-adguard-adguardhome-v0-107-72 2026-02-27 21:25:28 -05:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Trez/rinoa-docker#2047