Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update adguard/adguardhome Docker tag to v0.107.52 #186

Merged
merged 1 commit into from
Jul 13, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 4, 2024

Mend Renovate

This PR contains the following updates:

Package Update Change
adguard/adguardhome (source) patch 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
  • Go version has been updated to prevent the possibility of exploiting the Go
    vulnerabilities fixed in Go 1.22.5.
Added
  • The ability to disable logging using the new log.enabled configuration
    property (#​7079).
Changed
  • Frontend rewritten in TypeScript.

  • The systemd-based service now uses journal for logging by default. It
    also 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 script
    or via the CLI (with root privileges):

    ./AdGuardHome -s uninstall
    ./AdGuardHome -s install

    Don't forget to backup your configuration file and other important data before
    reinstalling the service.

Deprecated
  • Node 18 support, Node 20 will be required in future releases.
Fixed
  • Unnecessary validation call on the encryption page.
  • Missing version in the footer.
  • Panic caused by missing user-specific blocked services object in configuration
    file (#​7069).
  • Tracking /etc/hosts file changes causing panics within particular
    filesystems on start (#​7076).

v0.107.51

Compare Source

See also the v0.107.51 GitHub milestone.

Security
  • Go version has been updated to prevent the possibility of exploiting the Go
    vulnerabilities fixed in Go 1.22.4.
Changed
  • The HTTP server's write timeout has been increased from 1 minute to 5 minutes
    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
  • Broken private reverse DNS upstream servers validation causing update failures
    (#​7013).

v0.107.49

Compare Source

See also the v0.107.49 GitHub milestone.

Security
  • Go version has been updated to prevent the possibility of exploiting the Go
    vulnerabilities fixed in Go 1.22.3.
Added
  • Support for comments in the ipset file (#​5345).
Changed
  • Private rDNS resolution now also affects SOA and NS requests (#​6882).
  • Rewrite rules mechanics were changed due to improved resolving in safe search.
Deprecated
  • Currently, AdGuard Home skips persistent clients that have duplicate fields
    when reading them from the configuration file. This behaviour is deprecated
    and will cause errors on startup in a future release.
Fixed
  • Acceptance of duplicate UIDs for persistent clients at startup. See also the
    section on client settings on the [Wiki page][wiki-config].
  • Domain specifications for top-level domains not considered for requests to
    unqualified domains (#​6744).
  • Support for link-local subnets, i.e. fe80::/16, as client identifiers
    (#​6312).
  • Issues with QUIC and HTTP/3 upstreams on older Linux kernel versions
    (#​6422).
  • YouTube restricted mode is not enforced by HTTPS queries on Firefox.
  • Support for link-local subnets, i.e. fe80::/16, in the access settings
    (#​6192).
  • The ability to apply an invalid configuration for private rDNS, which led to
    server not starting.
  • Ignoring query log for clients with ClientID set (#​5812).
  • Subdomains of in-addr.arpa and ip6.arpa containing zero-length prefix
    incorrectly considered invalid when specified for private rDNS upstream
    servers (#​6854).
  • Unspecified IP addresses aren't checked when using "Fastest IP address" mode
    (#​6875).

v0.107.48

Compare Source

See also the v0.107.48 GitHub milestone.

Fixed
  • Access settings not being applied to encrypted protocols (#​6890).

v0.107.47

Compare Source

See also the v0.107.47 GitHub milestone.

Security
  • Go version has been updated to prevent the possibility of exploiting the Go
    vulnerabilities fixed in Go 1.22.2.
Changed
  • Time Zone Database is now embedded in the binary (#​6758).
  • Failed authentication attempts show the originating IP address in the logs, if
    the request came from a trusted proxy (#​5829).
Deprecated
  • Go 1.22 support. Future versions will require at least Go 1.23 to build.
  • Currently, AdGuard Home uses a best-effort algorithm to fix invalid IDs of
    filtering-rule lists on startup. This feature is deprecated, and invalid IDs
    will cause errors on startup in a future version.
  • Node.JS 16. Future versions will require at least Node.JS 18 to build.
Fixed
  • Resetting DNS upstream mode when applying unrelated settings (#​6851).
  • Symbolic links to the configuration file begin replaced by a copy of the real
    file upon startup on FreeBSD (#​6717).
Removed
  • Go 1.21 support.

v0.107.46

Compare Source

See also the v0.107.46 GitHub milestone.

Added
  • Ability to disable the use of system hosts file information for query
    resolution (#​6610).
  • Ability to define custom directories for storage of query log files and
    statistics (#​5992).
Changed
  • Private rDNS resolution (dns.use_private_ptr_resolvers in YAML
    configuration) 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
  • Statistics for 7 days displayed by day on the dashboard graph (#​6712).
  • Missing "served from cache" label on long DNS server strings (#​6740).
  • Incorrect tracking of the system hosts file's changes (#​6711).

v0.107.45

Compare Source

See also the v0.107.45 GitHub milestone.

Security
  • Go version has been updated to prevent the possibility of exploiting the Go
    vulnerabilities fixed in Go 1.21.8.
Added
  • Context menu item in the Query Log to add a Client to the Persistent client
    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 version
    is 1.21+ but is different from the one required by AdGuard Home, the go tool
    will 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 with GOTOOLCHAIN=local.

Deprecated
  • Go 1.21 support. Future versions will require at least Go 1.22 to build.
Fixed
  • Missing IP addresses in logs when querying for domain names from the ignore
    lists.
  • Blank page after resetting access clients (#​6634).
  • Wrong algorithm for caching bootstrapped upstream addresses (#​6723).
Removed
  • Go 1.20 support, as it has reached end of life.

v0.107.44

Compare Source

See also the [v0.107.44 GitHub milestone][ms-v0.107.44].

Added
  • Timezones in the Etc/ area to the timezone list ([#​6568]).
  • The schema version of the configuration file to the output of running
    AdGuardHome (or AdGuardHome.exe) with -v --version command-line options
    ([#​6545]).
  • Ability to disable plain-DNS serving via UI if an encrypted protocol is
    already used ([#​1660]).
Changed
  • The bootstrapped upstream addresses are now updated according to the TTL of
    the bootstrap DNS response ([#​6321]).
  • Logging level of timeout errors is now error instead of debug ([#​6574]).
  • The field "upstream_mode" in POST /control/dns_config and
    GET /control/dns_info HTTP APIs now accepts load_balance value. Check
    openapi/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 of
    the persistent client.

  • The properties dns.all_servers and dns.fastest_addr were removed, their
    values migrated to newly added field dns.upstream_mode that describes the
    logic 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/adguard-adguardhome-0.x branch from 1ec5ca3 to 79c240a Compare April 4, 2024 15:27
@renovate renovate bot changed the title Update adguard/adguardhome Docker tag to v0.107.46 Update adguard/adguardhome Docker tag to v0.107.47 Apr 4, 2024
@renovate renovate bot changed the title Update adguard/adguardhome Docker tag to v0.107.47 Update adguard/adguardhome Docker tag to v0.107.48 Apr 5, 2024
@renovate renovate bot force-pushed the renovate/adguard-adguardhome-0.x branch from 79c240a to 9801a6e Compare April 5, 2024 20:32
@renovate renovate bot force-pushed the renovate/adguard-adguardhome-0.x branch from 9801a6e to 1a13b7e Compare May 23, 2024 08:44
@renovate renovate bot changed the title Update adguard/adguardhome Docker tag to v0.107.48 Update adguard/adguardhome Docker tag to v0.107.49 May 23, 2024
@renovate renovate bot force-pushed the renovate/adguard-adguardhome-0.x branch from 1a13b7e to ccde771 Compare May 23, 2024 15:36
@renovate renovate bot changed the title Update adguard/adguardhome Docker tag to v0.107.49 Update adguard/adguardhome Docker tag to v0.107.50 May 23, 2024
@renovate renovate bot force-pushed the renovate/adguard-adguardhome-0.x branch from ccde771 to f3719f9 Compare June 6, 2024 15:46
@renovate renovate bot changed the title Update adguard/adguardhome Docker tag to v0.107.50 Update adguard/adguardhome Docker tag to v0.107.51 Jun 6, 2024
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/adguard-adguardhome-0.x branch from f3719f9 to d270874 Compare July 4, 2024 18:05
@renovate renovate bot changed the title Update adguard/adguardhome Docker tag to v0.107.51 Update adguard/adguardhome Docker tag to v0.107.52 Jul 4, 2024
@kaitoii11 kaitoii11 merged commit c0f574d into main Jul 13, 2024
1 check passed
@kaitoii11 kaitoii11 deleted the renovate/adguard-adguardhome-0.x branch July 13, 2024 15:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant