chore(deps): update container image adguard/adguardhome to v0.107.44@049ef6c by renovate (#18120)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [adguard/adguardhome](https://adguard.com/en/adguard-home/overview.html) ([source](https://togithub.com/AdguardTeam/AdGuardHome)) | patch | `v0.107.43` -> `v0.107.44` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>AdguardTeam/AdGuardHome (adguard/adguardhome)</summary> ### [`v0.107.44`](https://togithub.com/AdguardTeam/AdGuardHome/blob/HEAD/CHANGELOG.md#v010744---2024-02-06) [Compare Source](https://togithub.com/AdguardTeam/AdGuardHome/compare/v0.107.43...v0.107.44) See also the \[v0.107.44 GitHub milestone]\[ms-v0.107.44]. ##### Added - Timezones in the Etc/ area to the timezone list (\[[#​6568](https://togithub.com/AdguardTeam/AdGuardHome/issues/6568)]). - The schema version of the configuration file to the output of running `AdGuardHome` (or `AdGuardHome.exe`) with `-v --version` command-line options (\[[#​6545](https://togithub.com/AdguardTeam/AdGuardHome/issues/6545)]). - Ability to disable plain-DNS serving via UI if an encrypted protocol is already used (\[[#​1660](https://togithub.com/AdguardTeam/AdGuardHome/issues/1660)]). ##### Changed - The bootstrapped upstream addresses are now updated according to the TTL of the bootstrap DNS response (\[[#​6321](https://togithub.com/AdguardTeam/AdGuardHome/issues/6321)]). - Logging level of timeout errors is now `error` instead of `debug` (\[[#​6574](https://togithub.com/AdguardTeam/AdGuardHome/issues/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]. ```yaml ``` </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, 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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
This commit is contained in:
@@ -7,7 +7,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 0.107.43
|
||||
appVersion: 0.107.44
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.30
|
||||
@@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/adguard-home.png
|
||||
keywords:
|
||||
- adblock
|
||||
- adguard
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
@@ -33,4 +33,4 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/adguard-home
|
||||
- https://hub.docker.com/r/adguard/adguardhome
|
||||
type: application
|
||||
version: 8.1.12
|
||||
version: 8.1.13
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: adguard/adguardhome
|
||||
tag: v0.107.43@sha256:4016a420451810959f782d3cbe04c620d83c3431cbb13ae27aabd2921db482a0
|
||||
tag: v0.107.44@sha256:049ef6c019a629b33db2ef957665b257fbd5761970a1517a309807fb128befb1
|
||||
pullPolicy: IfNotPresent
|
||||
securityContext:
|
||||
container:
|
||||
|
||||
Reference in New Issue
Block a user