Update adguard/adguardhome Docker tag to v0.107.69 #658

Merged
renovate merged 1 commits from renovate/adguard-adguardhome-0.x into main 2025-11-03 16:49:44 +00:00
Collaborator

This PR contains the following updates:

Package Type Update Change
adguard/adguardhome (source) Kustomization patch v0.107.67 -> v0.107.69

Release Notes

AdguardTeam/AdGuardHome (adguard/adguardhome)

v0.107.69

Compare Source

See also the v0.107.69 GitHub milestone.

Changed
  • Node.js 24 is now used to build the frontend.
Deprecated
  • Node.js 20 and 22 support.
Fixed
  • DHCP settings could not be saved (#​8075).
  • DNS Rewrite edit modal did not populate with the correct values (#​8072).
Removed
  • The outdated querylog anonymization script.

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: 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 | Type | Update | Change | |---|---|---|---| | [adguard/adguardhome](https://adguard.com/en/adguard-home/overview.html) ([source](https://github.com/AdguardTeam/AdGuardHome)) | Kustomization | patch | `v0.107.67` -> `v0.107.69` | --- ### Release Notes <details> <summary>AdguardTeam/AdGuardHome (adguard/adguardhome)</summary> ### [`v0.107.69`](https://github.com/AdguardTeam/AdGuardHome/blob/HEAD/CHANGELOG.md#v010769---2025-10-30) [Compare Source](https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.68...v0.107.69) See also the [v0.107.69 GitHub milestone][ms-v0.107.69]. ##### Changed - Node.js 24 is now used to build the frontend. ##### Deprecated - Node.js 20 and 22 support. ##### Fixed - DHCP settings could not be saved ([#&#8203;8075]). - DNS Rewrite edit modal did not populate with the correct values ([#&#8203;8072]). ##### Removed - The outdated querylog anonymization script. [#&#8203;8075]: https://github.com/AdguardTeam/AdGuardHome/issues/8075 [#&#8203;8072]: https://github.com/AdguardTeam/AdGuardHome/issues/8072 [ms-v0.107.69]: https://github.com/AdguardTeam/AdGuardHome/milestone/104?closed=1 ### [`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**: 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:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny43IiwidXBkYXRlZEluVmVyIjoiNDEuOTcuNyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
renovate added 1 commit 2025-11-03 16:49:37 +00:00
renovate scheduled this pull request to auto merge when all checks succeed 2025-11-03 16:49:38 +00:00
renovate merged commit 2ef5979d90 into main 2025-11-03 16:49:44 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: remoll/k3s-infra#658
No description provided.