chore(helm): update image docker.io/adguard/adguardhome v0.107.57 → v0.107.59 (#33497)
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 | `5c536c1` -> `5d5e3ae` | 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.59`](https://redirect.github.com/AdguardTeam/AdGuardHome/blob/HEAD/CHANGELOG.md#v010759---2025-03-21) [Compare Source](https://redirect.github.com/AdguardTeam/AdGuardHome/compare/v0.107.58...v0.107.59) See also the [v0.107.59 GitHub milestone][ms-v0.107.59]. ##### Fixed - Rules with the `client` modifier not working ([#​7708]). - The search form not working in the query log ([#​7704]). [#​7704]: https://redirect.github.com/AdguardTeam/AdGuardHome/issues/7704 [#​7708]: https://redirect.github.com/AdguardTeam/AdGuardHome/issues/7708 [ms-v0.107.59]: https://redirect.github.com/AdguardTeam/AdGuardHome/milestone/94?closed=1 ### [`v0.107.58`](https://redirect.github.com/AdguardTeam/AdGuardHome/blob/HEAD/CHANGELOG.md#v010758---2025-03-19) [Compare Source](https://redirect.github.com/AdguardTeam/AdGuardHome/compare/v0.107.57...v0.107.58) See also the [v0.107.58 GitHub milestone][ms-v0.107.58]. ##### Security - Go version has been updated to prevent the possibility of exploiting the Go vulnerabilities fixed in [1.24.1][go-1.24.1]. ##### Added - The ability to check filtering rules for host names using an optional query type and optional ClientID or client IP address ([#​4036]). - Optional `client` and `qtype` URL query parameters to the `GET /control/check_host` HTTP API. ##### Fixed - Clearing the DNS cache on the *DNS settings* page now includes both global cache and custom client cache. - Invalid ICMPv6 Router Advertisement messages ([#​7547]). - Disabled button for autofilled login form. - Formatting of elapsed times less than one millisecond. - Changes to global upstream DNS settings not applying to custom client upstream configurations. - The formatting of large numbers in the clients tables on the *Client settings* page ([#​7583]). [#​4036]: https://redirect.github.com/AdguardTeam/AdGuardHome/issues/4036 [#​7547]: https://redirect.github.com/AdguardTeam/AdGuardHome/issues/7547 [#​7583]: https://redirect.github.com/AdguardTeam/AdGuardHome/issues/7583 [go-1.24.1]: https://groups.google.com/g/golang-announce/c/4t3lzH3I0eI [ms-v0.107.58]: https://redirect.github.com/AdguardTeam/AdGuardHome/milestone/93?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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
This commit is contained in:
@@ -6,7 +6,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 0.107.57
|
||||
appVersion: 0.107.59
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 25.4.10
|
||||
@@ -32,4 +32,4 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/adguard-home
|
||||
- https://hub.docker.com/r/adguard/adguardhome
|
||||
type: application
|
||||
version: 11.5.3
|
||||
version: 11.5.4
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: docker.io/adguard/adguardhome
|
||||
tag: v0.107.57@sha256:5c536c1e25f76693ae7ee5e64e8a029893e0f3f1778c8d2a9581383e60cfa9b9
|
||||
tag: v0.107.59@sha256:5d5e3aef39a8c8906a324f0c2da0a6123929e459b57c1e3f05e401dca5c7bf02
|
||||
pullPolicy: IfNotPresent
|
||||
securityContext:
|
||||
container:
|
||||
|
||||
Reference in New Issue
Block a user