summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2017-09-14 19:58:38 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2017-09-14 19:58:38 +0000
commit8ca7cc6d4173d53856dab69d40cbf4f1821830dd (patch)
tree5f6a8eb289756de623e5c857278c830542d18a3e
parent5153de9e240f3feb67627cebc867eef2243a1810 (diff)
downloadchef-8ca7cc6d4173d53856dab69d40cbf4f1821830dd.tar.gz
Bump version to 12.21.11 by Chef Expeditorv12.21.11
-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 e6e0457ff1..80641588bd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1419,4 +1419,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 ea50ea44ea..542740dfd5 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -38,10 +38,10 @@ GIT
PATH
remote: .
specs:
- chef (12.21.10)
+ chef (12.21.11)
addressable
bundler (>= 1.10)
- chef-config (= 12.21.10)
+ chef-config (= 12.21.11)
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.10-universal-mingw32)
+ chef (12.21.11-universal-mingw32)
addressable
bundler (>= 1.10)
- chef-config (= 12.21.10)
+ chef-config (= 12.21.11)
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.10)
+ chef-config (12.21.11)
addressable
fuzzyurl
mixlib-config (~> 2.0)
diff --git a/VERSION b/VERSION
index f31031125c..7112cbf671 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-12.21.10 \ No newline at end of file
+12.21.11 \ 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 eb70b2d5ae..911850f25f 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.10"
+ VERSION = "12.21.11"
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 3da2b6224b..d7a2881e16 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.10"
+ VERSION = "12.21.11"
end
#