summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2017-08-08 17:26:09 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2017-08-08 17:26:09 +0000
commit8a6f1b6244cec03d0325da50ec84f4c09def03cf (patch)
tree81118b9f76c1a36785f9f20d4c66889128ea9c6b
parent35458abec91b644eb56b5bd38dd413391c069b63 (diff)
downloadchef-8a6f1b6244cec03d0325da50ec84f4c09def03cf.tar.gz
Bump version to 13.3.34 by Chef Expeditorv13.3.34
-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 c8b260da60..14b20e1624 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,14 +1,15 @@
-<!-- latest_release 13.3.33 -->
-## [v13.3.33](https://github.com/chef/chef/tree/v13.3.33) (2017-08-04)
+<!-- latest_release 13.3.34 -->
+## [v13.3.34](https://github.com/chef/chef/tree/v13.3.34) (2017-08-08)
#### Merged Pull Requests
-- Fix git command in DCO sign-off example [#6306](https://github.com/chef/chef/pull/6306) ([edmorley](https://github.com/edmorley))
+- add option to enable unprivileged symlink creation on windows [#6236](https://github.com/chef/chef/pull/6236) ([svmastersamurai](https://github.com/svmastersamurai))
<!-- latest_release -->
<!-- release_rollup since=13.2.20 -->
### Changes since 13.2.20 release
#### Merged Pull Requests
+- add option to enable unprivileged symlink creation on windows [#6236](https://github.com/chef/chef/pull/6236) ([svmastersamurai](https://github.com/svmastersamurai)) <!-- 13.3.34 -->
- Fix git command in DCO sign-off example [#6306](https://github.com/chef/chef/pull/6306) ([edmorley](https://github.com/edmorley)) <!-- 13.3.33 -->
- Add .dockerignore to reduce size of resulting images [#6296](https://github.com/chef/chef/pull/6296) ([tduffield](https://github.com/tduffield)) <!-- 13.3.32 -->
- Set explicit page size for every search request [#6299](https://github.com/chef/chef/pull/6299) ([stevendanna](https://github.com/stevendanna)) <!-- 13.3.31 -->
diff --git a/Gemfile.lock b/Gemfile.lock
index a0a0f30a08..68f910d098 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -17,10 +17,10 @@ GIT
PATH
remote: .
specs:
- chef (13.3.33)
+ chef (13.3.34)
addressable
bundler (>= 1.10)
- chef-config (= 13.3.33)
+ chef-config (= 13.3.34)
chef-zero (>= 13.0)
diff-lcs (~> 1.2, >= 1.2.4)
erubis (~> 2.7)
@@ -47,10 +47,10 @@ PATH
specinfra (~> 2.10)
syslog-logger (~> 1.6)
uuidtools (~> 2.1.5)
- chef (13.3.33-universal-mingw32)
+ chef (13.3.34-universal-mingw32)
addressable
bundler (>= 1.10)
- chef-config (= 13.3.33)
+ chef-config (= 13.3.34)
chef-zero (>= 13.0)
diff-lcs (~> 1.2, >= 1.2.4)
erubis (~> 2.7)
@@ -92,7 +92,7 @@ PATH
PATH
remote: chef-config
specs:
- chef-config (13.3.33)
+ chef-config (13.3.34)
addressable
fuzzyurl
mixlib-config (~> 2.0)
diff --git a/VERSION b/VERSION
index fede0ca8a7..d9e9042b77 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-13.3.33 \ No newline at end of file
+13.3.34 \ 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 d1dde8afce..455e1b66e9 100644
--- a/chef-config/lib/chef-config/version.rb
+++ b/chef-config/lib/chef-config/version.rb
@@ -20,7 +20,7 @@
module ChefConfig
CHEFCONFIG_ROOT = File.expand_path("../..", __FILE__)
- VERSION = "13.3.33"
+ VERSION = "13.3.34"
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index f9a47d428d..64a979c15a 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -22,7 +22,7 @@ require "chef/version_string"
class Chef
CHEF_ROOT = File.expand_path("../..", __FILE__)
- VERSION = Chef::VersionString.new("13.3.33")
+ VERSION = Chef::VersionString.new("13.3.34")
end
#