summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2017-11-14 20:54:04 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2017-11-14 20:54:04 +0000
commit4648c88b263282cb49564d106340fc737f60b0bc (patch)
tree226c12f3dc2cab96cdb446f2f8df7ef0e22c5398
parent868b73937a2a5fc02fc237c188df0bc49ae56984 (diff)
downloadchef-4648c88b263282cb49564d106340fc737f60b0bc.tar.gz
Bump version to 12.21.27 by Expeditorv12.21.27
-rw-r--r--CHANGELOG.md12
-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, 18 insertions, 10 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e3d6eba2e8..dfe7e489d0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,8 +1,16 @@
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
-<!-- latest_release -->
+<!-- latest_release 12.21.27 -->
+## [v12.21.27](https://github.com/chef/chef/tree/v12.21.27) (2017-11-14)
+
+#### Merged Pull Requests
+- Change a useradd_spec test for RHEL &gt;= 6.8 and &gt;= 7.3 [#6556](https://github.com/chef/chef/pull/6556) ([jeremiahsnapp](https://github.com/jeremiahsnapp))
<!-- latest_release -->
-<!-- release_rollup -->
+<!-- release_rollup since=13.6.4 -->
+### Changes since 13.6.4 release
+
+#### Merged Pull Requests
+- Change a useradd_spec test for RHEL &gt;= 6.8 and &gt;= 7.3 [#6556](https://github.com/chef/chef/pull/6556) ([jeremiahsnapp](https://github.com/jeremiahsnapp)) <!-- 12.21.27 -->
<!-- release_rollup -->
<!-- latest_stable_release -->
diff --git a/Gemfile.lock b/Gemfile.lock
index a19f0bc107..1a8eee166f 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -38,10 +38,10 @@ GIT
PATH
remote: .
specs:
- chef (12.21.26)
+ chef (12.21.27)
addressable
bundler (>= 1.10)
- chef-config (= 12.21.26)
+ chef-config (= 12.21.27)
chef-zero (>= 4.8, < 13)
diff-lcs (~> 1.2, >= 1.2.4)
erubis (~> 2.7)
@@ -67,10 +67,10 @@ PATH
specinfra (~> 2.10)
syslog-logger (~> 1.6)
uuidtools (~> 2.1.5)
- chef (12.21.26-universal-mingw32)
+ chef (12.21.27-universal-mingw32)
addressable
bundler (>= 1.10)
- chef-config (= 12.21.26)
+ chef-config (= 12.21.27)
chef-zero (>= 4.8, < 13)
diff-lcs (~> 1.2, >= 1.2.4)
erubis (~> 2.7)
@@ -111,7 +111,7 @@ PATH
PATH
remote: chef-config
specs:
- chef-config (12.21.26)
+ chef-config (12.21.27)
addressable
fuzzyurl
mixlib-config (~> 2.0)
diff --git a/VERSION b/VERSION
index a5f5b71ea4..7881b7752f 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-12.21.26 \ No newline at end of file
+12.21.27 \ 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 df9adbf0e8..e0a752420a 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 = "12.21.26"
+ VERSION = "12.21.27"
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 0f2ec27eb4..1a41da3e59 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -21,7 +21,7 @@
class Chef
CHEF_ROOT = File.expand_path("../..", __FILE__)
- VERSION = "12.21.26"
+ VERSION = "12.21.27"
end
#