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

Merged
renovate-bot merged 1 commits from renovate/docker-compose-adguard-adguardhome-v0-107-68 into main 2025-10-23 20:35:19 -04:00
Member

This PR contains the following updates:

Package Update Change
adguard/adguardhome (source) patch v0.107.67 -> v0.107.68

Renovate Update Info

  • Update Type: patch

  • Automerge: 🛑 This update requires manual approval


Release Notes

AdguardTeam/AdGuardHome (adguard/adguardhome)

v0.107.68

Compare Source

See also the v0.107.68 GitHub milestone.

NOTE: Add new changes BELOW THIS COMMENT.
-->

Security
  • Go version has been updated to prevent the possibility of exploiting the Go vulnerabilities fixed in 1.25.3.
Added
  • New DNS rewrite settings endpoints GET /control/rewrite/settings and PUT /control/rewrite/settings/update. See openapi/openapi.yaml for details.
  • New fields "groups" and "group_id" added to the HTTP API (GET /control/blocked_services/all). See openapi/openapi.yaml for the full description.
Changed
  • POST /control/rewrite/add and PUT /control/rewrite/update now accept the optional field "enabled". See openapi/openapi.yaml for details.
Configuration changes

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

  • Added a new boolean field filtering.rewrites_enabled to globally enable/disable DNS rewrites.

  • Added a new boolean field enabled for each entry in filtering.rewrites to toggle individual rewrites.

BEFORE:

'filtering':
  'rewrites':
    - 'domain': test.example
      'answer': 192.0.2.0

AFTER:

'filtering':
  'rewrites_enabled': true
  'rewrites':
    - 'domain': test.example
      'answer': 192.0.2.0
      'enabled': true

```

To roll back this change, set `schema_version` back to `30`.
Removed
  • The outdated querylog anonymization script.

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.67` -> `v0.107.68` | ### ⚡ Renovate Update Info - **Update Type:** patch - **Automerge:** 🛑 This update requires manual approval --- ### Release Notes <details> <summary>AdguardTeam/AdGuardHome (adguard/adguardhome)</summary> ### [`v0.107.68`](https://github.com/AdguardTeam/AdGuardHome/blob/HEAD/CHANGELOG.md#v010768---2025-10-14-APPROX) [Compare Source](https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.67...v0.107.68) See also the [v0.107.68 GitHub milestone][ms-v0.107.68]. [ms-v0.107.68]: https://github.com/AdguardTeam/AdGuardHome/milestone/103?closed=1 NOTE: Add new changes BELOW THIS COMMENT. \--> ##### Security - Go version has been updated to prevent the possibility of exploiting the Go vulnerabilities fixed in [1.25.3][go-1.25.3]. ##### Added - New DNS rewrite settings endpoints `GET /control/rewrite/settings` and `PUT /control/rewrite/settings/update`. See `openapi/openapi.yaml` for details. - New fields `"groups"` and `"group_id"` added to the HTTP API (`GET /control/blocked_services/all`). See `openapi/openapi.yaml` for the full description. ##### Changed - `POST /control/rewrite/add` and `PUT /control/rewrite/update` now accept the optional field "enabled". See `openapi/openapi.yaml` for details. ##### Configuration changes In this release, the schema version has changed from 30 to 31. - Added a new boolean field `filtering.rewrites_enabled` to globally enable/disable DNS rewrites. - Added a new boolean field `enabled` for each entry in `filtering.rewrites` to toggle individual rewrites. ```yaml ``` ### BEFORE: ``` 'filtering': 'rewrites': - 'domain': test.example 'answer': 192.0.2.0 ``` ### … ### AFTER: ``` 'filtering': 'rewrites_enabled': true 'rewrites': - 'domain': test.example 'answer': 192.0.2.0 'enabled': true ``` ### … ```` ``` To roll back this change, set `schema_version` back to `30`. ```` ##### Removed - The outdated querylog anonymization script. [go-1.25.3]: https://groups.google.com/g/golang-announce/c/YEyj6FUNbik <!-- NOTE: Add new changes ABOVE THIS COMMENT. --> </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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTguMyIsInVwZGF0ZWRJblZlciI6IjQxLjE1OC4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZSJdfQ==-->
renovate-bot added the dependenciesrenovate labels 2025-10-23 20:35:08 -04:00
renovate-bot added 1 commit 2025-10-23 20:35:12 -04:00
🔧 Renovate: Update (patch) adguard/adguardhome Docker tag to v0.107.68
Renovate Image Tag Deployment / Renovate PR Deployment (pull_request) Failing after 33m11s
25a80ce331
renovate-bot scheduled this pull request to auto merge when all checks succeed 2025-10-23 20:35:15 -04:00
renovate-bot merged commit 6453bfde73 into main 2025-10-23 20:35:19 -04:00
renovate-bot deleted branch renovate/docker-compose-adguard-adguardhome-v0-107-68 2025-10-23 20:35:20 -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#802