chore(deps): update container image adguard/adguardhome to v0.107.29 #860
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.107.25
->v0.107.29
Release Notes
AdguardTeam/AdGuardHome
v0.107.29
Compare Source
See also the v0.107.29 GitHub milestone.
Added
editing client's settings on the respective page in the UI ([#1717], [#4299]).
Changed
leases.db
todata/leases.json
. The fileformat has also been optimized.
Fixed
github.com/mdlayher/raw
dependency has been temporarily returned tosupport raw connections on Darwin (#5712).
query log (#5725).
v0.107.28
Compare Source
See also the [v0.107.28 GitHub milestone][ms-v0.107.28].
Added
using the new properties
ignore_querylog
andignore_statistics
of theitems of the
clients.persistent
array ([#1717], [#4299]). The UI changesare coming in the upcoming releases.
debug_pprof
is set totrue
.using the new
dns.bootstrap_prefer_ipv6
configuration file property([#4262]).
POST /control/protection
, that updates protection stateand adds an optional pause duration ([#1333]). The format of request body
is described in
openapi/openapi.yaml
. The duration of this pause couldalso be set with the property
protection_disabled_until
in thedns
objectof the YAML configuration file.
([#3459]).
PUT /control/stats/config/update
andGET control/stats/config
, which can be used to set and receive the query logconfiguration. See
openapi/openapi.yaml
for the full description.PUT /control/querylog/config/update
andGET control/querylog/config
, which can be used to set and receive the statisticsconfiguration. See
openapi/openapi.yaml
for the full description.configuration section on the DNS settings page in the UI ([#1472]).
safe_search
property ([#1163]).Changed
considered private, behaving closer to [RFC 6761][rfc6761] ([#5567]).
Configuration Changes
In this release, the schema version has changed from 17 to 20.
Property
statistics.interval
, which in schema versions 19 and earlier usedto be an integer number of days, is now a string with a human-readable
duration:
v0.107.27
Compare Source
See also the v0.107.27 GitHub milestone.
Security
CVE-2023-24534, CVE-2023-24536, CVE-2023-24537, and CVE-2023-24538 Go
vulnerabilities fixed in Go 1.19.8.
Fixed
selected (#5639).
/etc/hosts
files(#5584).
v0.107.26
Compare Source
See also the [v0.107.26 GitHub milestone][ms-v0.107.26].
Security
CVE-2023-24532 Go vulnerability fixed in [Go 1.19.7][go-1.19.7].
Added
dns.edns_client_subnet.use_custom
anddns.edns_client_subnet.custom_ip
properties ([#1472]). The UI changes are coming in the upcoming releases.
dnstype
rules in the disallowed domains list ([#5468]).This allows dropping requests based on their question types.
Changed
Configuration Changes
Property
edns_client_subnet
, which in schema versions 16 and earlier usedto be a part of the
dns
object, is now part of thedns.edns_client_subnet
object:
Configuration
📅 Schedule: Branch creation - "on sunday" (UTC), 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.
This PR has been generated by Mend Renovate. View repository job log here.