Skip to content

chore(deps): update docker.io/adguard/adguardhome docker tag to v0.107.72#1750

Open
renovate[bot] wants to merge 2 commits intomainfrom
renovate/docker.io-adguard-adguardhome-0.107.x
Open

chore(deps): update docker.io/adguard/adguardhome docker tag to v0.107.72#1750
renovate[bot] wants to merge 2 commits intomainfrom
renovate/docker.io-adguard-adguardhome-0.107.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 19, 2026

This PR contains the following updates:

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

Release Notes

AdguardTeam/AdGuardHome (docker.io/adguard/adguardhome)

v0.107.72

Compare Source

See also the v0.107.72 GitHub milestone.

NOTE: Add new changes BELOW THIS COMMENT.
-->

Security
  • Go version has been updated to prevent the possibility of exploiting the Go vulnerabilities fixed in 1.25.7.
Added
  • The TLS certificate and key files are now being tracked for updates, which trigger a reload (#​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 any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the renovate Created or managed by renovate bot label Feb 19, 2026
@renovate renovate bot force-pushed the renovate/docker.io-adguard-adguardhome-0.107.x branch from e69ff06 to a2077b3 Compare March 4, 2026 10:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

renovate Created or managed by renovate bot

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants