Update adguard/adguardhome Docker tag to v0.107.71 #727

Merged
renovate merged 1 commits from renovate/adguard-adguardhome-0.x into main 2025-12-08 16:02:38 +00:00
Collaborator

This PR contains the following updates:

Package Type Update Change
adguard/adguardhome (source) Kustomization patch v0.107.70 -> 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).

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 | Type | Update | Change | |---|---|---|---| | [adguard/adguardhome](https://adguard.com/en/adguard-home/overview.html) ([source](https://github.com/AdguardTeam/AdGuardHome)) | Kustomization | patch | `v0.107.70` -> `v0.107.71` | --- ### Release Notes <details> <summary>AdguardTeam/AdGuardHome (adguard/adguardhome)</summary> ### [`v0.107.71`](https://github.com/AdguardTeam/AdGuardHome/blob/HEAD/CHANGELOG.md#v010771---2025-12-08) [Compare Source](https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.70...v0.107.71) See also the [v0.107.71 GitHub milestone][ms-v0.107.71]. ##### 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`. ````yaml # 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 ([#&#8203;8148]). [#&#8203;8148]: https://github.com/AdguardTeam/AdGuardHome/issues/8148 [ms-v0.107.71]: https://github.com/AdguardTeam/AdGuardHome/milestone/106?closed=1 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xOS44IiwidXBkYXRlZEluVmVyIjoiNDIuMTkuOCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
renovate added 1 commit 2025-12-08 16:02:31 +00:00
renovate scheduled this pull request to auto merge when all checks succeed 2025-12-08 16:02:31 +00:00
renovate merged commit c01dd4d628 into main 2025-12-08 16:02:38 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: remoll/k3s-infra#727
No description provided.