chore(deps): update adguard/adguardhome docker tag to v0.107.74 #93

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.73v0.107.74

Release Notes

AdguardTeam/AdGuardHome (adguard/adguardhome)

v0.107.74

Compare Source

See also the v0.107.74 GitHub milestone.

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
  • 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.


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 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 Mend Renovate.

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.73` → `v0.107.74` | --- ### Release Notes <details> <summary>AdguardTeam/AdGuardHome (adguard/adguardhome)</summary> ### [`v0.107.74`](https://github.com/AdguardTeam/AdGuardHome/blob/HEAD/CHANGELOG.md#v010774---2026-04-16) [Compare Source](https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.73...v0.107.74) See also the [v0.107.74 GitHub milestone][ms-v0.107.74]. ##### Security - Frontend libraries has been updated to prevent the possibility of exploiting the vulnerability described in [CVE-2026-40175][cve-2026-40175]. - Go version has been updated to prevent the possibility of exploiting the Go vulnerabilities fixed in [1.26.2][go-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. ```yaml # 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 - Incorrect forwarding of root domain requests when domain-specific upstreams are configured ([#&#8203;7058]). - The strict SNI check setting is not persisted when the TLS configuration is changed ([#&#8203;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. [#&#8203;7058]: https://github.com/AdguardTeam/AdGuardHome/issues/7058 [#&#8203;8327]: https://github.com/AdguardTeam/AdGuardHome/issues/8327 [cve-2026-40175]: https://nvd.nist.gov/vuln/detail/CVE-2026-40175 [go-1.26.2]: https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU [ms-v0.107.74]: https://github.com/AdguardTeam/AdGuardHome/milestone/109?closed=1 </details> --- ### 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 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 [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMTAuMTQiLCJ1cGRhdGVkSW5WZXIiOiI0My4xNDEuNSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
chore(deps): update adguard/adguardhome docker tag to v0.107.74
All checks were successful
Lint / lint (push) Successful in 47s
Lint / lint (pull_request) Successful in 46s
d2631024f2
All checks were successful
Lint / lint (push) Successful in 47s
Lint / lint (pull_request) Successful in 46s
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!93
No description provided.