summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2017-08-29 20:10:56 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2017-08-29 20:10:56 +0000
commit0971e0a472f70318a41b75de308269999175d772 (patch)
tree2e4277ba5ef9d903e28dc24c9277bd75a659fbbb
parentbba8ff2b5ee842ec4505dadb88dfdbd7966d3a18 (diff)
downloadchef-0971e0a472f70318a41b75de308269999175d772.tar.gz
Bump version to 13.4.7 by Chef Expeditorv13.4.7
-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 7ef500283a..9867341177 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,8 +1,8 @@
-<!-- latest_release 13.4.6 -->
-## [v13.4.6](https://github.com/chef/chef/tree/v13.4.6) (2017-08-29)
+<!-- latest_release 13.4.7 -->
+## [v13.4.7](https://github.com/chef/chef/tree/v13.4.7) (2017-08-29)
#### Merged Pull Requests
-- Link to the knife docs in both places where we error on editor [#6363](https://github.com/chef/chef/pull/6363) ([tas50](https://github.com/tas50))
+- bump rubygems to 2.6.13 [#6365](https://github.com/chef/chef/pull/6365) ([lamont-granquist](https://github.com/lamont-granquist))
<!-- latest_release -->
<!-- release_rollup since=13.3.42 -->
@@ -12,6 +12,7 @@
- Pass json configuration to ShellSession class [#6314](https://github.com/chef/chef/pull/6314) ([btm](https://github.com/btm)) <!-- 13.3.47 -->
#### Merged Pull Requests
+- bump rubygems to 2.6.13 [#6365](https://github.com/chef/chef/pull/6365) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 13.4.7 -->
- Link to the knife docs in both places where we error on editor [#6363](https://github.com/chef/chef/pull/6363) ([tas50](https://github.com/tas50)) <!-- 13.4.6 -->
- node attributes: remove useless dup in merge_all [#6356](https://github.com/chef/chef/pull/6356) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 13.4.5 -->
- speed up immutabilization [#6355](https://github.com/chef/chef/pull/6355) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 13.4.4 -->
diff --git a/Gemfile.lock b/Gemfile.lock
index 465e1764c1..645d8371ce 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -17,10 +17,10 @@ GIT
PATH
remote: .
specs:
- chef (13.4.6)
+ chef (13.4.7)
addressable
bundler (>= 1.10)
- chef-config (= 13.4.6)
+ chef-config (= 13.4.7)
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.4.6-universal-mingw32)
+ chef (13.4.7-universal-mingw32)
addressable
bundler (>= 1.10)
- chef-config (= 13.4.6)
+ chef-config (= 13.4.7)
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.4.6)
+ chef-config (13.4.7)
addressable
fuzzyurl
mixlib-config (~> 2.0)
diff --git a/VERSION b/VERSION
index 56f3fd065d..b64e52773f 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-13.4.6 \ No newline at end of file
+13.4.7 \ 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 1029ee1dd5..c7892d4965 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.4.6"
+ VERSION = "13.4.7"
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index bb5e0f2b52..0cfc9f8ee4 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.4.6")
+ VERSION = Chef::VersionString.new("13.4.7")
end
#