summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-07-03 21:35:53 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-07-03 21:35:53 +0000
commitff44b1591e816c3fa70556a01d60dc707fbf45a5 (patch)
tree1f3aeb4df0cf36d94d2bc12c17cd1316c1a2b373
parentd58df7b53ed79d81eee0340adf95aa364d6a9a6e (diff)
downloadchef-ff44b1591e816c3fa70556a01d60dc707fbf45a5.tar.gz
Bump version to 14.3.29 by Chef Expeditorv14.3.29
-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 bf5eefdbd7..7eb628bccf 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.28 -->
-## [v14.3.28](https://github.com/chef/chef/tree/v14.3.28) (2018-07-03)
+<!-- latest_release 14.3.29 -->
+## [v14.3.29](https://github.com/chef/chef/tree/v14.3.29) (2018-07-03)
#### Merged Pull Requests
-- chefstyle: fix Style/MutableConstant [#7417](https://github.com/chef/chef/pull/7417) ([lamont-granquist](https://github.com/lamont-granquist))
+- knife config and a bunch of UX improvements [#7390](https://github.com/chef/chef/pull/7390) ([coderanger](https://github.com/coderanger))
<!-- latest_release -->
<!-- release_rollup since=14.2.0 -->
### Changes since 14.2.0 release
#### Merged Pull Requests
+- 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 -->
- Chefstyle fixes [#7414](https://github.com/chef/chef/pull/7414) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 14.3.25 -->
diff --git a/Gemfile.lock b/Gemfile.lock
index bcd80f780d..07ff8835fa 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -9,10 +9,10 @@ GIT
PATH
remote: .
specs:
- chef (14.3.28)
+ chef (14.3.29)
addressable
bundler (>= 1.10)
- chef-config (= 14.3.28)
+ chef-config (= 14.3.29)
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.28-universal-mingw32)
+ chef (14.3.29-universal-mingw32)
addressable
bundler (>= 1.10)
- chef-config (= 14.3.28)
+ chef-config (= 14.3.29)
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.28)
+ chef-config (14.3.29)
addressable
fuzzyurl
mixlib-config (>= 2.2.11, < 3.0)
diff --git a/VERSION b/VERSION
index 6f357dc3c6..1d4c697072 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.3.28 \ No newline at end of file
+14.3.29 \ 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 7a646c8c45..3e55a244a6 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.28".freeze
+ VERSION = "14.3.29".freeze
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 79d91ebd3e..ebc99d6a03 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.28")
+ VERSION = Chef::VersionString.new("14.3.29")
end
#