summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-03-07 16:04:44 +0000
committerChef Expeditor <chef-ci@chef.io>2019-03-07 16:04:44 +0000
commitace9fb17ef7aa2d5d7a14c1eb6bdcd3702c9a55a (patch)
tree6cc8fd8bf8aea32112064fc359d332e370ab5588
parentfad903ed03e025ece9c07e587950039d4b26b01e (diff)
downloadchef-ace9fb17ef7aa2d5d7a14c1eb6bdcd3702c9a55a.tar.gz
Bump version to 13.12.13 by Chef Expeditorv13.12.13
Obvious fix; these changes are the result of automation not creative thinking.
-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 726b1db3e2..f01947825b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,15 +1,16 @@
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
-<!-- latest_release 13.12.12 -->
-## [v13.12.12](https://github.com/chef/chef/tree/v13.12.12) (2019-02-28)
+<!-- latest_release 13.12.13 -->
+## [v13.12.13](https://github.com/chef/chef/tree/v13.12.13) (2019-03-07)
#### Merged Pull Requests
-- Update libxml2 to 2.9.9 [#8239](https://github.com/chef/chef/pull/8239) ([tas50](https://github.com/tas50))
+- Update openssl to 1.0.2r and rubygems to 2.7.9 [#8280](https://github.com/chef/chef/pull/8280) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=13.12.3 -->
### Changes since 13.12.3 release
#### Merged Pull Requests
+- Update openssl to 1.0.2r and rubygems to 2.7.9 [#8280](https://github.com/chef/chef/pull/8280) ([tas50](https://github.com/tas50)) <!-- 13.12.13 -->
- Update libxml2 to 2.9.9 [#8239](https://github.com/chef/chef/pull/8239) ([tas50](https://github.com/tas50)) <!-- 13.12.12 -->
- Chef-13: add lazy module include to universal DSL [#8247](https://github.com/chef/chef/pull/8247) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 13.12.11 -->
- Update Ohai to 13.12.6 [#8223](https://github.com/chef/chef/pull/8223) ([tas50](https://github.com/tas50)) <!-- 13.12.10 -->
diff --git a/Gemfile.lock b/Gemfile.lock
index 51b5b571aa..f419219a3a 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,10 +1,10 @@
PATH
remote: .
specs:
- chef (13.12.12)
+ chef (13.12.13)
addressable
bundler (>= 1.10)
- chef-config (= 13.12.12)
+ chef-config (= 13.12.13)
chef-zero (~> 13.0)
diff-lcs (~> 1.2, >= 1.2.4)
erubis (~> 2.7)
@@ -31,10 +31,10 @@ PATH
specinfra (~> 2.10)
syslog-logger (~> 1.6)
uuidtools (~> 2.1.5)
- chef (13.12.12-universal-mingw32)
+ chef (13.12.13-universal-mingw32)
addressable
bundler (>= 1.10)
- chef-config (= 13.12.12)
+ chef-config (= 13.12.13)
chef-zero (~> 13.0)
diff-lcs (~> 1.2, >= 1.2.4)
erubis (~> 2.7)
@@ -76,7 +76,7 @@ PATH
PATH
remote: chef-config
specs:
- chef-config (13.12.12)
+ chef-config (13.12.13)
addressable
fuzzyurl
mixlib-config (>= 2.2.12, < 3.0)
diff --git a/VERSION b/VERSION
index 8214d5e8f7..060cc63993 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-13.12.12 \ No newline at end of file
+13.12.13 \ 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 103a4ed1c2..297c37c935 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.12.12"
+ VERSION = "13.12.13"
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 6650d914be..ce125fde8b 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.12.12")
+ VERSION = Chef::VersionString.new("13.12.13")
end
#