summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-02-26 18:07:52 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-02-26 18:07:52 +0000
commit7145e2e0249e56491020d1cc4dd6c9a4705f3713 (patch)
tree45da9f4f7aa51eea497f84d2399655fdc41be9f5
parent94ddc6e6cccfb1169c875d5d65631606093009ff (diff)
downloadchef-7145e2e0249e56491020d1cc4dd6c9a4705f3713.tar.gz
Bump version to 13.8.2 by Expeditorv13.8.2
-rw-r--r--CHANGELOG.md7
-rw-r--r--Gemfile.lock16
-rw-r--r--VERSION2
-rw-r--r--chef-config/lib/chef-config/version.rb2
-rw-r--r--lib/chef/version.rb2
5 files changed, 15 insertions, 14 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1a5be12dea..1aa0ba6160 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.1 -->
-## [v13.8.1](https://github.com/chef/chef/tree/v13.8.1) (2018-02-23)
+<!-- latest_release 13.8.2 -->
+## [v13.8.2](https://github.com/chef/chef/tree/v13.8.2) (2018-02-26)
#### Merged Pull Requests
-- 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))
+- 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))
<!-- latest_release -->
<!-- release_rollup since=13.7.16 -->
### Changes since 13.7.16 release
#### 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)) <!-- 13.8.2 -->
- 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 -->
- Chef-13 revert lazy attributes [#6898](https://github.com/chef/chef/pull/6898) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 13.7.28 -->
- Prevent knife search --id-only from outputting IDs in the same format as an empty hash [#6893](https://github.com/chef/chef/pull/6893) ([tas50](https://github.com/tas50)) <!-- 13.7.27 -->
diff --git a/Gemfile.lock b/Gemfile.lock
index a15f36eef9..49848b7c6e 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -17,10 +17,10 @@ GIT
PATH
remote: .
specs:
- chef (13.8.1)
+ chef (13.8.2)
addressable
bundler (>= 1.10)
- chef-config (= 13.8.1)
+ chef-config (= 13.8.2)
chef-zero (>= 13.0)
diff-lcs (~> 1.2, >= 1.2.4)
erubis (~> 2.7)
@@ -47,10 +47,10 @@ PATH
specinfra (~> 2.10)
syslog-logger (~> 1.6)
uuidtools (~> 2.1.5)
- chef (13.8.1-universal-mingw32)
+ chef (13.8.2-universal-mingw32)
addressable
bundler (>= 1.10)
- chef-config (= 13.8.1)
+ chef-config (= 13.8.2)
chef-zero (>= 13.0)
diff-lcs (~> 1.2, >= 1.2.4)
erubis (~> 2.7)
@@ -92,7 +92,7 @@ PATH
PATH
remote: chef-config
specs:
- chef-config (13.8.1)
+ chef-config (13.8.2)
addressable
fuzzyurl
mixlib-config (~> 2.0)
@@ -138,9 +138,9 @@ GEM
multipart-post (>= 1.2, < 3)
faraday_middleware (0.12.2)
faraday (>= 0.7.4, < 1.0)
- ffi (1.9.22)
- ffi (1.9.22-x64-mingw32)
- ffi (1.9.22-x86-mingw32)
+ ffi (1.9.23)
+ ffi (1.9.23-x64-mingw32)
+ ffi (1.9.23-x86-mingw32)
ffi-win32-extensions (1.0.3)
ffi
ffi-yajl (2.3.1)
diff --git a/VERSION b/VERSION
index c90a2e8b7d..f65295bad8 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-13.8.1 \ No newline at end of file
+13.8.2 \ 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 567fa5bc6c..b5deb6aa67 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.1"
+ VERSION = "13.8.2"
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 382834d1e4..3fad09d72c 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.1")
+ VERSION = Chef::VersionString.new("13.8.2")
end
#