hassio-addons / addon-adguard-home

AdGuard Home - Home Assistant Community Add-ons
https://addons.community
MIT License
374 stars 47 forks source link

⬆️ Update AdguardTeam/AdGuardHome to v0.107.45 #497

Closed renovate[bot] closed 4 months ago

renovate[bot] commented 4 months ago

Mend Renovate

This PR contains the following updates:

Package Update Change
AdguardTeam/AdGuardHome patch v0.107.44 -> v0.107.45

Release Notes

AdguardTeam/AdGuardHome (AdguardTeam/AdGuardHome) ### [`v0.107.45`](https://togithub.com/AdguardTeam/AdGuardHome/blob/HEAD/CHANGELOG.md#v010745---2024-03-05-APPROX) [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]. [ms-v0.107.45]: https://togithub.com/AdguardTeam/AdGuardHome/milestone/80?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.21.8][go-1.21.8]. ##### Added - Ability to disable the use of system hosts file information for query resolution ([#​6610]). - Ability to define custom directories for storage of query log files and statistics ([#​5992]). - 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. - Wrong algorithm for caching bootstrapped upstream addresses (\[[#​6723](https://togithub.com/AdguardTeam/AdGuardHome/issues/6723)]). - Incorrect tracking of the system hosts file's changes ([#​6711]). ##### Removed - Go 1.20 support, as it has reached end of life. [#​5992]: https://togithub.com/AdguardTeam/AdGuardHome/issues/5992 [#​6610]: https://togithub.com/AdguardTeam/AdGuardHome/issues/6610 [#​6679]: https://togithub.com/AdguardTeam/AdGuardHome/issues/6679 [#​6711]: https://togithub.com/AdguardTeam/AdGuardHome/issues/6711 [go-toolchain]: https://go.dev/blog/toolchain [go-1.21.8]: https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.