Update adguard/adguardhome Docker tag to v0.107.52 #186
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.43
->v0.107.52
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
AdguardTeam/AdGuardHome (adguard/adguardhome)
v0.107.52
Compare Source
See also the v0.107.52 GitHub milestone.
NOTE: Add new changes BELOW THIS COMMENT.
-->
Security
vulnerabilities fixed in Go 1.22.5.
Added
log.enabled
configurationproperty (#7079).
Changed
Frontend rewritten in TypeScript.
The
systemd
-based service now usesjournal
for logging by default. Italso doesn't create the
/var/log/
directory anymore (#7053).NOTE: With an installed service for changes to take effect, you need to
reinstall the service using
-r
flag of the install scriptor via the CLI (with root privileges):
Don't forget to backup your configuration file and other important data before
reinstalling the service.
Deprecated
Fixed
file (#7069).
/etc/hosts
file changes causing panics within particularfilesystems on start (#7076).
v0.107.51
Compare Source
See also the v0.107.51 GitHub milestone.
Security
vulnerabilities fixed in Go 1.22.4.
Changed
to match the one used by AdGuard Home's HTTP client to fetch filtering-list
data (#7041).
v0.107.50
Compare Source
See also the v0.107.50 GitHub milestone.
Fixed
(#7013).
v0.107.49
Compare Source
See also the v0.107.49 GitHub milestone.
Security
vulnerabilities fixed in Go 1.22.3.
Added
Changed
SOA
andNS
requests (#6882).Deprecated
when reading them from the configuration file. This behaviour is deprecated
and will cause errors on startup in a future release.
Fixed
section on client settings on the [Wiki page][wiki-config].
unqualified domains (#6744).
fe80::/16
, as client identifiers(#6312).
(#6422).
fe80::/16
, in the access settings(#6192).
server not starting.
in-addr.arpa
andip6.arpa
containing zero-length prefixincorrectly considered invalid when specified for private rDNS upstream
servers (#6854).
(#6875).
v0.107.48
Compare Source
See also the v0.107.48 GitHub milestone.
Fixed
v0.107.47
Compare Source
See also the v0.107.47 GitHub milestone.
Security
vulnerabilities fixed in Go 1.22.2.
Changed
the request came from a trusted proxy (#5829).
Deprecated
filtering-rule lists on startup. This feature is deprecated, and invalid IDs
will cause errors on startup in a future version.
Fixed
file upon startup on FreeBSD (#6717).
Removed
v0.107.46
Compare Source
See also the v0.107.46 GitHub milestone.
Added
resolution (#6610).
statistics (#5992).
Changed
Private rDNS resolution (
dns.use_private_ptr_resolvers
in YAMLconfiguration) now requires a valid "Private reverse DNS servers", when
enabled (#6820).
NOTE: Disabling private rDNS resolution behaves effectively the same as if
no private reverse DNS servers provided by user and by the OS.
Fixed
v0.107.45
Compare Source
See also the v0.107.45 GitHub milestone.
Security
vulnerabilities fixed in Go 1.21.8.
Added
list (#6679).
Changed
Starting with this release our scripts are using Go's forward compatibility
mechanism for updating the Go version.
Important note for porters: This change means that if your
go
versionis 1.21+ but is different from the one required by AdGuard Home, the
go
toolwill automatically download the required version.
If you want to use the version installed on your builder, run:
go get go@$YOUR_VERSION go mod tidy
and call
make
withGOTOOLCHAIN=local
.Deprecated
Fixed
lists.
Removed
v0.107.44
Compare Source
See also the [v0.107.44 GitHub milestone][ms-v0.107.44].
Added
AdGuardHome
(orAdGuardHome.exe
) with-v --version
command-line options([#6545]).
already used ([#1660]).
Changed
the bootstrap DNS response ([#6321]).
error
instead ofdebug
([#6574])."upstream_mode"
inPOST /control/dns_config
andGET /control/dns_info
HTTP APIs now acceptsload_balance
value. Checkopenapi/CHANGELOG.md
for more details.Configuration changes
In this release, the schema version has changed from 27 to 28.
The new property
clients.persistent.*.uid
, which is a unique identifier ofthe persistent client.
The properties
dns.all_servers
anddns.fastest_addr
were removed, theirvalues migrated to newly added field
dns.upstream_mode
that describes thelogic through which upstreams will be used. See also a [Wiki
page][wiki-config].
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.
This PR has been generated by Mend Renovate. View repository job log here.