chore(deps): update container image adguard/adguardhome to v0.107.45@52a9c2e by renovate (#19053)
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.44` -> `v0.107.45` | --- > [!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.45`](https://togithub.com/AdguardTeam/AdGuardHome/blob/HEAD/CHANGELOG.md#v010745---2024-03-06) [Compare Source](https://togithub.com/AdguardTeam/AdGuardHome/compare/v0.107.44...v0.107.45) See also the [v0.107.45 GitHub milestone][ms-v0.107.45]. ##### Security - Go version has been updated to prevent the possibility of exploiting the Go vulnerabilities fixed in [Go 1.21.8][go-1.21.8]. ##### Added - Context menu item in the Query Log to add a Client to the Persistent client list ([#​6679]). ##### Changed - Starting with this release our scripts are using Go's [forward compatibility mechanism][go-toolchain] for updating the Go version. **Important note for porters:** This change means that if your `go` version is 1.21+ but is different from the one required by AdGuard Home, the `go` tool will automatically download the required version. If you want to use the version installed on your builder, run: ```sh go get go@$YOUR_VERSION go mod tidy ``` and call `make` with `GOTOOLCHAIN=local`. ##### Deprecated - Go 1.21 support. Future versions will require at least Go 1.22 to build. ##### Fixed - Missing IP addresses in logs when querying for domain names from the ignore lists. - Blank page after resetting access clients ([#​6634]). - Wrong algorithm for caching bootstrapped upstream addresses ([#​6723]). ##### Removed - Go 1.20 support, as it has reached end of life. [#​6634]: https://togithub.com/AdguardTeam/AdGuardHome/issues/6634 [#​6679]: https://togithub.com/AdguardTeam/AdGuardHome/issues/6679 [#​6723]: https://togithub.com/AdguardTeam/AdGuardHome/issues/6723 [go-1.21.8]: https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg [go-toolchain]: https://go.dev/blog/toolchain [ms-v0.107.45]: https://togithub.com/AdguardTeam/AdGuardHome/milestone/80?closed=1 </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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjIzNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
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.44
|
||||
appVersion: 0.107.45
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 19.0.0
|
||||
@@ -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.4.1
|
||||
version: 9.4.2
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: adguard/adguardhome
|
||||
tag: v0.107.44@sha256:049ef6c019a629b33db2ef957665b257fbd5761970a1517a309807fb128befb1
|
||||
tag: v0.107.45@sha256:52a9c2e7b4c56e5f08e1b2f3196d500c931adadc8917712ff9ef9ea922c030fe
|
||||
pullPolicy: IfNotPresent
|
||||
securityContext:
|
||||
container:
|
||||
|
||||
Reference in New Issue
Block a user