From: Tom Hughes Date: Thu, 5 Jan 2023 22:09:27 +0000 (+0000) Subject: Update chef client to 18.1.0 X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/b6d13408411b385aef03dd402cca1b33a9a47b89?ds=inline Update chef client to 18.1.0 --- diff --git a/cookbooks/chef/attributes/default.rb b/cookbooks/chef/attributes/default.rb index 50d723099..f2ad606cb 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.0.169" +default[:chef][:client][:version] = "18.1.0"