From 2530cc6d89bfb6535e9dd7b71bb11f6adc91d400 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Thu, 9 Oct 2025 20:48:26 +0100 Subject: [PATCH] Update chef client to 18.8.11 --- 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 9ff0f65a5..6f0077ab3 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.7.10" +default[:chef][:client][:version] = "18.8.11" -- 2.39.5