Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⬆(cont): image adguard/adguardhome ( v0.107.51 → v0.107.52 ) #249

Merged
merged 1 commit into from
Jul 24, 2024

Conversation

shamubot[bot]
Copy link
Contributor

@shamubot shamubot bot commented Jul 4, 2024

This PR contains the following updates:

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

Release Notes

AdguardTeam/AdGuardHome (adguard/adguardhome)

v0.107.52

Compare Source

See also the v0.107.52 GitHub milestone.

Security
  • Go version has been updated to prevent the possibility of exploiting the Go
    vulnerabilities fixed in 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
    or via the CLI (with root privileges):

    ./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
  • 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).

Configuration

📅 Schedule: Branch creation - "after 8am,before 11pm" in timezone America/New_York, Automerge - "after 8am,before 11pm" in timezone America/New_York.

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

Copy link

trunk-io bot commented Jul 4, 2024

⏱️ 3m total CI duration on this PR
Job Cumulative Duration Recent Runs
Kubeconform 43s 🟩
Enforce PR labels 41s 🟩🟩🟩
Trunk Check Runner 31s 🟩
Flux Diff (kubernetes, helmrelease) 24s 🟩
Flux Diff (kubernetes, kustomization) 19s 🟩
Labeler 3s 🟩
Label Size 2s 🟩

settingsfeedbackdocs ⋅ learn more about trunk.io

Copy link

github-actions bot commented Jul 4, 2024

--- kubernetes/apps/adguard-home/adguard-home/app Kustomization: flux-system/adguard-home HelmRelease: adguard-home/adguard-home

+++ kubernetes/apps/adguard-home/adguard-home/app Kustomization: flux-system/adguard-home HelmRelease: adguard-home/adguard-home

@@ -40,13 +40,13 @@

           app:
             env:
               TZ: America/New_York
             image:
               pullPolicy: IfNotPresent
               repository: adguard/adguardhome
-              tag: v0.107.51@sha256:3a143e6c071cd72b1aa5aa46ba0205a86f085d54daca94b7fc7ab6759e3fb6fa
+              tag: v0.107.52@sha256:d16cc7517ab96f843e7f8bf8826402dba98f5e6b175858920296243332391589
             probes:
               liveness:
                 enabled: true
                 path: /login.html
                 port: 3000
                 type: HTTP

Copy link

github-actions bot commented Jul 4, 2024

--- HelmRelease: adguard-home/adguard-home StatefulSet: adguard-home/adguard-home

+++ HelmRelease: adguard-home/adguard-home StatefulSet: adguard-home/adguard-home

@@ -63,13 +63,13 @@

         key: node-role.kubernetes.io/master
         operator: Exists
       containers:
       - env:
         - name: TZ
           value: America/New_York
-        image: adguard/adguardhome:v0.107.51@sha256:3a143e6c071cd72b1aa5aa46ba0205a86f085d54daca94b7fc7ab6759e3fb6fa
+        image: adguard/adguardhome:v0.107.52@sha256:d16cc7517ab96f843e7f8bf8826402dba98f5e6b175858920296243332391589
         imagePullPolicy: IfNotPresent
         livenessProbe:
           failureThreshold: 3
           httpGet:
             path: /login.html
             port: 3000

@kiliantyler kiliantyler merged commit 8df49a6 into main Jul 24, 2024
11 checks passed
@kiliantyler kiliantyler deleted the renovate/adguard-adguardhome-0.x branch July 24, 2024 18:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant