summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-02-07 14:48:21 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-02-07 14:48:21 +0000
commit051b99d77cefe42d0a7c1f56ec9dc2c60f3f4b84 (patch)
tree3bd554c84a66711f88922e3a1bc81729978054ac
parent98acb206e6e54e7da8e68a1c6f54039b817fe9a6 (diff)
downloadchef-051b99d77cefe42d0a7c1f56ec9dc2c60f3f4b84.tar.gz
Bump version to 14.0.47 by Expeditorv14.0.47
-rw-r--r--CHANGELOG.md6
-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, 10 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 366e73b03d..cf1f108fc3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,8 +1,9 @@
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
-<!-- latest_release unreleased -->
-## Unreleased
+<!-- latest_release 14.0.47 -->
+## [v14.0.47](https://github.com/chef/chef/tree/v14.0.47) (2018-02-07)
#### Merged Pull Requests
+- Link to the knife docs when the knife config file is missing [#6364](https://github.com/chef/chef/pull/6364) ([tas50](https://github.com/tas50))
- Grammar fixes in windows_task [#6828](https://github.com/chef/chef/pull/6828) ([Happycoil](https://github.com/Happycoil))
<!-- latest_release -->
@@ -10,6 +11,7 @@
### Changes since 13.7.16 release
#### Merged Pull Requests
+- Link to the knife docs when the knife config file is missing [#6364](https://github.com/chef/chef/pull/6364) ([tas50](https://github.com/tas50)) <!-- 14.0.47 -->
- Grammar fixes in windows_task [#6828](https://github.com/chef/chef/pull/6828) ([Happycoil](https://github.com/Happycoil)) <!-- 14.0.46 -->
- Fix windows_task idle_time validation [#6807](https://github.com/chef/chef/pull/6807) ([algaut](https://github.com/algaut)) <!-- 14.0.46 -->
- Remove testing of Debian 7 as it&#39;s going EOL [#6826](https://github.com/chef/chef/pull/6826) ([tas50](https://github.com/tas50)) <!-- 14.0.45 -->
diff --git a/Gemfile.lock b/Gemfile.lock
index be03c6c0cd..a17323edab 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -35,10 +35,10 @@ GIT
PATH
remote: .
specs:
- chef (14.0.46)
+ chef (14.0.47)
addressable
bundler (>= 1.10)
- chef-config (= 14.0.46)
+ chef-config (= 14.0.47)
chef-zero (>= 13.0)
diff-lcs (~> 1.2, >= 1.2.4)
erubis (~> 2.7)
@@ -65,10 +65,10 @@ PATH
specinfra (~> 2.10)
syslog-logger (~> 1.6)
uuidtools (~> 2.1.5)
- chef (14.0.46-universal-mingw32)
+ chef (14.0.47-universal-mingw32)
addressable
bundler (>= 1.10)
- chef-config (= 14.0.46)
+ chef-config (= 14.0.47)
chef-zero (>= 13.0)
diff-lcs (~> 1.2, >= 1.2.4)
erubis (~> 2.7)
@@ -110,7 +110,7 @@ PATH
PATH
remote: chef-config
specs:
- chef-config (14.0.46)
+ chef-config (14.0.47)
addressable
fuzzyurl
mixlib-config (~> 2.0)
diff --git a/VERSION b/VERSION
index 90a4814a47..fbe1dfb2c3 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.0.46 \ No newline at end of file
+14.0.47 \ 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 a30ce71ea2..f2e5603864 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 = "14.0.46"
+ VERSION = "14.0.47"
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index f42c0cad7f..96565f6a0f 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("14.0.46")
+ VERSION = Chef::VersionString.new("14.0.47")
end
#