chore(deps): update adguard/adguardhome docker tag to v0.107.71 #73

Open
renovate-bot wants to merge 1 commit from renovate/adguard-adguardhome-0.x into master
Collaborator

This PR contains the following updates:

Package Update Change
adguard/adguardhome (source) patch v0.107.70v0.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: 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 has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [adguard/adguardhome](https://adguard.com/en/adguard-home/overview.html) ([source](https://github.com/AdguardTeam/AdGuardHome)) | 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**: 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. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4zOS4wIiwidXBkYXRlZEluVmVyIjoiNDIuNjQuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/adguard-adguardhome-0.x:renovate/adguard-adguardhome-0.x
git switch renovate/adguard-adguardhome-0.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch master
git merge --no-ff renovate/adguard-adguardhome-0.x
git switch renovate/adguard-adguardhome-0.x
git rebase master
git switch master
git merge --ff-only renovate/adguard-adguardhome-0.x
git switch renovate/adguard-adguardhome-0.x
git rebase master
git switch master
git merge --no-ff renovate/adguard-adguardhome-0.x
git switch master
git merge --squash renovate/adguard-adguardhome-0.x
git switch master
git merge --ff-only renovate/adguard-adguardhome-0.x
git switch master
git merge renovate/adguard-adguardhome-0.x
git push origin master
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
xenrox/ansible!73
No description provided.