Merge branch 'update_chef' into 'master'

Update Chef to 12.5.1

Upgrading Chef to 12.5.1 for 'Chef.event_handler'.  

This would allow us to run Chef handlers when certain events happen during a 'reconfigure' run.  Upgrading to 12.5 also means that we don't need to include and ship the 'chef_handler' cookbook, which provides some (but not all) of the functionality from this upgrade.

@marin - any chance you could take a look at this?

See merge request !520
This commit is contained in:
Marin Jankovski 2015-10-23 15:36:06 +00:00
commit 814263c9ec
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ build_iteration Gitlab::BuildIteration.new.build_iteration
override :ruby, version: '2.1.7'
override :rubygems, version: 'ccfafdc2c52c5c605ff69ed3a772d83eb19ef55a' # 2.2.5
override :'chef-gem', version: '12.4.1'
override :'chef-gem', version: '12.5.1'
override :cacerts, version: '2015.09.02', source: { md5: '3e0e6f302bd4f5b94040b8bcee0ffe15' }
override :openssl, version: '1.0.1p', source: { url: 'https://www.openssl.org/source/openssl-1.0.1p.tar.gz', md5: '7563e92327199e0067ccd0f79f436976' }