summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2017-05-23 21:45:04 +0000
committerChef Versioner <chef-versioner@chef.io>2017-05-23 21:45:04 +0000
commita228e5fb04a979021247f0a6ef8315c8508350d5 (patch)
treed53fd23b55ef8488510d01d117ffb89ff7368f52
parentc4509489877cf3058f40d1d97459ca6a01bb3119 (diff)
downloadchef-a228e5fb04a979021247f0a6ef8315c8508350d5.tar.gz
Bump version of chef to 13.1.22 by Chef Versioner.v13.1.22
-rw-r--r--CHANGELOG.md70
-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, 12 insertions, 74 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cb24f8a6ef..0bf708040d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,7 @@
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.1.20](https://github.com/chef/chef/tree/v13.1.20) (2017-05-16)
-[Full Changelog](https://github.com/chef/chef/compare/v12.20.3...v13.1.20)
+## [v13.1.21](https://github.com/chef/chef/tree/v13.1.21) (2017-05-20)
+[Full Changelog](https://github.com/chef/chef/compare/v12.20.3...v13.1.21)
**Closed issues:**
@@ -15,70 +15,8 @@ This changelog reflects the current state of chef's master branch on github and
- Update windows\_task to fix day validation with monthly frequency [\#6105](https://github.com/chef/chef/pull/6105) ([Stromweld](https://github.com/Stromweld))
- cab\_package should compare package name and version [\#6100](https://github.com/chef/chef/pull/6100) ([smurawski](https://github.com/smurawski))
-# [v13.0.118](https://github.com/chef/chef/tree/v13.0.118) (2017-04-12)
-[Full Changelog](https://github.com/chef/chef/compare/v12.19.36...v13.0.118)
-
-**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))
-- Chef-13: shell\_out PATH fixes and path\_sanity changes [\#6014](https://github.com/chef/chef/pull/6014) ([lamont-granquist](https://github.com/lamont-granquist))
-- 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))
-- Chef-13: coerce package options property to an Array [\#5991](https://github.com/chef/chef/pull/5991) ([lamont-granquist](https://github.com/lamont-granquist))
-- Chef-13: turn on zypper gpg checks by default [\#5990](https://github.com/chef/chef/pull/5990) ([lamont-granquist](https://github.com/lamont-granquist))
-- Chef-13: remove deprecated knife subcommand APIs [\#5989](https://github.com/chef/chef/pull/5989) ([lamont-granquist](https://github.com/lamont-granquist))
-- Chef-13: Remove deprecated Chef::ResourceResolver.resource API [\#5988](https://github.com/chef/chef/pull/5988) ([lamont-granquist](https://github.com/lamont-granquist))
-- Expand the system info displayed on error to give us some more data to work with when helping users [\#5987](https://github.com/chef/chef/pull/5987) ([coderanger](https://github.com/coderanger))
-- Chef-13: remove deprecated run\_command API entirely [\#5985](https://github.com/chef/chef/pull/5985) ([lamont-granquist](https://github.com/lamont-granquist))
-- Chef-13: fix notifying array resources [\#5984](https://github.com/chef/chef/pull/5984) ([lamont-granquist](https://github.com/lamont-granquist))
-- 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))
-- Fix action class weirdness in Chef-13 [\#5946](https://github.com/chef/chef/pull/5946) ([lamont-granquist](https://github.com/lamont-granquist))
-- Bump nokogiri for CVE-2016-4658 [\#5943](https://github.com/chef/chef/pull/5943) ([brugidou](https://github.com/brugidou))
-- Fix gem installs via gem in metadata if more than 1 cookbook references the same gem [\#5942](https://github.com/chef/chef/pull/5942) ([brugidou](https://github.com/brugidou))
-- 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))
-- Chef-13: remove method\_missing from the DSL [\#5930](https://github.com/chef/chef/pull/5930) ([lamont-granquist](https://github.com/lamont-granquist))
-- 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))
-- Chef-13: remove the old rake tasks [\#5913](https://github.com/chef/chef/pull/5913) ([lamont-granquist](https://github.com/lamont-granquist))
-- Chef-13: raise on properties redefining inherited methods [\#5912](https://github.com/chef/chef/pull/5912) ([lamont-granquist](https://github.com/lamont-granquist))
-- fix node\#debug\_value access through arrays [\#5911](https://github.com/chef/chef/pull/5911) ([lamont-granquist](https://github.com/lamont-granquist))
-- 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))
-
-## [v12.19.36](https://github.com/chef/chef/tree/v12.19.36) (2017-02-23)
-[Full Changelog](https://github.com/chef/chef/compare/v12.18.31...v12.19.36)
+## [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)
**Closed issues:**
diff --git a/Gemfile.lock b/Gemfile.lock
index 827ec8beae..94da8bbbbd 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -30,10 +30,10 @@ GIT
PATH
remote: .
specs:
- chef (13.1.21)
+ chef (13.1.22)
addressable
bundler (>= 1.10)
- chef-config (= 13.1.21)
+ chef-config (= 13.1.22)
chef-zero (>= 13.0)
diff-lcs (~> 1.2, >= 1.2.4)
erubis (~> 2.7)
@@ -60,10 +60,10 @@ PATH
specinfra (~> 2.10)
syslog-logger (~> 1.6)
uuidtools (~> 2.1.5)
- chef (13.1.21-universal-mingw32)
+ chef (13.1.22-universal-mingw32)
addressable
bundler (>= 1.10)
- chef-config (= 13.1.21)
+ chef-config (= 13.1.22)
chef-zero (>= 13.0)
diff-lcs (~> 1.2, >= 1.2.4)
erubis (~> 2.7)
@@ -105,7 +105,7 @@ PATH
PATH
remote: chef-config
specs:
- chef-config (13.1.21)
+ chef-config (13.1.22)
addressable
fuzzyurl
mixlib-config (~> 2.0)
diff --git a/VERSION b/VERSION
index e411c2f5a3..48439eb751 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-13.1.21 \ No newline at end of file
+13.1.22 \ 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 caa5cf1167..cbfc271935 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.1.21"
+ VERSION = "13.1.22"
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 6bf1fb664b..a6aa035252 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.1.21"
+ VERSION = "13.1.22"
end
#