From e848ac0b8c858ec2e0a15e0e6fbb17a384df5a60 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Tue, 1 Sep 2026 17:40:40 +0100 Subject: [PATCH] dns: Bump dnscontrol to 5.0.2 --- cookbooks/dns/recipes/default.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/dns/recipes/default.rb b/cookbooks/dns/recipes/default.rb index ebf488bad..bc88a2eb7 100644 --- a/cookbooks/dns/recipes/default.rb +++ b/cookbooks/dns/recipes/default.rb @@ -43,7 +43,7 @@ package %w[ cache_dir = Chef::Config[:file_cache_path] -dnscontrol_version = "4.45.0" +dnscontrol_version = "5.0.2" dnscontrol_arch = if arm? "arm64" -- 2.47.3