]> git.openstreetmap.org Git - chef.git/commitdiff
dns: Update dnscontrol to 4.15.1 (new concurrent updates)
authorGrant Slater <github@firefishy.com>
Fri, 13 Dec 2024 19:19:05 +0000 (19:19 +0000)
committerGrant Slater <github@firefishy.com>
Fri, 13 Dec 2024 19:19:05 +0000 (19:19 +0000)
cookbooks/dns/recipes/default.rb

index 468343a89b6b1a38de3baa191f790c35ea313067..d1b3d159e619132edefc54498e5d82f9d6dd2f7d 100644 (file)
@@ -42,7 +42,7 @@ package %w[
 
 cache_dir = Chef::Config[:file_cache_path]
 
-dnscontrol_version = "4.14.1"
+dnscontrol_version = "4.15.1"
 
 dnscontrol_arch = if arm?
                     "arm64"