summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-02-07 20:34:15 +0000
committerChef Expeditor <chef-ci@chef.io>2019-02-07 20:34:15 +0000
commitf235bc6eae412ad85eed6225de584d0a1e8a8f59 (patch)
tree07c1f761d8907d77252e44cd7ddbf7bb96e6e83c
parent3957475865ab6c63a74fbdc0b412a7328976de0e (diff)
downloadchef-f235bc6eae412ad85eed6225de584d0a1e8a8f59.tar.gz
Bump version to 13.12.9 by Chef Expeditorv13.12.9
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 822e9a07fe..2c58057463 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.8 -->
-## [v13.12.8](https://github.com/chef/chef/tree/v13.12.8) (2019-02-06)
+<!-- latest_release 13.12.9 -->
+## [v13.12.9](https://github.com/chef/chef/tree/v13.12.9) (2019-02-07)
#### Merged Pull Requests
-- Update knife bootstrap template to use up to date omnitruck URL [#8208](https://github.com/chef/chef/pull/8208) ([tas50](https://github.com/tas50))
+- Update nokogiri to 1.10.1 [#8218](https://github.com/chef/chef/pull/8218) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=13.12.3 -->
### Changes since 13.12.3 release
#### Merged Pull Requests
+- 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 -->
- Update omnibus Chef dep to 14.8 [#8146](https://github.com/chef/chef/pull/8146) ([tas50](https://github.com/tas50)) <!-- 13.12.6 -->
diff --git a/Gemfile.lock b/Gemfile.lock
index f822ca680f..0865e0e5e5 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,10 +1,10 @@
PATH
remote: .
specs:
- chef (13.12.8)
+ chef (13.12.9)
addressable
bundler (>= 1.10)
- chef-config (= 13.12.8)
+ chef-config (= 13.12.9)
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.8-universal-mingw32)
+ chef (13.12.9-universal-mingw32)
addressable
bundler (>= 1.10)
- chef-config (= 13.12.8)
+ chef-config (= 13.12.9)
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.8)
+ chef-config (13.12.9)
addressable
fuzzyurl
mixlib-config (>= 2.2.12, < 3.0)
diff --git a/VERSION b/VERSION
index 21edccba21..01452f6e28 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-13.12.8 \ No newline at end of file
+13.12.9 \ 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 0ad4666a1f..81427fc5c3 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.8"
+ VERSION = "13.12.9"
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index d309717a48..fac46b35a2 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.8")
+ VERSION = Chef::VersionString.new("13.12.9")
end
#