summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-06-18 16:50:58 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-06-18 16:50:58 +0000
commita174c2b1e658087c3cadca1c9a253d97d69709df (patch)
treedddb7ed42034d6c5614ef489766e8ee23d6d5f79
parentd5907bf00781fd82adac6182cc398f2dc0975900 (diff)
downloadchef-a174c2b1e658087c3cadca1c9a253d97d69709df.tar.gz
Bump version to 14.3.17 by Chef Expeditorv14.3.17
-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 751c1fef72..533007a35d 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.3.17 -->
+## [v14.3.17](https://github.com/chef/chef/tree/v14.3.17) (2018-06-18)
#### Merged Pull Requests
+- Silence deprecation warnings [#7375](https://github.com/chef/chef/pull/7375) ([coderanger](https://github.com/coderanger))
- Remove awesome customers testing and update kitchen configs [#7377](https://github.com/chef/chef/pull/7377) ([tas50](https://github.com/tas50))
<!-- latest_release -->
@@ -10,6 +11,7 @@
### Changes since 14.2.0 release
#### Merged Pull Requests
+- Silence deprecation warnings [#7375](https://github.com/chef/chef/pull/7375) ([coderanger](https://github.com/coderanger)) <!-- 14.3.17 -->
- Remove awesome customers testing and update kitchen configs [#7377](https://github.com/chef/chef/pull/7377) ([tas50](https://github.com/tas50)) <!-- 14.3.16 -->
- windows_task: Fix for task is not idempotent when task name includes parent folder [#7293](https://github.com/chef/chef/pull/7293) ([Vasu1105](https://github.com/Vasu1105)) <!-- 14.3.16 -->
- windows_task: Don&#39;t allow bad username/password to be provided to a task which will fail later [#7288](https://github.com/chef/chef/pull/7288) ([Vasu1105](https://github.com/Vasu1105)) <!-- 14.3.15 -->
diff --git a/Gemfile.lock b/Gemfile.lock
index a2d3c496ee..fa10f12837 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -9,10 +9,10 @@ GIT
PATH
remote: .
specs:
- chef (14.3.16)
+ chef (14.3.17)
addressable
bundler (>= 1.10)
- chef-config (= 14.3.16)
+ chef-config (= 14.3.17)
chef-zero (>= 13.0)
diff-lcs (~> 1.2, >= 1.2.4)
erubis (~> 2.7)
@@ -40,10 +40,10 @@ PATH
specinfra (~> 2.10)
syslog-logger (~> 1.6)
uuidtools (~> 2.1.5)
- chef (14.3.16-universal-mingw32)
+ chef (14.3.17-universal-mingw32)
addressable
bundler (>= 1.10)
- chef-config (= 14.3.16)
+ chef-config (= 14.3.17)
chef-zero (>= 13.0)
diff-lcs (~> 1.2, >= 1.2.4)
erubis (~> 2.7)
@@ -86,7 +86,7 @@ PATH
PATH
remote: chef-config
specs:
- chef-config (14.3.16)
+ chef-config (14.3.17)
addressable
fuzzyurl
mixlib-config (~> 2.0)
diff --git a/VERSION b/VERSION
index d23a3e3187..51aa22115e 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.3.16 \ No newline at end of file
+14.3.17 \ 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 4b16fa673f..311c80b218 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.3.16"
+ VERSION = "14.3.17"
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 3112951694..7b30763bc7 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.3.16")
+ VERSION = Chef::VersionString.new("14.3.17")
end
#