broersma-forslund / homelab

A repository containing our home system's configuration files; includes server management, home automation, and other associated system setups. includes Kubernetes setups for effective service orchestration within our home environment.
6 stars 2 forks source link

chore(deps): update docker.io/adguard/adguardhome docker tag to v0.107.52 #402

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

Package Update Change
docker.io/adguard/adguardhome (source) patch v0.107.51 -> v0.107.52

Release Notes

AdguardTeam/AdGuardHome (docker.io/adguard/adguardhome) ### [`v0.107.52`](https://togithub.com/AdguardTeam/AdGuardHome/blob/HEAD/CHANGELOG.md#v010752---2024-06-29-APPROX) [Compare Source](https://togithub.com/AdguardTeam/AdGuardHome/compare/v0.107.51...v0.107.52) See also the [v0.107.52 GitHub milestone][ms-v0.107.52]. [ms-v0.107.52]: https://togithub.com/AdguardTeam/AdGuardHome/milestone/87?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.5][go-1.22.5]. ##### Added - The ability to disable logging using the new `log.enabled` configuration property ([#​7079]). ##### Changed - Frontend rewritten in TypeScript. - The `systemd`-based service now uses `journal` for logging by default. It also doesn't create the `/var/log/` directory anymore ([#​7053]). **NOTE:** With an installed service for changes to take effect, you need to reinstall the service using `-r` flag of the [install script][install-script] or via the CLI (with root privileges): ```sh ./AdGuardHome -s uninstall ./AdGuardHome -s install ``` Don't forget to backup your configuration file and other important data before reinstalling the service. ##### Deprecated - Node 18 support, Node 20 will be required in future releases. ##### Fixed - Unnecessary validation call on the encryption page. - Missing version in the footer. - Panic caused by missing user-specific blocked services object in configuration file ([#​7069]). - Tracking `/etc/hosts` file changes causing panics within particular filesystems on start ([#​7076]). [#​7053]: https://togithub.com/AdguardTeam/AdGuardHome/issues/7053 [#​7069]: https://togithub.com/AdguardTeam/AdGuardHome/issues/7069 [#​7076]: https://togithub.com/AdguardTeam/AdGuardHome/issues/7076 [#​7079]: https://togithub.com/AdguardTeam/AdGuardHome/issues/7079 [go-1.22.5]: https://groups.google.com/g/golang-announce/c/gyb7aM1C9H4 [install-script]: https://togithub.com/AdguardTeam/AdGuardHome/?tab=readme-ov-file#automated-install-linux-and-mac

Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

â™» 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.



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

rouke-broersma commented 3 months ago

Infro diff for fa53709

embla > adguard (0 files changed)

~~~diff time="2024-07-06T11:14:08Z" level=warning msg="Failed to invoke grpc call. Use flag --grpc-web in grpc calls. To avoid this warning message, use flag --grpc-web." time="2024-07-06T11:14:09Z" level=warning msg="Failed to invoke grpc call. Use flag --grpc-web in grpc calls. To avoid this warning message, use flag --grpc-web." ===== apps/Deployment adguard/adguard-primary ====== --- /tmp/argocd-diff2028396419/adguard-primary-live.yaml +++ /tmp/argocd-diff2028396419/adguard-primary @@ -262,7 +262,7 @@ env: - name: TZ value: Europe/Amsterdam - image: docker.io/adguard/adguardhome:v0.107.51 + image: docker.io/adguard/adguardhome:v0.107.52 imagePullPolicy: IfNotPresent name: adguard ports: ===== apps/StatefulSet adguard/adguard-secondary ====== --- /tmp/argocd-diff1799244492/adguard-secondary-live.yaml +++ /tmp/argocd-diff1799244492/adguard-secondary @@ -193,7 +193,7 @@ env: - name: TZ value: Europe/Amsterdam - image: docker.io/adguard/adguardhome:v0.107.51 + image: docker.io/adguard/adguardhome:v0.107.52 imagePullPolicy: IfNotPresent name: adguard ports: ~~~