summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-03-05 12:12:08 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-03-05 12:12:08 +0000
commit8803a6903f30baf9b110c9da54472fe0b503babf (patch)
tree59bcb878275a76235ddc9613a4882bd9da9f7879
parent95df1180804e11dd2d9d579bcb5b692d29f05314 (diff)
downloadchef-8803a6903f30baf9b110c9da54472fe0b503babf.tar.gz
Bump version to 13.8.4 by Expeditorv13.8.4
-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 65fce574e9..07e0075f1c 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.3 -->
-## [v13.8.3](https://github.com/chef/chef/tree/v13.8.3) (2018-03-02)
+<!-- latest_release 13.8.4 -->
+## [v13.8.4](https://github.com/chef/chef/tree/v13.8.4) (2018-03-05)
#### 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))
+- [knife] Don&#39;t crash when a deprecated cookbook has no replacement (#6853) [#6936](https://github.com/chef/chef/pull/6936) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=13.8.0 -->
### Changes since 13.8.0 release
#### Merged Pull Requests
+- [knife] Don&#39;t crash when a deprecated cookbook has no replacement (#6853) [#6936](https://github.com/chef/chef/pull/6936) ([tas50](https://github.com/tas50)) <!-- 13.8.4 -->
- 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 -->
diff --git a/Gemfile.lock b/Gemfile.lock
index de02439c1d..86d6753749 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -9,10 +9,10 @@ GIT
PATH
remote: .
specs:
- chef (13.8.3)
+ chef (13.8.4)
addressable
bundler (>= 1.10)
- chef-config (= 13.8.3)
+ chef-config (= 13.8.4)
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.3-universal-mingw32)
+ chef (13.8.4-universal-mingw32)
addressable
bundler (>= 1.10)
- chef-config (= 13.8.3)
+ chef-config (= 13.8.4)
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.3)
+ chef-config (13.8.4)
addressable
fuzzyurl
mixlib-config (~> 2.0)
diff --git a/VERSION b/VERSION
index 32d894f3e9..355a70a773 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-13.8.3 \ No newline at end of file
+13.8.4 \ 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 fe4ff8306b..8e955d4052 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.3"
+ VERSION = "13.8.4"
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 8a6e738fc1..3db285ffd1 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.3")
+ VERSION = Chef::VersionString.new("13.8.4")
end
#