Skip to content

Conversation

@klutchell-renovate
Copy link
Contributor

@klutchell-renovate klutchell-renovate bot commented Dec 8, 2025

This PR contains the following updates:

Package Type Update Change
adguard/adguardhome (source) patch 0.107.69 -> 0.107.71
adguard/adguardhome (source) final patch v0.107.69 -> v0.107.71

Release Notes

AdguardTeam/AdGuardHome (adguard/adguardhome)

v0.107.71

Compare Source

See also the v0.107.71 GitHub milestone.

Changed
  • Stale records in optimistic DNS cache now have an upper age limit controlled by dns.cache_optimistic_max_age. The default value is 12 hours.

  • TTL for stale answers from optimistic DNS cache is now controlled by dns.cache_optimistic_answer_ttl. The default value is 30 seconds.

Configuration changes

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

  • Added a new string fields dns.cache_optimistic_answer_ttl and dns.cache_optimistic_max_age.

    # BEFORE:
    'dns':
      'cache_enabled': true
      'cache_optimistic': true
      #
    
    # AFTER:
    'dns':
      'cache_enabled': true
      'cache_optimistic': true
      'cache_optimistic_answer_ttl': '30s'
      'cache_optimistic_max_age': '12h'
      #
      ```
    
    To roll back this change, set the `schema_version` back to `31`.
Fixed
  • Optimistic DNS cache not working (#​8148).

v0.107.70

Compare Source

See also the v0.107.70 GitHub milestone.

Security
  • Go version has been updated to prevent the possibility of exploiting the Go vulnerabilities fixed in 1.25.5.
Added
  • New field "start_time" in the GET /control/status response.
Changed
  • Stale records in optimistic DNS cache now have an upper age limit of 12 hours.

  • New blocked services UI.

Fixed
  • Generated mobileconfig could not be installed on macOS 26.1.

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) in timezone America/New_York, 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 these updates again.


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

This PR has been generated by Renovate Bot.

@klutchell-renovate klutchell-renovate bot force-pushed the renovate/adguard-adguardhome-0.107.x branch from 7bfb40f to 8490d9c Compare December 8, 2025 14:41
@klutchell-renovate klutchell-renovate bot changed the title Update adguard/adguardhome Docker tag to v0.107.70 Update adguard/adguardhome Docker tag to v0.107.71 Dec 8, 2025
@eiddor
Copy link
Collaborator

eiddor commented Dec 9, 2025

Running in prod.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants