summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2017-11-15 19:24:48 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2017-11-15 19:24:48 +0000
commit7938b1d6fc634ab7daafe017853aca299ebe936b (patch)
treea88ebae0c58bc2c6f8ab13ffedce56e4e9fee62e
parentf8ac5e6acae227f414a8f118a86915ab23127bdc (diff)
downloadchef-7938b1d6fc634ab7daafe017853aca299ebe936b.tar.gz
Bump version to 12.21.28 by Expeditorv12.21.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 dfe7e489d0..8a9396f5a7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,15 +1,16 @@
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
-<!-- latest_release 12.21.27 -->
-## [v12.21.27](https://github.com/chef/chef/tree/v12.21.27) (2017-11-14)
+<!-- latest_release 12.21.28 -->
+## [v12.21.28](https://github.com/chef/chef/tree/v12.21.28) (2017-11-15)
#### 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))
+- Use Chef::VersionConstraint in useradd_spec test [#6586](https://github.com/chef/chef/pull/6586) ([jeremiahsnapp](https://github.com/jeremiahsnapp))
<!-- latest_release -->
<!-- release_rollup since=13.6.4 -->
### Changes since 13.6.4 release
#### Merged Pull Requests
+- Use Chef::VersionConstraint in useradd_spec test [#6586](https://github.com/chef/chef/pull/6586) ([jeremiahsnapp](https://github.com/jeremiahsnapp)) <!-- 12.21.28 -->
- 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 -->
diff --git a/Gemfile.lock b/Gemfile.lock
index 1a8eee166f..8146c2eda3 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -38,10 +38,10 @@ GIT
PATH
remote: .
specs:
- chef (12.21.27)
+ chef (12.21.28)
addressable
bundler (>= 1.10)
- chef-config (= 12.21.27)
+ chef-config (= 12.21.28)
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.27-universal-mingw32)
+ chef (12.21.28-universal-mingw32)
addressable
bundler (>= 1.10)
- chef-config (= 12.21.27)
+ chef-config (= 12.21.28)
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.27)
+ chef-config (12.21.28)
addressable
fuzzyurl
mixlib-config (~> 2.0)
diff --git a/VERSION b/VERSION
index 7881b7752f..e4a0b11e72 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-12.21.27 \ No newline at end of file
+12.21.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 e0a752420a..d65f43603c 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.27"
+ VERSION = "12.21.28"
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 1a41da3e59..cc7b866dcb 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.27"
+ VERSION = "12.21.28"
end
#