From 3434bb0e2b4875bf953bf39b9490407b8227b10a Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Wed, 1 May 2024 18:50:50 +0100 Subject: [PATCH] Upgrade chef to 18.4.12 --- 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 185bc4ad6..d6284df52 100644 --- a/cookbooks/chef/attributes/default.rb +++ b/cookbooks/chef/attributes/default.rb @@ -2,4 +2,4 @@ default[:chef][:server][:version] = "15.1.7" # Set the default client version -default[:chef][:client][:version] = "18.4.2" +default[:chef][:client][:version] = "18.4.12" -- 2.39.5