summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-07-03 02:58:32 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-07-03 02:58:32 +0000
commit7910a42ca5999ae44c5b6b3dc256558b32b42481 (patch)
tree564afaf82cbb1be6ad2d2cfa0bf2fe183b8a7020
parent602d88e0a9f63e408c23d106554a7b06774b1b21 (diff)
downloadchef-7910a42ca5999ae44c5b6b3dc256558b32b42481.tar.gz
Bump version to 14.3.28 by Chef Expeditorv14.3.28
-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 579ab0d950..bf5eefdbd7 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.27 -->
-## [v14.3.27](https://github.com/chef/chef/tree/v14.3.27) (2018-07-03)
+<!-- latest_release 14.3.28 -->
+## [v14.3.28](https://github.com/chef/chef/tree/v14.3.28) (2018-07-03)
#### Merged Pull Requests
-- More chefstyle updates [#7415](https://github.com/chef/chef/pull/7415) ([lamont-granquist](https://github.com/lamont-granquist))
+- chefstyle: fix Style/MutableConstant [#7417](https://github.com/chef/chef/pull/7417) ([lamont-granquist](https://github.com/lamont-granquist))
<!-- latest_release -->
<!-- release_rollup since=14.2.0 -->
### Changes since 14.2.0 release
#### Merged Pull Requests
+- 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 -->
- Pull in new InSpec and win32-service [#7405](https://github.com/chef/chef/pull/7405) ([tas50](https://github.com/tas50)) <!-- 14.3.24 -->
diff --git a/Gemfile.lock b/Gemfile.lock
index b7e5a708ff..bcd80f780d 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -9,10 +9,10 @@ GIT
PATH
remote: .
specs:
- chef (14.3.27)
+ chef (14.3.28)
addressable
bundler (>= 1.10)
- chef-config (= 14.3.27)
+ chef-config (= 14.3.28)
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.27-universal-mingw32)
+ chef (14.3.28-universal-mingw32)
addressable
bundler (>= 1.10)
- chef-config (= 14.3.27)
+ chef-config (= 14.3.28)
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.27)
+ chef-config (14.3.28)
addressable
fuzzyurl
mixlib-config (>= 2.2.11, < 3.0)
diff --git a/VERSION b/VERSION
index 039d2d94bb..6f357dc3c6 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.3.27 \ No newline at end of file
+14.3.28 \ 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 4dc6da6a49..7a646c8c45 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.27".freeze
+ VERSION = "14.3.28".freeze
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 83a0e09c73..79d91ebd3e 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.27")
+ VERSION = Chef::VersionString.new("14.3.28")
end
#