Update adguard/adguardhome Docker tag to v0.107.65 #573
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/adguard-adguardhome-0.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
v0.107.64
->v0.107.65
Release Notes
AdguardTeam/AdGuardHome (adguard/adguardhome)
v0.107.65
Compare Source
See also the v0.107.65 GitHub milestone.
Security
Added
A separate checkbox in the Web UI to enable or disable the global DNS response cache without losing the configured cache size.
A new
"cache_enabled"
field to the HTTP API (GET /control/dns_info
andPOST /control/dns_config
). Seeopenapi/openapi.yaml
for the full description.Changed
Configuration changes
In this release, the schema version has changed from 29 to 30.
Added a new boolean field
dns.cache_enabled
to the configuration. This field explicitly controls whether DNS caching is enabled, replacing the previous implicit logic based ondns.cache_size
.BEFORE:
…
AFTER:
…
Fixed
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.
This PR has been generated by Renovate Bot.