🔧 Renovate: Update (patch) adguard/adguardhome Docker tag to v0.107.74 #2345

Merged
renovate-bot merged 1 commits from renovate/docker-compose-adguard-adguardhome-v0-107-74 into main 2026-04-27 19:52:36 -04:00
Member

This PR contains the following updates:

Package Update Change
adguard/adguardhome (source) patch v0.107.73v0.107.74

⚠️ Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.

Renovate Update Info

  • Update Type: patch

  • Automerge: 🛑 This update requires manual approval


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: Branch creation - At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday ( * 0-4,22-23 * * 1-5 ), Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), 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 | 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` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. ### ⚡ Renovate Update Info - **Update Type:** patch - **Automerge:** 🛑 This update requires manual approval --- ### 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**: Branch creation - At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday ( * 0-4,22-23 * * 1-5 ), Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), 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:eyJjcmVhdGVkSW5WZXIiOiI0Mi44NC4yIiwidXBkYXRlZEluVmVyIjoiNDIuODQuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGUiXX0=-->
renovate-bot added the dependenciesrenovate labels 2026-04-27 19:52:22 -04:00
renovate-bot added 1 commit 2026-04-27 19:52:27 -04:00
🔧 Renovate: Update (patch) adguard/adguardhome Docker tag to v0.107.74
Renovate Image Tag Deployment / Renovate PR Deployment (pull_request) Failing after 45m23s
077f86a8bc
renovate-bot scheduled this pull request to auto merge when all checks succeed 2026-04-27 19:52:30 -04:00
renovate-bot merged commit edfe02399e into main 2026-04-27 19:52:36 -04:00
renovate-bot deleted branch renovate/docker-compose-adguard-adguardhome-v0-107-74 2026-04-27 19:52:40 -04:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Trez/rinoa-docker#2345