summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-02-07 21:32:20 +0000
committerChef Expeditor <chef-ci@chef.io>2019-02-07 21:32:20 +0000
commit38bbb873311c0264cd701c6cf93bfca42cdbe6c8 (patch)
treee86bdb0aea4ae436cd2f3f5fb8726e45350c1a2f
parent8da05740566e6859b4b4b7fef1524b4b8e2e4cd5 (diff)
downloadchef-38bbb873311c0264cd701c6cf93bfca42cdbe6c8.tar.gz
Bump version to 13.12.10 by Chef Expeditorv13.12.10
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 2c58057463..3c718da289 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.9 -->
-## [v13.12.9](https://github.com/chef/chef/tree/v13.12.9) (2019-02-07)
+<!-- latest_release 13.12.10 -->
+## [v13.12.10](https://github.com/chef/chef/tree/v13.12.10) (2019-02-07)
#### Merged Pull Requests
-- Update nokogiri to 1.10.1 [#8218](https://github.com/chef/chef/pull/8218) ([tas50](https://github.com/tas50))
+- Update Ohai to 13.12.6 [#8223](https://github.com/chef/chef/pull/8223) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=13.12.3 -->
### Changes since 13.12.3 release
#### Merged Pull Requests
+- Update Ohai to 13.12.6 [#8223](https://github.com/chef/chef/pull/8223) ([tas50](https://github.com/tas50)) <!-- 13.12.10 -->
- Update nokogiri to 1.10.1 [#8218](https://github.com/chef/chef/pull/8218) ([tas50](https://github.com/tas50)) <!-- 13.12.9 -->
- Update knife bootstrap template to use up to date omnitruck URL [#8208](https://github.com/chef/chef/pull/8208) ([tas50](https://github.com/tas50)) <!-- 13.12.8 -->
- Fix for Property deprecations are broken in Chef 13 [#8132](https://github.com/chef/chef/pull/8132) ([kapilchouhan99](https://github.com/kapilchouhan99)) <!-- 13.12.7 -->
diff --git a/Gemfile.lock b/Gemfile.lock
index 3220918827..63a6d5e63c 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,10 +1,10 @@
PATH
remote: .
specs:
- chef (13.12.9)
+ chef (13.12.10)
addressable
bundler (>= 1.10)
- chef-config (= 13.12.9)
+ chef-config (= 13.12.10)
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.9-universal-mingw32)
+ chef (13.12.10-universal-mingw32)
addressable
bundler (>= 1.10)
- chef-config (= 13.12.9)
+ chef-config (= 13.12.10)
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.9)
+ chef-config (13.12.10)
addressable
fuzzyurl
mixlib-config (>= 2.2.12, < 3.0)
diff --git a/VERSION b/VERSION
index 01452f6e28..cd67eec2de 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-13.12.9 \ No newline at end of file
+13.12.10 \ 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 81427fc5c3..9bedd54439 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.9"
+ VERSION = "13.12.10"
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index fac46b35a2..bd5e802999 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.9")
+ VERSION = Chef::VersionString.new("13.12.10")
end
#