chore(deps): update container image adguard/adguardhome to v0.107.47@53ac6f9 by renovate (#20231)
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.46` -> `v0.107.47` | --- > [!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.47`](https://togithub.com/AdguardTeam/AdGuardHome/blob/HEAD/CHANGELOG.md#v010747---2024-04-03-APPROX) [Compare Source](https://togithub.com/AdguardTeam/AdGuardHome/compare/v0.107.46...v0.107.47) See also the [v0.107.47 GitHub milestone][ms-v0.107.47]. [ms-v0.107.47]: https://togithub.com/AdguardTeam/AdGuardHome/milestone/82?closed=1 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.2][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 config YAML are replaced by a copy of the real file by AGH after startup ([#​6717]). ##### Removed - Go 1.21 support. [#​5829]: https://togithub.com/AdguardTeam/AdGuardHome/issues/5829 [#​6717]: https://togithub.com/AdguardTeam/AdGuardHome/issues/6717 [#​6758]: https://togithub.com/AdguardTeam/AdGuardHome/issues/6758 [#​6851]: https://togithub.com/AdguardTeam/AdGuardHome/issues/6851 [go-1.22.2]: https://groups.google.com/g/golang-announce/c/YgW0sx8mN3M/ <!-- NOTE: Add new changes ABOVE THIS COMMENT. --> </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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNzkuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI3OS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
This commit is contained in:
parent
0575c0cc0d
commit
0b9f5fe73c
|
@ -7,7 +7,7 @@ annotations:
|
|||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 0.107.46
|
||||
appVersion: 0.107.47
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 20.2.10
|
||||
|
@ -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: 9.7.6
|
||||
version: 9.7.7
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
image:
|
||||
repository: adguard/adguardhome
|
||||
tag: v0.107.46@sha256:9bcf15ca5d860c58dbe8c7f175d16291bf0ddc9621645facdd91d5253ab8ce46
|
||||
tag: v0.107.47@sha256:53ac6f99ce60fc02914135c39fad3bc3048dbe89505be6e5fe474af9ca1d6914
|
||||
pullPolicy: IfNotPresent
|
||||
securityContext:
|
||||
container:
|
||||
|
|
Loading…
Reference in New Issue