fix(adguard-home): update image docker.io/adguard/adguardhome v0.107.71 → v0.107.72 (#45232)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/adguard/adguardhome](https://adguard.com/en/adguard-home/overview.html) ([source](https://redirect.github.com/AdguardTeam/AdGuardHome)) | patch | `9292913` → `4956b35` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>AdguardTeam/AdGuardHome (docker.io/adguard/adguardhome)</summary> ### [`v0.107.72`](https://redirect.github.com/AdguardTeam/AdGuardHome/blob/HEAD/CHANGELOG.md#v010772---2026-02-19) [Compare Source](https://redirect.github.com/AdguardTeam/AdGuardHome/compare/v0.107.71...v0.107.72) See also the [v0.107.72 GitHub milestone][ms-v0.107.72]. ##### Security - Go version has been updated to prevent the possibility of exploiting the Go vulnerabilities fixed in [1.25.7][go-1.25.7]. ##### Added - AdGuard Home now tracks the TLS certificate and key files for updates and reloads them after any updates are detected ([#​3962]). - New query parameter `recent` in `GET /control/stats/` defines statistics lookback period in millieseconds. See `openapi/openapi.yaml` for details. - New field `"ignored_enabled"` in `GetStatsConfigResponse` or `GetQueryLogConfigResponse`. See `openapi/openapi.yaml` for details. ##### Changed - In addition to modifying the contents of a hosts file, deleting or renaming the file now also updates runtime clients and DNS filtering results. ##### Configuration changes In this release, the schema version has changed from 32 to 33. - Added a new boolean field `ignored_enabled` in querylog and statistics config. ````yaml # BEFORE: 'querylog': # … 'ignored': - '|.^' 'statistics': # … 'ignored': - '|.^' # AFTER: 'querylog': # … 'ignored': - '|.^' 'ignored_enabled': true 'statistics': # … 'ignored': - '|.^' 'ignored_enabled': true ``` To roll back this change, set the `schema_version` back to `32`. ```` ##### Fixed - Executable permissions in some Docker installations ([#​8237]). - Unknown blocked services from both global and client configuration now logged instead of causing server crash. [#​3962]: https://redirect.github.com/AdguardTeam/AdGuardHome/issues/3962 [#​8237]: https://redirect.github.com/AdguardTeam/AdGuardHome/issues/8237 [go-1.25.7]: https://groups.google.com/g/golang-announce/c/K09ubi9FQFk [ms-v0.107.72]: https://redirect.github.com/AdguardTeam/AdGuardHome/milestone/107?closed=1 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNS4xMSIsInVwZGF0ZWRJblZlciI6IjQzLjI5LjIiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXBwL2FkZ3VhcmQtaG9tZSIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
This commit is contained in:
@@ -14,7 +14,7 @@ annotations:
|
||||
trueforge.org/min_helm_version: "3.14"
|
||||
trueforge.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 0.107.71
|
||||
appVersion: 0.107.72
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.30.2
|
||||
@@ -40,5 +40,5 @@ sources:
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/adguard-home
|
||||
- https://hub.docker.com/r/adguard/adguardhome
|
||||
type: application
|
||||
version: 12.14.1
|
||||
version: 12.14.2
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# yaml-language-server: $schema=./values.schema.json
|
||||
image:
|
||||
repository: docker.io/adguard/adguardhome
|
||||
tag: v0.107.71@sha256:92929135ced2554aaf94706f766a98ad348f211df61b0704e2db7e8498cc00b7
|
||||
tag: v0.107.72@sha256:4956b35b590286e5872fb4336d84a7862a2030c6efb4ca16442580c37d7ba32d
|
||||
pullPolicy: IfNotPresent
|
||||
securityContext:
|
||||
container:
|
||||
|
||||
Reference in New Issue
Block a user