mirror of
https://github.com/truecharts/charts.git
synced 2026-07-19 10:04:16 -03:00
chore(deps): update container image adguard/adguardhome to v0.107.50@f890b77 by renovate (#22394)
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.48` -> `v0.107.50` | --- > [!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.50`](https://togithub.com/AdguardTeam/AdGuardHome/blob/HEAD/CHANGELOG.md#v010750---2024-05-23) [Compare Source](https://togithub.com/AdguardTeam/AdGuardHome/compare/v0.107.49...v0.107.50) See also the [v0.107.50 GitHub milestone][ms-v0.107.50]. ##### Fixed - Broken private reverse DNS upstream servers validation causing update failures ([#​7013]). [#​7013]: https://togithub.com/AdguardTeam/AdGuardHome/issues/7013 [ms-v0.107.50]: https://togithub.com/AdguardTeam/AdGuardHome/milestone/85?closed=1 ### [`v0.107.49`](https://togithub.com/AdguardTeam/AdGuardHome/blob/HEAD/CHANGELOG.md#v010749---2024-05-21) [Compare Source](https://togithub.com/AdguardTeam/AdGuardHome/compare/v0.107.48...v0.107.49) See also the [v0.107.49 GitHub milestone][ms-v0.107.49]. ##### Security - Go version has been updated to prevent the possibility of exploiting the Go vulnerabilities fixed in [Go 1.22.3][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]). [#​5345]: https://togithub.com/AdguardTeam/AdGuardHome/issues/5345 [#​5812]: https://togithub.com/AdguardTeam/AdGuardHome/issues/5812 [#​6192]: https://togithub.com/AdguardTeam/AdGuardHome/issues/6192 [#​6312]: https://togithub.com/AdguardTeam/AdGuardHome/issues/6312 [#​6422]: https://togithub.com/AdguardTeam/AdGuardHome/issues/6422 [#​6744]: https://togithub.com/AdguardTeam/AdGuardHome/issues/6744 [#​6854]: https://togithub.com/AdguardTeam/AdGuardHome/issues/6854 [#​6875]: https://togithub.com/AdguardTeam/AdGuardHome/issues/6875 [#​6882]: https://togithub.com/AdguardTeam/AdGuardHome/issues/6882 [go-1.22.3]: https://groups.google.com/g/golang-announce/c/wkkO4P9stm0 [ms-v0.107.49]: https://togithub.com/AdguardTeam/AdGuardHome/milestone/84?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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNzcuNCIsInVwZGF0ZWRJblZlciI6IjM3LjM3Ny40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
This commit is contained in:
@@ -7,7 +7,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 0.107.48
|
||||
appVersion: 0.107.50
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 23.0.8
|
||||
@@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/adguard-home.webp
|
||||
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: 10.0.7
|
||||
version: 10.0.8
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: adguard/adguardhome
|
||||
tag: v0.107.48@sha256:d0fcf8c8691df20fe1a280d0a4cbc8493b04c7bd8cf8ca56264279510f030e49
|
||||
tag: v0.107.50@sha256:f890b77505e410e295cc96830632b46075d7263cef52c158f9331348c98e1228
|
||||
pullPolicy: IfNotPresent
|
||||
securityContext:
|
||||
container:
|
||||
|
||||
Reference in New Issue
Block a user