Skip to content
This repository has been archived by the owner on Jul 14, 2021. It is now read-only.

Commit

Permalink
Merge pull request #414 from chef/jdm/chefdk-070rc0
Browse files Browse the repository at this point in the history
Let's RC ChefDK 0.7.0
  • Loading branch information
tyler-ball committed Jun 17, 2015
2 parents 09caff7 + 05a136a commit d855340
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config/projects/chefdk.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@
install_dir "#{default_root}/#{name}"
end

override :chefdk, version: '0.7.0.rc.0'

# As of 27 October 2014, the newest CA cert bundle does not work with AWS's
# root cert. See:
# * https://github.com/opscode/chef-dk/issues/199
Expand All @@ -47,7 +49,7 @@
override :cacerts, version: '2014.08.20'

# Uncomment to pin the chef version
# override :chef, version: "12.3.0"
override :chef, version: "12.4.0.rc.2"
override :berkshelf, version: "v3.2.4"
override :bundler, version: "1.10.0"
override :'chef-vault', version: "v2.6.1"
Expand Down

0 comments on commit d855340

Please sign in to comment.