chore(deps): update adguard/adguardhome docker tag to v0.107.68 #60

Merged
xenrox merged 1 commit from renovate/adguard-adguardhome-0.x into master 2025-10-26 21:59:54 +00:00
Collaborator

This PR contains the following updates:

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

Release Notes

AdguardTeam/AdGuardHome (adguard/adguardhome)

v0.107.68

Compare Source

See also the v0.107.68 GitHub milestone.

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 (#​1765). 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" (#​1765). 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`.

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.67` -> `v0.107.68` | --- ### Release Notes <details> <summary>AdguardTeam/AdGuardHome (adguard/adguardhome)</summary> ### [`v0.107.68`](https://github.com/AdguardTeam/AdGuardHome/blob/HEAD/CHANGELOG.md#v010768---2025-10-23) [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]. ##### 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` ([#&#8203;1765]). 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" ([#&#8203;1765]). 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`. ```` [#&#8203;1765]: https://github.com/AdguardTeam/AdGuardHome/issues/1765 [go-1.25.3]: https://groups.google.com/g/golang-announce/c/YEyj6FUNbik [ms-v0.107.68]: https://github.com/AdguardTeam/AdGuardHome/milestone/103?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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTIuMiIsInVwZGF0ZWRJblZlciI6IjQxLjE1Mi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
xenrox merged commit a65c4e68af into master 2025-10-26 21:59:54 +00:00
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!60
No description provided.