summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-03-22 19:28:24 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-03-22 19:28:24 +0000
commit81d74b583137c9767a7d2b023948269a9ce28276 (patch)
treebb3d32bccce417b52f7021339fb08cb033a928e4
parentcd8885b42461f7c95f467d0f7c03dcafe9235d02 (diff)
downloadchef-81d74b583137c9767a7d2b023948269a9ce28276.tar.gz
Bump version to 14.0.157 by Expeditorv14.0.157
-rw-r--r--CHANGELOG.md7
-rw-r--r--Gemfile.lock13
-rw-r--r--VERSION2
-rw-r--r--chef-config/lib/chef-config/version.rb2
-rw-r--r--lib/chef/version.rb2
5 files changed, 14 insertions, 12 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 315db7c38a..395c4f128e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,15 +1,16 @@
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
-<!-- latest_release 14.0.156 -->
-## [v14.0.156](https://github.com/chef/chef/tree/v14.0.156) (2018-03-22)
+<!-- latest_release 14.0.157 -->
+## [v14.0.157](https://github.com/chef/chef/tree/v14.0.157) (2018-03-22)
#### Merged Pull Requests
-- Add sysctl_param resource from the sysctl cookbook [#7022](https://github.com/chef/chef/pull/7022) ([tas50](https://github.com/tas50))
+- Suppress nested causes for sensitive exceptions [#7032](https://github.com/chef/chef/pull/7032) ([thommay](https://github.com/thommay))
<!-- latest_release -->
<!-- release_rollup since=13.7.16 -->
### Changes since 13.7.16 release
#### Merged Pull Requests
+- Suppress nested causes for sensitive exceptions [#7032](https://github.com/chef/chef/pull/7032) ([thommay](https://github.com/thommay)) <!-- 14.0.157 -->
- Add sysctl_param resource from the sysctl cookbook [#7022](https://github.com/chef/chef/pull/7022) ([tas50](https://github.com/tas50)) <!-- 14.0.156 -->
- sudo: Don&#39;t fail on FreeBSD. Turns out there&#39;s a .d directory [#7033](https://github.com/chef/chef/pull/7033) ([tas50](https://github.com/tas50)) <!-- 14.0.155 -->
- remove dead code from property declaration [#7025](https://github.com/chef/chef/pull/7025) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 14.0.154 -->
diff --git a/Gemfile.lock b/Gemfile.lock
index b4d8239bba..e4fa648982 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -9,10 +9,10 @@ GIT
PATH
remote: .
specs:
- chef (14.0.156)
+ chef (14.0.157)
addressable
bundler (>= 1.10)
- chef-config (= 14.0.156)
+ chef-config (= 14.0.157)
chef-zero (>= 13.0)
diff-lcs (~> 1.2, >= 1.2.4)
erubis (~> 2.7)
@@ -39,10 +39,10 @@ PATH
specinfra (~> 2.10)
syslog-logger (~> 1.6)
uuidtools (~> 2.1.5)
- chef (14.0.156-universal-mingw32)
+ chef (14.0.157-universal-mingw32)
addressable
bundler (>= 1.10)
- chef-config (= 14.0.156)
+ chef-config (= 14.0.157)
chef-zero (>= 13.0)
diff-lcs (~> 1.2, >= 1.2.4)
erubis (~> 2.7)
@@ -84,7 +84,7 @@ PATH
PATH
remote: chef-config
specs:
- chef-config (14.0.156)
+ chef-config (14.0.157)
addressable
fuzzyurl
mixlib-config (~> 2.0)
@@ -190,7 +190,8 @@ GEM
mixlib-log
mixlib-authentication (1.4.2)
mixlib-cli (1.7.0)
- mixlib-config (2.2.5)
+ mixlib-config (2.2.6)
+ tomlrb
mixlib-log (2.0.3)
mixlib-shellout (2.3.2)
mixlib-shellout (2.3.2-universal-mingw32)
diff --git a/VERSION b/VERSION
index a5d1732ed2..ca335d8991 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.0.156 \ No newline at end of file
+14.0.157 \ 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 d32da15626..f24a5b5cd5 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 = "14.0.156"
+ VERSION = "14.0.157"
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index a54e1b9430..e636e1d7b7 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -23,7 +23,7 @@ require "chef/version_string"
class Chef
CHEF_ROOT = File.expand_path("../..", __FILE__)
- VERSION = Chef::VersionString.new("14.0.156")
+ VERSION = Chef::VersionString.new("14.0.157")
end
#