summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2017-04-06 16:19:48 +0000
committerChef Versioner <chef-versioner@chef.io>2017-04-06 16:19:48 +0000
commitc36bf3013e7c1f54efc6635145a5fb28daf17c7a (patch)
treedec0083ae65d660454d3fb6ad6fbc63c0beca137
parent85cbd7c064dbdf465ae33afdbd0a584a7e5bce77 (diff)
downloadchef-c36bf3013e7c1f54efc6635145a5fb28daf17c7a.tar.gz
Bump version of chef to 13.0.109 by Chef Versioner.v13.0.109
-rw-r--r--CHANGELOG.md19
-rw-r--r--Gemfile.lock10
-rw-r--r--VERSION2
-rw-r--r--chef-config/lib/chef-config/version.rb2
-rw-r--r--lib/chef/version.rb2
5 files changed, 24 insertions, 11 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3aa55acddd..f40acb7040 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,11 +1,21 @@
This changelog reflects the current state of chef's master branch on github and may not reflect the current released version of chef, which is [![Gem Version](https://badge.fury.io/rb/chef.svg)](https://badge.fury.io/rb/chef).
-## [v13.0.107](https://github.com/chef/chef/tree/v13.0.107) (2017-04-06)
-[Full Changelog](https://github.com/chef/chef/compare/v12.19.36...v13.0.107)
+## [v13.0.108](https://github.com/chef/chef/tree/v13.0.108) (2017-04-06)
+[Full Changelog](https://github.com/chef/chef/compare/v12.19.36...v13.0.108)
**Merged pull requests:**
- Chef-13: better solution to gem\_package source issues [\#6028](https://github.com/chef/chef/pull/6028) ([lamont-granquist](https://github.com/lamont-granquist))
+- Chef 13: Remove the knife cookbook create command in favor of Chef-DK [\#6024](https://github.com/chef/chef/pull/6024) ([tas50](https://github.com/tas50))
+- Ensure DataBagItems are a Mash [\#6018](https://github.com/chef/chef/pull/6018) ([thommay](https://github.com/thommay))
+- RFC 59 - Load ohai plugins [\#6017](https://github.com/chef/chef/pull/6017) ([thommay](https://github.com/thommay))
+- Implement RFC033: Root aliases [\#6015](https://github.com/chef/chef/pull/6015) ([coderanger](https://github.com/coderanger))
+- Remove use\_inline\_resources [\#6013](https://github.com/chef/chef/pull/6013) ([coderanger](https://github.com/coderanger))
+- No more knife cookbook site vendor [\#6008](https://github.com/chef/chef/pull/6008) ([coderanger](https://github.com/coderanger))
+- Allow lazy{} to be used in template resource variables. [\#6005](https://github.com/chef/chef/pull/6005) ([coderanger](https://github.com/coderanger))
+- Chef-13: Freeze property defaults [\#6003](https://github.com/chef/chef/pull/6003) ([coderanger](https://github.com/coderanger))
+- Make Standardized Exit Codes The Default Behavior [\#6001](https://github.com/chef/chef/pull/6001) ([smurawski](https://github.com/smurawski))
+- Chef-13: Remove the consts for DSL-based resources/providers [\#6000](https://github.com/chef/chef/pull/6000) ([coderanger](https://github.com/coderanger))
- Chef-13: tweaks to rubygems source option for urls [\#5995](https://github.com/chef/chef/pull/5995) ([lamont-granquist](https://github.com/lamont-granquist))
- Chef-13 knife search exit 1 when no results [\#5994](https://github.com/chef/chef/pull/5994) ([lamont-granquist](https://github.com/lamont-granquist))
- Chef-13: remove iconv from the chef build [\#5993](https://github.com/chef/chef/pull/5993) ([lamont-granquist](https://github.com/lamont-granquist))
@@ -19,9 +29,11 @@ This changelog reflects the current state of chef's master branch on github and
- Chef-13: remove deprecated launchd resource hash property [\#5983](https://github.com/chef/chef/pull/5983) ([lamont-granquist](https://github.com/lamont-granquist))
- Chef-13: remove Chef::Resource.updated= [\#5982](https://github.com/chef/chef/pull/5982) ([lamont-granquist](https://github.com/lamont-granquist))
- Chef-13: remove more deprecated method\_missing access [\#5979](https://github.com/chef/chef/pull/5979) ([lamont-granquist](https://github.com/lamont-granquist))
+- fix knife ssh --exit-on-error [\#5978](https://github.com/chef/chef/pull/5978) ([tchernomax](https://github.com/tchernomax))
- apply knife search node fuzzifier to knife ssh [\#5977](https://github.com/chef/chef/pull/5977) ([lamont-granquist](https://github.com/lamont-granquist))
- Add policy\_name and policy\_group indexes to converge message sent to data-collector [\#5973](https://github.com/chef/chef/pull/5973) ([itmustbejj](https://github.com/itmustbejj))
- Allow users to opt out of the systemd\_unit verifier [\#5971](https://github.com/chef/chef/pull/5971) ([nathwill](https://github.com/nathwill))
+- set default guard\_interpreter to powershell\_script [\#5966](https://github.com/chef/chef/pull/5966) ([Happycoil](https://github.com/Happycoil))
- Retry API requests if using an unsupported version [\#5960](https://github.com/chef/chef/pull/5960) ([thommay](https://github.com/thommay))
- disable building nokogiri on windows for now [\#5958](https://github.com/chef/chef/pull/5958) ([lamont-granquist](https://github.com/lamont-granquist))
- Chef-13: Make ActionClass a class [\#5952](https://github.com/chef/chef/pull/5952) ([lamont-granquist](https://github.com/lamont-granquist))
@@ -31,6 +43,7 @@ This changelog reflects the current state of chef's master branch on github and
- Make ResourceReporter smarter to get resource identity and state [\#5941](https://github.com/chef/chef/pull/5941) ([afiune](https://github.com/afiune))
- Don't `rescue Exception` in retryable resources [\#5940](https://github.com/chef/chef/pull/5940) ([srenatus](https://github.com/srenatus))
- Chef-13: Support nameless resources and remove deprecated multi-arg resources [\#5938](https://github.com/chef/chef/pull/5938) ([lamont-granquist](https://github.com/lamont-granquist))
+- Add InSpec to chef omnibus builds [\#5937](https://github.com/chef/chef/pull/5937) ([adamleff](https://github.com/adamleff))
- Use the ruby 2.4.1 release [\#5936](https://github.com/chef/chef/pull/5936) ([thommay](https://github.com/thommay))
- Chef-13: Simplify DSL creation [\#5934](https://github.com/chef/chef/pull/5934) ([lamont-granquist](https://github.com/lamont-granquist))
- Chef-13: Remove deprecated Chef::Client attrs [\#5932](https://github.com/chef/chef/pull/5932) ([lamont-granquist](https://github.com/lamont-granquist))
@@ -38,6 +51,7 @@ This changelog reflects the current state of chef's master branch on github and
- V2 Cookbook Manifests [\#5929](https://github.com/chef/chef/pull/5929) ([thommay](https://github.com/thommay))
- Chef-13: remove node\_map back-compat [\#5926](https://github.com/chef/chef/pull/5926) ([lamont-granquist](https://github.com/lamont-granquist))
- Chef-13: remove deprecated run\_context methods [\#5925](https://github.com/chef/chef/pull/5925) ([lamont-granquist](https://github.com/lamont-granquist))
+- Chef-13: Remove support for the sort option to searches. [\#5924](https://github.com/chef/chef/pull/5924) ([coderanger](https://github.com/coderanger))
- Chef-13: remove Chef::ShellOut [\#5923](https://github.com/chef/chef/pull/5923) ([lamont-granquist](https://github.com/lamont-granquist))
- Chef-13: remove more deprecated provider\_resolver code [\#5920](https://github.com/chef/chef/pull/5920) ([lamont-granquist](https://github.com/lamont-granquist))
- Chef-13: remove old platform mapping code [\#5914](https://github.com/chef/chef/pull/5914) ([lamont-granquist](https://github.com/lamont-granquist))
@@ -47,7 +61,6 @@ This changelog reflects the current state of chef's master branch on github and
- Remove Chef::REST [\#5910](https://github.com/chef/chef/pull/5910) ([thommay](https://github.com/thommay))
- Chef-13: Nillable properties [\#5907](https://github.com/chef/chef/pull/5907) ([lamont-granquist](https://github.com/lamont-granquist))
- Chef-13: freeze merged node attribute [\#5905](https://github.com/chef/chef/pull/5905) ([lamont-granquist](https://github.com/lamont-granquist))
-- bump ruby to 2.3.3 [\#5902](https://github.com/chef/chef/pull/5902) ([lamont-granquist](https://github.com/lamont-granquist))
## [v12.19.33](https://github.com/chef/chef/tree/v12.19.33) (2017-02-16)
[Full Changelog](https://github.com/chef/chef/compare/v12.18.31...v12.19.33)
diff --git a/Gemfile.lock b/Gemfile.lock
index a0b121f499..2a9bf4df03 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -113,10 +113,10 @@ GIT
PATH
remote: .
specs:
- chef (13.0.108)
+ chef (13.0.109)
addressable
bundler (>= 1.10)
- chef-config (= 13.0.108)
+ chef-config (= 13.0.109)
chef-zero (>= 13.0)
diff-lcs (~> 1.2, >= 1.2.4)
erubis (~> 2.7)
@@ -143,10 +143,10 @@ PATH
specinfra (~> 2.10)
syslog-logger (~> 1.6)
uuidtools (~> 2.1.5)
- chef (13.0.108-universal-mingw32)
+ chef (13.0.109-universal-mingw32)
addressable
bundler (>= 1.10)
- chef-config (= 13.0.108)
+ chef-config (= 13.0.109)
chef-zero (>= 13.0)
diff-lcs (~> 1.2, >= 1.2.4)
erubis (~> 2.7)
@@ -188,7 +188,7 @@ PATH
PATH
remote: chef-config
specs:
- chef-config (13.0.108)
+ chef-config (13.0.109)
addressable
fuzzyurl
mixlib-config (~> 2.0)
diff --git a/VERSION b/VERSION
index 0eea93dd84..8768bb6935 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-13.0.108 \ No newline at end of file
+13.0.109 \ No newline at end of file
diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb
index 0913de511a..62fd262db2 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 = "13.0.108"
+ VERSION = "13.0.109"
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 6b46b33fc4..c002477459 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -21,7 +21,7 @@
class Chef
CHEF_ROOT = File.expand_path("../..", __FILE__)
- VERSION = "13.0.108"
+ VERSION = "13.0.109"
end
#