summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2017-07-31 11:23:22 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2017-07-31 11:23:22 +0000
commit11ecbc4caf9e027f7bb34d09a6af61773d6adb44 (patch)
tree14ac404e708e709f7e971fa15603d5df1fa26c54
parentad4061c6c13b1656cba19d68922ebac2f146f862 (diff)
downloadchef-11ecbc4caf9e027f7bb34d09a6af61773d6adb44.tar.gz
Bump version to 13.3.31 by Chef Expeditorv13.3.31
-rw-r--r--CHANGELOG.md5
-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, 11 insertions, 10 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5361e09bb7..e4361af2fd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,14 +1,15 @@
<!-- latest_release -->
-## [v13.3.30](https://github.com/chef/chef/tree/v13.3.30) (2017-07-31)
+## [v13.3.31](https://github.com/chef/chef/tree/v13.3.31) (2017-07-31)
#### Merged Pull Requests
-- Fix typos [#6298](https://github.com/chef/chef/pull/6298) ([akitada](https://github.com/akitada))
+- Set explicit page size for every search request [#6299](https://github.com/chef/chef/pull/6299) ([stevendanna](https://github.com/stevendanna))
<!-- latest_release -->
<!-- release_rollup since=13.2.20 -->
### Changes since 13.2.20 release
#### Merged Pull Requests
+- Set explicit page size for every search request [#6299](https://github.com/chef/chef/pull/6299) ([stevendanna](https://github.com/stevendanna)) <!-- 13.3.31 -->
- Fix typos [#6298](https://github.com/chef/chef/pull/6298) ([akitada](https://github.com/akitada)) <!-- 13.3.30 -->
- Apt: Add apt_preference resource from apt cookbooks [#5529](https://github.com/chef/chef/pull/5529) ([tas50](https://github.com/tas50)) <!-- 13.3.29 -->
- Update Expeditor config to use new Merge and Artifact Actions [#6287](https://github.com/chef/chef/pull/6287) ([tduffield](https://github.com/tduffield)) <!-- 13.3.28 -->
diff --git a/Gemfile.lock b/Gemfile.lock
index 578b23428d..945ca07954 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -17,10 +17,10 @@ GIT
PATH
remote: .
specs:
- chef (13.3.30)
+ chef (13.3.31)
addressable
bundler (>= 1.10)
- chef-config (= 13.3.30)
+ chef-config (= 13.3.31)
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.30-universal-mingw32)
+ chef (13.3.31-universal-mingw32)
addressable
bundler (>= 1.10)
- chef-config (= 13.3.30)
+ chef-config (= 13.3.31)
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.30)
+ chef-config (13.3.31)
addressable
fuzzyurl
mixlib-config (~> 2.0)
diff --git a/VERSION b/VERSION
index 50903c181f..7e0161a8c7 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-13.3.30 \ No newline at end of file
+13.3.31 \ 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 610208e4b5..9e8f6c58a8 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.30"
+ VERSION = "13.3.31"
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index e56b65fa36..0d4d2d336a 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.30")
+ VERSION = Chef::VersionString.new("13.3.31")
end
#