From 649a07b7634a54dae4f61582b8060070b755557f Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Thu, 4 Dec 2025 14:58:13 +0000 Subject: [PATCH] chef: bump client to 18.8.54 --- cookbooks/chef/attributes/default.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/chef/attributes/default.rb b/cookbooks/chef/attributes/default.rb index 6d28a655a..9b1ed6787 100644 --- a/cookbooks/chef/attributes/default.rb +++ b/cookbooks/chef/attributes/default.rb @@ -2,4 +2,4 @@ default[:chef][:server][:version] = "15.9.38" # Set the default client version -default[:chef][:client][:version] = "18.8.46" +default[:chef][:client][:version] = "18.8.54" -- 2.39.5