summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2018-10-06 08:15:36 +0000
committerChef Expeditor <chef-ci@chef.io>2018-10-06 08:15:36 +0000
commit0d7b182dbd02b7f5177bafff788cb6a5aad6b316 (patch)
tree6e0ffecc32e711274ae980c9852b84996591357b
parent95133a03950c9f1622ae262446a9204b01892d03 (diff)
downloadchef-sp/testing-azure-devops.tar.gz
Bump version to 14.6.17 by Chef Expeditorv14.6.17sp/testing-azure-devops
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 9d9420e34a..39626f6f39 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,15 +1,16 @@
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
-<!-- latest_release 14.6.16 -->
-## [v14.6.16](https://github.com/chef/chef/tree/v14.6.16) (2018-10-05)
+<!-- latest_release 14.6.17 -->
+## [v14.6.17](https://github.com/chef/chef/tree/v14.6.17) (2018-10-06)
#### Merged Pull Requests
-- Cleanup the Test Kitchen setup in omnibus [#7726](https://github.com/chef/chef/pull/7726) ([tas50](https://github.com/tas50))
+- Only include the Windows distro files on Windows [#7727](https://github.com/chef/chef/pull/7727) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=14.5.33 -->
### Changes since 14.5.33 release
#### Merged Pull Requests
+- Only include the Windows distro files on Windows [#7727](https://github.com/chef/chef/pull/7727) ([tas50](https://github.com/tas50)) <!-- 14.6.17 -->
- Cleanup the Test Kitchen setup in omnibus [#7726](https://github.com/chef/chef/pull/7726) ([tas50](https://github.com/tas50)) <!-- 14.6.16 -->
- better docs for Chef::Knife::Bootstrap#validate_options! [#7719](https://github.com/chef/chef/pull/7719) ([bankair](https://github.com/bankair)) <!-- 14.6.15 -->
- Add chef-cleanup omnibus-software defn [#7725](https://github.com/chef/chef/pull/7725) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 14.6.14 -->
diff --git a/Gemfile.lock b/Gemfile.lock
index 19f52895e0..da758eb840 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -9,10 +9,10 @@ GIT
PATH
remote: .
specs:
- chef (14.6.16)
+ chef (14.6.17)
addressable
bundler (>= 1.10)
- chef-config (= 14.6.16)
+ chef-config (= 14.6.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.6.16-universal-mingw32)
+ chef (14.6.17-universal-mingw32)
addressable
bundler (>= 1.10)
- chef-config (= 14.6.16)
+ chef-config (= 14.6.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.6.16)
+ chef-config (14.6.17)
addressable
fuzzyurl
mixlib-config (>= 2.2.12, < 3.0)
diff --git a/VERSION b/VERSION
index 684e767d65..fcaf547f22 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.6.16 \ No newline at end of file
+14.6.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 78213190d5..bb0e285341 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.6.16".freeze
+ VERSION = "14.6.17".freeze
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 2c669e3b3e..274f6323bc 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.6.16")
+ VERSION = Chef::VersionString.new("14.6.17")
end
#