summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-03-02 21:40:37 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-03-02 21:40:37 +0000
commit2c1fc982bfee738ad7b14c0c1292510eb23ad496 (patch)
treef4a5a2254824453a7de020dce5d68cf9babb531b
parentbf3bb0f7365b524dd81461ac2c52d1b66e67501b (diff)
downloadchef-2c1fc982bfee738ad7b14c0c1292510eb23ad496.tar.gz
Bump version to 13.8.3 by Expeditorv13.8.3
-rw-r--r--CHANGELOG.md7
-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, 11 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3516db4bc0..65fce574e9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,15 +1,16 @@
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
-<!-- latest_release 13.8.2 -->
-## [v13.8.2](https://github.com/chef/chef/tree/v13.8.2) (2018-02-26)
+<!-- latest_release 13.8.3 -->
+## [v13.8.3](https://github.com/chef/chef/tree/v13.8.3) (2018-03-02)
#### Merged Pull Requests
-- Link to the knife.rb docs when the knife.rb file is missing [#6892](https://github.com/chef/chef/pull/6892) ([tas50](https://github.com/tas50))
+- Bump depenencies to pull in Ohai 13.8 / InSpec 1.51.21 [#6934](https://github.com/chef/chef/pull/6934) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=13.8.0 -->
### Changes since 13.8.0 release
#### Merged Pull Requests
+- Bump depenencies to pull in Ohai 13.8 / InSpec 1.51.21 [#6934](https://github.com/chef/chef/pull/6934) ([tas50](https://github.com/tas50)) <!-- 13.8.3 -->
- Revert &quot;Revert &quot;fixup some unit tests&quot;&quot; [#6912](https://github.com/chef/chef/pull/6912) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 13.8.1 -->
- Link to the knife.rb docs when the knife.rb file is missing [#6892](https://github.com/chef/chef/pull/6892) ([tas50](https://github.com/tas50)) <!-- 13.8.2 -->
<!-- release_rollup -->
diff --git a/Gemfile.lock b/Gemfile.lock
index 97ecfc3375..de02439c1d 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -9,10 +9,10 @@ GIT
PATH
remote: .
specs:
- chef (13.8.2)
+ chef (13.8.3)
addressable
bundler (>= 1.10)
- chef-config (= 13.8.2)
+ chef-config (= 13.8.3)
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 (13.8.2-universal-mingw32)
+ chef (13.8.3-universal-mingw32)
addressable
bundler (>= 1.10)
- chef-config (= 13.8.2)
+ chef-config (= 13.8.3)
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 (13.8.2)
+ chef-config (13.8.3)
addressable
fuzzyurl
mixlib-config (~> 2.0)
diff --git a/VERSION b/VERSION
index f65295bad8..32d894f3e9 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-13.8.2 \ No newline at end of file
+13.8.3 \ 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 b5deb6aa67..fe4ff8306b 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.8.2"
+ VERSION = "13.8.3"
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 3fad09d72c..8a6e738fc1 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("13.8.2")
+ VERSION = Chef::VersionString.new("13.8.3")
end
#