summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2017-08-14 17:27:56 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2017-08-14 17:27:56 +0000
commit85500185dbafd6c91b3928e757e8b9435f79a8f9 (patch)
tree6f90a71d2cf45113df4d16861e3d832d573ee0be
parentc3562365fea83544ec92607f31510770653c5f55 (diff)
downloadchef-85500185dbafd6c91b3928e757e8b9435f79a8f9.tar.gz
Bump version to 12.21.4 by Chef Expeditorv12.21.4
-rw-r--r--CHANGELOG.md2
-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, 9 insertions, 9 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9877bcd368..e862be8636 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1397,4 +1397,4 @@ of partial templates.
* Allow specifying a guard_interpreter after a conditional on a resource (Fixes #1943)
* Windows package type should be a symbol (Fixes #1997)
-\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
+\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* \ No newline at end of file
diff --git a/Gemfile.lock b/Gemfile.lock
index a3d32c9362..7f185c5b2a 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -38,10 +38,10 @@ GIT
PATH
remote: .
specs:
- chef (12.21.3)
+ chef (12.21.4)
addressable
bundler (>= 1.10)
- chef-config (= 12.21.3)
+ chef-config (= 12.21.4)
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.3-universal-mingw32)
+ chef (12.21.4-universal-mingw32)
addressable
bundler (>= 1.10)
- chef-config (= 12.21.3)
+ chef-config (= 12.21.4)
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.3)
+ chef-config (12.21.4)
addressable
fuzzyurl
mixlib-config (~> 2.0)
diff --git a/VERSION b/VERSION
index 92716e0779..411efa5ea0 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-12.21.3
+12.21.4 \ 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 bbbd41231a..41475da3a6 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.3"
+ VERSION = "12.21.4"
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 150b125c9b..b58522d3a7 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.3"
+ VERSION = "12.21.4"
end
#