summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-07-23 17:38:42 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-07-23 17:38:42 +0000
commit522d04e230cb0d5d8b7878baed568d069ea2d8c0 (patch)
tree59712eb70c6f8b265f84d6cb858344bccde0f360
parent78a46b3e0734121e4c63731083c0dd323ae4c7b7 (diff)
downloadchef-522d04e230cb0d5d8b7878baed568d069ea2d8c0.tar.gz
Bump version to 13.10.1 by Chef Expeditorv13.10.1
-rw-r--r--CHANGELOG.md8
-rw-r--r--Gemfile.lock12
-rw-r--r--VERSION2
-rw-r--r--chef-config/lib/chef-config/version.rb2
-rw-r--r--lib/chef/version.rb2
5 files changed, 15 insertions, 11 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b58ee13e1e..3f42ba333c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,13 +1,17 @@
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
-<!-- latest_release unreleased -->
-## Unreleased
+<!-- latest_release 13.10.1 -->
+## [v13.10.1](https://github.com/chef/chef/tree/v13.10.1) (2018-07-23)
#### Merged Pull Requests
+- Check local file exists before installing a windows package [#7341](https://github.com/chef/chef/pull/7341) ([josh-barker](https://github.com/josh-barker))
- Bump to 13.10 and add release notes [#7454](https://github.com/chef/chef/pull/7454) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=13.10.0 -->
### Changes since 13.10.0 release
+
+#### Merged Pull Requests
+- Check local file exists before installing a windows package [#7341](https://github.com/chef/chef/pull/7341) ([josh-barker](https://github.com/josh-barker)) <!-- 13.10.1 -->
<!-- release_rollup -->
<!-- latest_stable_release -->
diff --git a/Gemfile.lock b/Gemfile.lock
index f46ad2cc9b..7bc6d7d914 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -9,10 +9,10 @@ GIT
PATH
remote: .
specs:
- chef (13.10.0)
+ chef (13.10.1)
addressable
bundler (>= 1.10)
- chef-config (= 13.10.0)
+ chef-config (= 13.10.1)
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.0-universal-mingw32)
+ chef (13.10.1-universal-mingw32)
addressable
bundler (>= 1.10)
- chef-config (= 13.10.0)
+ chef-config (= 13.10.1)
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.0)
+ chef-config (13.10.1)
addressable
fuzzyurl
mixlib-config (>= 2.2.12, < 3.0)
@@ -192,7 +192,7 @@ GEM
mixlib-log
mixlib-authentication (1.4.2)
mixlib-cli (1.7.0)
- mixlib-config (2.2.12)
+ mixlib-config (2.2.13)
tomlrb
mixlib-log (1.7.1)
mixlib-shellout (2.3.2)
diff --git a/VERSION b/VERSION
index c554e7e865..306c8f502b 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-13.10.0
+13.10.1 \ 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 6b3d1a1325..ad8c8cf232 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.0"
+ VERSION = "13.10.1"
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index bfab205992..90fff15ec2 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.0")
+ VERSION = Chef::VersionString.new("13.10.1")
end
#