Skip to content
Snippets Groups Projects
Commit 900e9897 authored by Marin Jankovski's avatar Marin Jankovski
Browse files

Merge branch 'update_chef_version' into 'master'

Update chef version

Chef version 12.6.0 includes some pretty nice features https://github.com/chef/chef/blob/master/CHANGELOG.md

Specifically excited about :before notification level, https://github.com/chef/chef/pull/4062

See merge request !704
parents 6ea81f72 5f7b04fe
No related merge requests found
......@@ -3,6 +3,10 @@
The latest version of this file can be found at the master branch of the
omnibus-gitlab repository.
8.7.0
- Updated chef version to 12.6.0 37bf798
8.6.1
- Fix artifacts path key in gitlab.yml.erb c29c1a5d
......
......@@ -47,7 +47,7 @@
override :ruby, version: '2.1.8', source: { md5: '091b62f0a9796a3c55de2a228a0e6ef3' }
override :rubygems, version: 'v2.5.1'
override :'chef-gem', version: '12.5.1'
override :'chef-gem', version: '12.6.0'
override :cacerts, version: '2016.01.20', source: { md5: '06629db7f712ff3a75630eccaecc1fe4' }
override :pip, version: '7.1.2', source: { md5: '3823d2343d9f3aaab21cf9c917710196' }
override :redis, version: '2.8.24', source: { md5: '7b6eb6e4ccc050c351df8ae83c55a035' }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment