summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-05-10 12:57:06 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-05-10 12:57:06 +0000
commit8324aa0445ac228ba227fbf4cebdeb878f6dc8a0 (patch)
tree839c79ec192ab3c776e041f57ee7c722e4310031
parent4bec60fb42b5c3d7b96bad58732c528fa9932034 (diff)
downloadchef-8324aa0445ac228ba227fbf4cebdeb878f6dc8a0.tar.gz
Bump version to 13.9.2 by Chef Expeditorv13.9.2
-rw-r--r--CHANGELOG.md12
-rw-r--r--Gemfile.lock12
-rw-r--r--VERSION2
-rw-r--r--chef-config/lib/chef-config/version.rb2
-rw-r--r--lib/chef/version.rb2
5 files changed, 19 insertions, 11 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3e70442676..bfb3b1f8d1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,8 +1,16 @@
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
-<!-- latest_release -->
+<!-- latest_release 13.9.2 -->
+## [v13.9.2](https://github.com/chef/chef/tree/v13.9.2) (2018-05-10)
+
+#### Merged Pull Requests
+- Update nokogiri, ruby, and openssl for CVEs [#7232](https://github.com/chef/chef/pull/7232) ([tas50](https://github.com/tas50))
<!-- latest_release -->
-<!-- release_rollup -->
+<!-- release_rollup since=13.9.1 -->
+### Changes since 13.9.1 release
+
+#### Merged Pull Requests
+- Update nokogiri, ruby, and openssl for CVEs [#7232](https://github.com/chef/chef/pull/7232) ([tas50](https://github.com/tas50)) <!-- 13.9.2 -->
<!-- release_rollup -->
<!-- latest_stable_release -->
diff --git a/Gemfile.lock b/Gemfile.lock
index a99e68eb44..447c346955 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -9,10 +9,10 @@ GIT
PATH
remote: .
specs:
- chef (13.9.1)
+ chef (13.9.2)
addressable
bundler (>= 1.10)
- chef-config (= 13.9.1)
+ chef-config (= 13.9.2)
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.9.1-universal-mingw32)
+ chef (13.9.2-universal-mingw32)
addressable
bundler (>= 1.10)
- chef-config (= 13.9.1)
+ chef-config (= 13.9.2)
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.9.1)
+ chef-config (13.9.2)
addressable
fuzzyurl
mixlib-config (~> 2.0)
@@ -188,7 +188,7 @@ GEM
little-plugger (~> 1.1)
multi_json (~> 1.10)
method_source (0.9.0)
- mixlib-archive (0.4.4)
+ mixlib-archive (0.4.6)
mixlib-log
mixlib-authentication (1.4.2)
mixlib-cli (1.7.0)
diff --git a/VERSION b/VERSION
index f8b8809d01..8b723ee01f 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-13.9.1 \ No newline at end of file
+13.9.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 818f57945c..420bacdde1 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.9.1"
+ VERSION = "13.9.2"
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 32657ccf86..1628d7a55e 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.9.1")
+ VERSION = Chef::VersionString.new("13.9.2")
end
#