summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-09-25 21:45:30 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-09-25 21:45:30 +0000
commitfd76e6c6b553c67fbbf2488ea0a5bddeb592c61c (patch)
tree1b7484b798cd59bff64b2c521cdbbe60bfb753db
parent58a53ca314e1fce294b26c1a7421b673c12708d9 (diff)
downloadchef-fd76e6c6b553c67fbbf2488ea0a5bddeb592c61c.tar.gz
Bump version to 13.11.0 by Chef Expeditorv13.11.0
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 07cf8ec369..a04efd1be9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,15 +1,16 @@
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
-<!-- latest_release 13.10.7 -->
-## [v13.10.7](https://github.com/chef/chef/tree/v13.10.7) (2018-09-25)
+<!-- latest_release 13.11.0 -->
+## [v13.11.0](https://github.com/chef/chef/tree/v13.11.0) (2018-09-25)
#### Merged Pull Requests
-- windows_service: Remove potentially sensitive info from the log [#7688](https://github.com/chef/chef/pull/7688) ([tas50](https://github.com/tas50))
+- Improve the error message when knife bootstrap windows isn&#39;t installed [#7686](https://github.com/chef/chef/pull/7686) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=13.10.4 -->
### Changes since 13.10.4 release
#### Merged Pull Requests
+- Improve the error message when knife bootstrap windows isn&#39;t installed [#7686](https://github.com/chef/chef/pull/7686) ([tas50](https://github.com/tas50)) <!-- 13.11.0 -->
- windows_service: Remove potentially sensitive info from the log [#7688](https://github.com/chef/chef/pull/7688) ([tas50](https://github.com/tas50)) <!-- 13.10.7 -->
- Use the existing helper method for package resource classes that don&#39;t support allow_downgrade [#7548](https://github.com/chef/chef/pull/7548) ([tas50](https://github.com/tas50)) <!-- 13.10.6 -->
- Update to openssl 1.0.2p [#7547](https://github.com/chef/chef/pull/7547) ([tas50](https://github.com/tas50)) <!-- 13.10.5 -->
diff --git a/Gemfile.lock b/Gemfile.lock
index 71f4ab172b..377dce638a 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -9,10 +9,10 @@ GIT
PATH
remote: .
specs:
- chef (13.10.7)
+ chef (13.11.0)
addressable
bundler (>= 1.10)
- chef-config (= 13.10.7)
+ chef-config (= 13.11.0)
chef-zero (~> 13.0)
diff-lcs (~> 1.2, >= 1.2.4)
erubis (~> 2.7)
@@ -39,10 +39,10 @@ PATH
specinfra (~> 2.10)
syslog-logger (~> 1.6)
uuidtools (~> 2.1.5)
- chef (13.10.7-universal-mingw32)
+ chef (13.11.0-universal-mingw32)
addressable
bundler (>= 1.10)
- chef-config (= 13.10.7)
+ chef-config (= 13.11.0)
chef-zero (~> 13.0)
diff-lcs (~> 1.2, >= 1.2.4)
erubis (~> 2.7)
@@ -84,7 +84,7 @@ PATH
PATH
remote: chef-config
specs:
- chef-config (13.10.7)
+ chef-config (13.11.0)
addressable
fuzzyurl
mixlib-config (>= 2.2.12, < 3.0)
diff --git a/VERSION b/VERSION
index d1f42886c1..78ea2cf7be 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-13.10.7 \ No newline at end of file
+13.11.0 \ 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 3711af2433..c8853a52f9 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.10.7"
+ VERSION = "13.11.0"
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 40e48c0214..9e56184e30 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.10.7")
+ VERSION = Chef::VersionString.new("13.11.0")
end
#