summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2017-07-31 07:46:39 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2017-07-31 07:46:39 +0000
commit82b3157c671835c00bcf68772c8b3563e5db6e26 (patch)
tree7d05e5dee452b4c18218018629010caf610a2fdc
parentbd46cb2e010ea6fb3c6e61039079019d6f8b2a09 (diff)
downloadchef-82b3157c671835c00bcf68772c8b3563e5db6e26.tar.gz
Bump version to 13.3.30 by Chef Expeditorv13.3.30
-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 5ec6f12cf2..5361e09bb7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,14 +1,15 @@
<!-- latest_release -->
-## [v13.3.29](https://github.com/chef/chef/tree/v13.3.29) (2017-07-27)
+## [v13.3.30](https://github.com/chef/chef/tree/v13.3.30) (2017-07-31)
#### Merged Pull Requests
-- Apt: Add apt_preference resource from apt cookbooks [#5529](https://github.com/chef/chef/pull/5529) ([tas50](https://github.com/tas50))
+- Fix typos [#6298](https://github.com/chef/chef/pull/6298) ([akitada](https://github.com/akitada))
<!-- latest_release -->
<!-- release_rollup since=13.2.20 -->
### Changes since 13.2.20 release
#### Merged Pull Requests
+- 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 -->
<!-- release_rollup -->
diff --git a/Gemfile.lock b/Gemfile.lock
index b0da8b36fa..578b23428d 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -17,10 +17,10 @@ GIT
PATH
remote: .
specs:
- chef (13.3.29)
+ chef (13.3.30)
addressable
bundler (>= 1.10)
- chef-config (= 13.3.29)
+ chef-config (= 13.3.30)
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.29-universal-mingw32)
+ chef (13.3.30-universal-mingw32)
addressable
bundler (>= 1.10)
- chef-config (= 13.3.29)
+ chef-config (= 13.3.30)
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.29)
+ chef-config (13.3.30)
addressable
fuzzyurl
mixlib-config (~> 2.0)
diff --git a/VERSION b/VERSION
index d6c09b89f9..50903c181f 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-13.3.29 \ No newline at end of file
+13.3.30 \ 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 166e614221..610208e4b5 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.29"
+ VERSION = "13.3.30"
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 3396e648e8..e56b65fa36 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.29")
+ VERSION = Chef::VersionString.new("13.3.30")
end
#