summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-02-06 01:00:07 +0000
committerChef Expeditor <chef-ci@chef.io>2019-02-06 01:00:07 +0000
commit2dcbbd2dfb0604f9af1051ea77898798ee5221e9 (patch)
tree2893465bdbcf3bdf2e600d7ace630e766cff8599
parent0fe918982a1279fb29b4af92d1afe3ba5e3f1468 (diff)
downloadchef-2dcbbd2dfb0604f9af1051ea77898798ee5221e9.tar.gz
Bump version to 13.12.8 by Chef Expeditorv13.12.8
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 f4e224fddc..822e9a07fe 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.7 -->
-## [v13.12.7](https://github.com/chef/chef/tree/v13.12.7) (2019-01-23)
+<!-- latest_release 13.12.8 -->
+## [v13.12.8](https://github.com/chef/chef/tree/v13.12.8) (2019-02-06)
#### Merged Pull Requests
-- Fix for Property deprecations are broken in Chef 13 [#8132](https://github.com/chef/chef/pull/8132) ([kapilchouhan99](https://github.com/kapilchouhan99))
+- Update knife bootstrap template to use up to date omnitruck URL [#8208](https://github.com/chef/chef/pull/8208) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=13.12.3 -->
### Changes since 13.12.3 release
#### 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)) <!-- 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 -->
- Update Chef 13 to the latest gem deps [#8145](https://github.com/chef/chef/pull/8145) ([tas50](https://github.com/tas50)) <!-- 13.12.5 -->
diff --git a/Gemfile.lock b/Gemfile.lock
index 6dac90ac14..9195b053cd 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,10 +1,10 @@
PATH
remote: .
specs:
- chef (13.12.7)
+ chef (13.12.8)
addressable
bundler (>= 1.10)
- chef-config (= 13.12.7)
+ chef-config (= 13.12.8)
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.7-universal-mingw32)
+ chef (13.12.8-universal-mingw32)
addressable
bundler (>= 1.10)
- chef-config (= 13.12.7)
+ chef-config (= 13.12.8)
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.7)
+ chef-config (13.12.8)
addressable
fuzzyurl
mixlib-config (>= 2.2.12, < 3.0)
diff --git a/VERSION b/VERSION
index 73332f228d..21edccba21 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-13.12.7 \ No newline at end of file
+13.12.8 \ 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 5f792f4387..0ad4666a1f 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.7"
+ VERSION = "13.12.8"
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 9f50adaf9a..d309717a48 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.7")
+ VERSION = Chef::VersionString.new("13.12.8")
end
#