Skip to content

⬆️ Update AdguardTeam/AdGuardHome to v0.107.68#650

Merged
frenck merged 1 commit into
mainfrom
renovate/adguardteam-adguardhome-0.x
Oct 24, 2025
Merged

⬆️ Update AdguardTeam/AdGuardHome to v0.107.68#650
frenck merged 1 commit into
mainfrom
renovate/adguardteam-adguardhome-0.x

Conversation

@renovate

@renovate renovate Bot commented Oct 23, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
AdguardTeam/AdGuardHome patch v0.107.67 -> v0.107.68

Release Notes

AdguardTeam/AdGuardHome (AdguardTeam/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 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added dependencies Upgrade or downgrade of project dependencies. no-stale This issue or PR is exempted from the stable bot. labels Oct 23, 2025
@coderabbitai

coderabbitai Bot commented Oct 23, 2025

Copy link
Copy Markdown

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@frenck frenck merged commit 67408e7 into main Oct 24, 2025
25 checks passed
@frenck frenck deleted the renovate/adguardteam-adguardhome-0.x branch October 24, 2025 14:25
@github-actions github-actions Bot locked and limited conversation to collaborators Oct 26, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Upgrade or downgrade of project dependencies. no-stale This issue or PR is exempted from the stable bot.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant