Skip to content

Update docker.io/adguard/adguardhome Docker tag to v0.107.74#1750

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

Update docker.io/adguard/adguardhome Docker tag to v0.107.74#1750
renovate[bot] wants to merge 2 commits intomainfrom
renovate/docker.io-adguard-adguardhome-0.107.x

Conversation

@renovate
Copy link
Copy Markdown
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.74

Release Notes

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

v0.107.74

Compare Source

See also the v0.107.74 GitHub milestone.

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

Security
  • Frontend libraries has been updated to prevent the possibility of exploiting the vulnerability described in CVE-2026-40175.

  • Go version has been updated to prevent the possibility of exploiting the Go vulnerabilities fixed in 1.26.2.

Changed
Configuration changes

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

  • Added a new field doh in http configuration.

    # BEFORE:
    'http':
      #
    'tls':
      #
      'allow_unencrypted_doh': false
    
    # AFTER:
    'http':
      #
      'doh':
        'insecure_enabled': false
        'routes':
          - 'GET /dns-query'
          - 'POST /dns-query'
          - 'GET /dns-query/{ClientID}'
          - 'POST /dns-query/{ClientID}'
    'tls':
      #

    To roll back this change, set the schema_version back to 33.

Fixed
  • Safe Browsing and Parental Control labels on the General Settings page not updating after changing the UI language.

  • Incorrect forwarding of root domain requests when domain-specific upstreams are configured (#​7058).

  • The strict SNI check setting is not persisted when the TLS configuration is changed (#​8327).

  • Status reported by the launchd service implementation in cases of scheduled service restart.

  • Fixed clients block/unblock when moving clients between allowed and disallowed lists.

v0.107.73

Compare Source

See also the v0.107.73 GitHub milestone.

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.

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: (UTC)

  • 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
@renovate renovate Bot changed the title chore(deps): update docker.io/adguard/adguardhome docker tag to v0.107.72 chore(deps): update docker.io/adguard/adguardhome docker tag to v0.107.73 Mar 10, 2026
@renovate renovate Bot force-pushed the renovate/docker.io-adguard-adguardhome-0.107.x branch from b15d958 to 097b4b7 Compare March 10, 2026 20:45
@renovate renovate Bot changed the title chore(deps): update docker.io/adguard/adguardhome docker tag to v0.107.73 Update docker.io/adguard/adguardhome Docker tag to v0.107.73 Apr 8, 2026
@renovate renovate Bot changed the title Update docker.io/adguard/adguardhome Docker tag to v0.107.73 Update docker.io/adguard/adguardhome Docker tag to v0.107.74 Apr 16, 2026
@renovate renovate Bot force-pushed the renovate/docker.io-adguard-adguardhome-0.107.x branch from 48f0635 to 5315df6 Compare April 16, 2026 15:43
@renovate renovate Bot force-pushed the renovate/docker.io-adguard-adguardhome-0.107.x branch from fe40c7d to 01ab6eb Compare April 17, 2026 07:14
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Apr 22, 2026

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (v0.107.74). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate Bot deleted the renovate/docker.io-adguard-adguardhome-0.107.x branch April 22, 2026 12: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.

1 participant