diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2017-02-28 16:45:21 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-28 16:45:21 -0800 |
commit | 2757379abb86a6f698b02930b3c2d0ae515beb8d (patch) | |
tree | e21c995da0025be2cfd8ca9f55a147011c816ee1 /chef-config | |
parent | ef11843d6ce1f1553ec4b76deab6faad05cc08ff (diff) | |
parent | 815c62dbfd22396d7279c09f038e7087b7343b0b (diff) | |
download | chef-2757379abb86a6f698b02930b3c2d0ae515beb8d.tar.gz |
Merge pull request #5833 from chef/lcg/bump-to-chef-13
bump major to chef-13
Diffstat (limited to 'chef-config')
-rw-r--r-- | chef-config/lib/chef-config/config.rb | 9 | ||||
-rw-r--r-- | chef-config/lib/chef-config/version.rb | 2 |
2 files changed, 2 insertions, 9 deletions
diff --git a/chef-config/lib/chef-config/config.rb b/chef-config/lib/chef-config/config.rb index 4f2516331d..00af16687a 100644 --- a/chef-config/lib/chef-config/config.rb +++ b/chef-config/lib/chef-config/config.rb @@ -4,7 +4,7 @@ # Author:: AJ Christensen (<aj@chef.io>) # Author:: Mark Mzyk (<mmzyk@chef.io>) # Author:: Kyle Goodwin (<kgoodwin@primerevenue.com>) -# Copyright:: Copyright 2008-2016, Chef Software Inc. +# Copyright:: Copyright 2008-2017, Chef Software Inc. # License:: Apache License, Version 2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); @@ -825,13 +825,6 @@ module ChefConfig # default :no_lazy_load, true - # Default for the chef_gem compile_time attribute. Nil is the same as true but will emit - # warnings on every use of chef_gem prompting the user to be explicit. If the user sets this to - # true then the user will get backcompat behavior but with a single nag warning that cookbooks - # may break with this setting in the future. The false setting is the recommended setting and - # will become the default. - default :chef_gem_compile_time, nil - # A whitelisted array of attributes you want sent over the wire when node # data is saved. # The default setting is nil, which collects all data. Setting to [] will not diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb index c84ff4304e..2be1bfc1a7 100644 --- a/chef-config/lib/chef-config/version.rb +++ b/chef-config/lib/chef-config/version.rb @@ -21,7 +21,7 @@ module ChefConfig CHEFCONFIG_ROOT = File.expand_path("../..", __FILE__) - VERSION = "12.19.39" + VERSION = "13.0.0" end # |