Skip to content

chore(deps): update adguard/adguardhome docker tag to v0.107.79 - #161

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/adguard-adguardhome-0.x
Open

chore(deps): update adguard/adguardhome docker tag to v0.107.79#161
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/adguard-adguardhome-0.x

Conversation

@renovate

@renovate renovate Bot commented Aug 28, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
adguard/adguardhome (source) patch v0.107.78v0.107.79

Release Notes

AdguardTeam/AdGuardHome (adguard/adguardhome)

v0.107.79

Compare Source

See also the v0.107.79 GitHub milestone.

Security
  • Go version has been updated to prevent the possibility of exploiting the Go vulnerabilities fixed in 1.26.6.

  • AdGuard Home is now more resistant to resource exhaustion attacks when using DNS-over-QUIC.

    This is GHSA-w6v6-f44j-3rj2. We thank @​ATinyShoe for reporting this security issue.

Added
  • Bootstrap servers configuration now supports comments.

  • New property "language" in POST /control/install/check_config and POST /control/install/configure HTTP APIs.

  • The user is able to remove the static lease's hostname via the HTTP API.

Changed
  • The edge channel has been switched to the new UI and versioning scheme.
Deprecated
  • strict_sni_check is now deprecated.
Fixed
  • DNS64 treating unresolved CNAME/DNAME answers as the end of resolution chain (#​7514).

  • Blocked requests without an EDNS(0) OPT record (#​8183).


Configuration

📅 Schedule: (UTC)

  • 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 these updates again.


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

This PR was generated by Mend Renovate. View the repository job log.

@github-actions

Copy link
Copy Markdown

Helm Template Diff — adguard-home

10 changed lines
--- /tmp/old.yaml	2026-08-28 08:03:14.157184692 +0000
+++ /tmp/new.yaml	2026-08-28 08:03:13.562185078 +0000
@@ -42,7 +42,7 @@
     custom.network/heimdall-integrated: ingress
     app.kubernetes.io/name: adguard-home
     app.kubernetes.io/instance: adguard-home
-    app.kubernetes.io/version: "v0.107.78"
+    app.kubernetes.io/version: "v0.107.79"
     app.kubernetes.io/managed-by: Helm
 spec:
   type: ClusterIP
@@ -68,7 +68,7 @@
     custom.network/heimdall-integrated: ingress
     app.kubernetes.io/name: adguard-home
     app.kubernetes.io/instance: adguard-home
-    app.kubernetes.io/version: "v0.107.78"
+    app.kubernetes.io/version: "v0.107.79"
     app.kubernetes.io/managed-by: Helm
     custom.network/lb-pool: static
   annotations:
@@ -105,7 +105,7 @@
     custom.network/heimdall-integrated: ingress
     app.kubernetes.io/name: adguard-home
     app.kubernetes.io/instance: adguard-home
-    app.kubernetes.io/version: "v0.107.78"
+    app.kubernetes.io/version: "v0.107.79"
     app.kubernetes.io/managed-by: Helm
   name: adguard-home
 spec:
@@ -138,7 +138,7 @@
           type: RuntimeDefault
       containers:
         - name: adguard-home
-          image: adguard/adguardhome:v0.107.78
+          image: adguard/adguardhome:v0.107.79
           imagePullPolicy: IfNotPresent
           resources:
           securityContext:

lunarys commented Aug 28, 2026

Copy link
Copy Markdown
Owner

Renovate Review: adguard/adguardhome v0.107.78 → v0.107.79 (patch, adguard-home app)

Risk: 🟢 LOW

Check Result
Inputs Complete — PR body has a real, categorized ### Release Notes section (Security/Added/Changed/Deprecated/Fixed); one matching diff comment (03-apps-apps-adguard-home) present.
Description vs. diff Consistent — exactly two files changed, both just the tag bump: 03_apps/apps/adguard-home/values.yaml (image.tag: v0.107.78 → v0.107.79) and 03_apps/apps/adguard-home/docker/docker-compose.yml (reference-only local compose file, same bump). Matches the PR table exactly, no wider blast radius.
Rendered diff Full, no truncation (10 changed lines) — cosmetic-only: three app.kubernetes.io/version label bumps (Service ×2, Deployment) and the container image: tag bump. No new/removed resources, no errors.
Changelog vs. config No breaking changes intersect live config. One in-progress deprecation worth noting below.

Details:

  • Checked 03_apps/apps/adguard-home/values.yaml in full: no strict_sni_check, edge-channel, or bootstrap-server settings are configured there, so the release's Security/Added items (Go version bump, DNS-over-QUIC hardening, bootstrap-comment support) don't intersect anything this repo overrides.
  • 03_apps/apps/adguard-home/examples/initial.conf:88 explicitly sets strict_sni_check: false. This release's Changelog deprecates (does not yet remove) strict_sni_check — non-breaking today, but worth tracking since this component actively sets that key in its seed config.

Worth noting (non-blocking):

  • strict_sni_check is now deprecated upstream and is explicitly set in 03_apps/apps/adguard-home/examples/initial.conf. Not a breaking change in this release, but a candidate for cleanup/tracking once AdGuard Home actually removes it.

Why LOW: patch bump, rendered diff is label/tag-only with no new or removed resources, and no changelog item (breaking change, renamed key, CRD change, required field) intersects a live override.


Generated by Claude Code

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant