Skip to content

chore(deps): update adguard/adguardhome docker tag to v0.107.73#77

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/adguard-adguardhome-0.x
Open

chore(deps): update adguard/adguardhome docker tag to v0.107.73#77
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/adguard-adguardhome-0.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 4, 2026

This PR contains the following updates:

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

Release Notes

AdguardTeam/AdGuardHome (adguard/adguardhome)

v0.107.73

Compare Source

See also the v0.107.73 GitHub milestone.

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

Security
  • Authentication is now applied to requests that have been upgraded from HTTP/2 Cleartext (H2C) requests to public resources.

    NOTE: We thank @​mandreko for reporting this security issue.

Fixed
  • Incorrect client IP logging in failed authentication attempts when using a proxy (#​8198).

  • Incorrect logger behavior in case -v flag is added.

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 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 becomes conflicted, 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 changed the title chore(deps): update adguard/adguardhome docker tag to v0.107.72 chore(deps): update adguard/adguardhome docker tag to v0.107.73 Mar 10, 2026
@renovate renovate bot force-pushed the renovate/adguard-adguardhome-0.x branch from 450725b to 9bee760 Compare March 10, 2026 23:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants