summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-07-06 01:36:16 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-07-06 01:36:16 +0000
commit047fac8812d32989ef9309a91355590d29e8289c (patch)
treed7f4b07b7b46f0137148f3fdbf51c468f50ecfdd
parent8ec8d39cf35e8889b704dda86385bc55148e839b (diff)
downloadchef-047fac8812d32989ef9309a91355590d29e8289c.tar.gz
Bump version to 13.9.5 by Chef Expeditorv13.9.5
-rw-r--r--CHANGELOG.md12
-rw-r--r--Gemfile.lock20
-rw-r--r--VERSION2
-rw-r--r--chef-config/lib/chef-config/version.rb2
-rw-r--r--lib/chef/version.rb2
5 files changed, 23 insertions, 15 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8521c5c53e..a237f19125 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,8 +1,16 @@
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
-<!-- latest_release -->
+<!-- latest_release 13.9.5 -->
+## [v13.9.5](https://github.com/chef/chef/tree/v13.9.5) (2018-07-06)
+
+#### Merged Pull Requests
+- Trying to use --recipe-url on Windows with local file fails [#7426](https://github.com/chef/chef/pull/7426) ([tyler-ball](https://github.com/tyler-ball))
<!-- latest_release -->
-<!-- release_rollup -->
+<!-- release_rollup since=13.9.4 -->
+### Changes since 13.9.4 release
+
+#### Merged Pull Requests
+- Trying to use --recipe-url on Windows with local file fails [#7426](https://github.com/chef/chef/pull/7426) ([tyler-ball](https://github.com/tyler-ball)) <!-- 13.9.5 -->
<!-- release_rollup -->
<!-- latest_stable_release -->
diff --git a/Gemfile.lock b/Gemfile.lock
index 29b1625f43..bab09e9c65 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -9,10 +9,10 @@ GIT
PATH
remote: .
specs:
- chef (13.9.4)
+ chef (13.9.5)
addressable
bundler (>= 1.10)
- chef-config (= 13.9.4)
+ chef-config (= 13.9.5)
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.9.4-universal-mingw32)
+ chef (13.9.5-universal-mingw32)
addressable
bundler (>= 1.10)
- chef-config (= 13.9.4)
+ chef-config (= 13.9.5)
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.9.4)
+ chef-config (13.9.5)
addressable
fuzzyurl
mixlib-config (~> 2.0)
@@ -188,11 +188,11 @@ GEM
little-plugger (~> 1.1)
multi_json (~> 1.10)
method_source (0.9.0)
- mixlib-archive (0.4.6)
+ mixlib-archive (0.4.8)
mixlib-log
mixlib-authentication (1.4.2)
mixlib-cli (1.7.0)
- mixlib-config (2.2.6)
+ mixlib-config (2.2.12)
tomlrb
mixlib-log (1.7.1)
mixlib-shellout (2.3.2)
@@ -305,7 +305,7 @@ GEM
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
slop (3.6.0)
- specinfra (2.73.3)
+ specinfra (2.73.4)
net-scp
net-ssh (>= 2.7, < 5.0)
net-telnet
@@ -314,7 +314,7 @@ GEM
syslog-logger (1.6.8)
systemu (2.6.5)
thor (0.20.0)
- tomlrb (1.2.6)
+ tomlrb (1.2.7)
train (0.32.0)
docker-api (~> 1.26)
json (>= 1.8, < 3.0)
@@ -410,4 +410,4 @@ DEPENDENCIES
yard
BUNDLED WITH
- 1.16.1
+ 1.16.2
diff --git a/VERSION b/VERSION
index e409a9ea03..62f8ce01fb 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-13.9.4 \ No newline at end of file
+13.9.5 \ 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 f424c693ec..4b7bc3ef9c 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.9.4"
+ VERSION = "13.9.5"
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index c057904814..1f45ad82e5 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.9.4")
+ VERSION = Chef::VersionString.new("13.9.5")
end
#