summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-07-06 04:17:53 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-07-06 04:17:53 +0000
commit9d18c739add5ecf992ce790f069419867c386db9 (patch)
treec8177a32b104547eb62407b36f5388f1f9e10f81
parent45f1c23c3d5b5a78bff9b88292f908c94eea71ec (diff)
downloadchef-9d18c739add5ecf992ce790f069419867c386db9.tar.gz
Bump version to 14.3.30 by Chef Expeditorv14.3.30
-rw-r--r--CHANGELOG.md7
-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, 13 insertions, 12 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7eb628bccf..dd2efd9d72 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,15 +1,16 @@
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
-<!-- latest_release 14.3.29 -->
-## [v14.3.29](https://github.com/chef/chef/tree/v14.3.29) (2018-07-03)
+<!-- latest_release 14.3.30 -->
+## [v14.3.30](https://github.com/chef/chef/tree/v14.3.30) (2018-07-06)
#### Merged Pull Requests
-- knife config and a bunch of UX improvements [#7390](https://github.com/chef/chef/pull/7390) ([coderanger](https://github.com/coderanger))
+- fix some chefstyle offenses [#7427](https://github.com/chef/chef/pull/7427) ([lamont-granquist](https://github.com/lamont-granquist))
<!-- latest_release -->
<!-- release_rollup since=14.2.0 -->
### Changes since 14.2.0 release
#### Merged Pull Requests
+- fix some chefstyle offenses [#7427](https://github.com/chef/chef/pull/7427) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 14.3.30 -->
- knife config and a bunch of UX improvements [#7390](https://github.com/chef/chef/pull/7390) ([coderanger](https://github.com/coderanger)) <!-- 14.3.29 -->
- chefstyle: fix Style/MutableConstant [#7417](https://github.com/chef/chef/pull/7417) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 14.3.28 -->
- More chefstyle updates [#7415](https://github.com/chef/chef/pull/7415) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 14.3.27 -->
diff --git a/Gemfile.lock b/Gemfile.lock
index 07ff8835fa..7633d57454 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -9,10 +9,10 @@ GIT
PATH
remote: .
specs:
- chef (14.3.29)
+ chef (14.3.30)
addressable
bundler (>= 1.10)
- chef-config (= 14.3.29)
+ chef-config (= 14.3.30)
chef-zero (>= 13.0)
diff-lcs (~> 1.2, >= 1.2.4)
erubis (~> 2.7)
@@ -40,10 +40,10 @@ PATH
specinfra (~> 2.10)
syslog-logger (~> 1.6)
uuidtools (~> 2.1.5)
- chef (14.3.29-universal-mingw32)
+ chef (14.3.30-universal-mingw32)
addressable
bundler (>= 1.10)
- chef-config (= 14.3.29)
+ chef-config (= 14.3.30)
chef-zero (>= 13.0)
diff-lcs (~> 1.2, >= 1.2.4)
erubis (~> 2.7)
@@ -86,7 +86,7 @@ PATH
PATH
remote: chef-config
specs:
- chef-config (14.3.29)
+ chef-config (14.3.30)
addressable
fuzzyurl
mixlib-config (>= 2.2.11, < 3.0)
@@ -179,7 +179,7 @@ GEM
mixlib-log
mixlib-authentication (2.1.1)
mixlib-cli (1.7.0)
- mixlib-config (2.2.11)
+ mixlib-config (2.2.12)
tomlrb
mixlib-log (2.0.4)
mixlib-shellout (2.3.2)
diff --git a/VERSION b/VERSION
index 1d4c697072..b1e8cbc807 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.3.29 \ No newline at end of file
+14.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 3e55a244a6..7d06aba2be 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 = "14.3.29".freeze
+ VERSION = "14.3.30".freeze
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index ebc99d6a03..da734b4736 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("14.3.29")
+ VERSION = Chef::VersionString.new("14.3.30")
end
#