From: Tom Hughes Date: Fri, 8 May 2020 07:12:51 +0000 (+0100) Subject: Upgrade to chef 16 X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/b8327dbd4ad1f06acf2d42bf056ef1cbfe83c27f Upgrade to chef 16 --- diff --git a/.kitchen.yml b/.kitchen.yml index 74c4269be..b7bff87ba 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -1,7 +1,7 @@ --- driver: name: dokken - chef_version: 15 + chef_version: 16 env: - container=dokken diff --git a/cookbooks/chef/attributes/default.rb b/cookbooks/chef/attributes/default.rb index 049bd8608..640aad5cb 100644 --- a/cookbooks/chef/attributes/default.rb +++ b/cookbooks/chef/attributes/default.rb @@ -5,4 +5,4 @@ default[:apt][:sources] = node[:apt][:sources] | ["opscode"] default[:chef][:server][:version] = "12.17.33" # Set the default client version -default[:chef][:client][:version] = "15.10.12" +default[:chef][:client][:version] = "16.3.45"