summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-02-26 23:20:50 +0000
committerChef Expeditor <chef-ci@chef.io>2019-02-26 23:20:50 +0000
commit21c3fe06bc7cb3f46b73b71b2b4ebc5887533b42 (patch)
tree9a68d21367a1c35f8f27c8a919a06c019a60ed8c
parent2bb98b8aaa6c2b947e90e2b28ddaf0146bfca208 (diff)
downloadchef-21c3fe06bc7cb3f46b73b71b2b4ebc5887533b42.tar.gz
Bump version to 13.12.11 by Chef Expeditorv13.12.11
Obvious fix; these changes are the result of automation not creative thinking.
-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 3c718da289..5528113bca 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,15 +1,16 @@
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
-<!-- latest_release 13.12.10 -->
-## [v13.12.10](https://github.com/chef/chef/tree/v13.12.10) (2019-02-07)
+<!-- latest_release 13.12.11 -->
+## [v13.12.11](https://github.com/chef/chef/tree/v13.12.11) (2019-02-26)
#### Merged Pull Requests
-- Update Ohai to 13.12.6 [#8223](https://github.com/chef/chef/pull/8223) ([tas50](https://github.com/tas50))
+- Chef-13: add lazy module include to universal DSL [#8247](https://github.com/chef/chef/pull/8247) ([lamont-granquist](https://github.com/lamont-granquist))
<!-- latest_release -->
<!-- release_rollup since=13.12.3 -->
### Changes since 13.12.3 release
#### Merged Pull Requests
+- Chef-13: add lazy module include to universal DSL [#8247](https://github.com/chef/chef/pull/8247) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 13.12.11 -->
- Update Ohai to 13.12.6 [#8223](https://github.com/chef/chef/pull/8223) ([tas50](https://github.com/tas50)) <!-- 13.12.10 -->
- Update nokogiri to 1.10.1 [#8218](https://github.com/chef/chef/pull/8218) ([tas50](https://github.com/tas50)) <!-- 13.12.9 -->
- Update knife bootstrap template to use up to date omnitruck URL [#8208](https://github.com/chef/chef/pull/8208) ([tas50](https://github.com/tas50)) <!-- 13.12.8 -->
diff --git a/Gemfile.lock b/Gemfile.lock
index 63a6d5e63c..fe63f68be9 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,10 +1,10 @@
PATH
remote: .
specs:
- chef (13.12.10)
+ chef (13.12.11)
addressable
bundler (>= 1.10)
- chef-config (= 13.12.10)
+ chef-config (= 13.12.11)
chef-zero (~> 13.0)
diff-lcs (~> 1.2, >= 1.2.4)
erubis (~> 2.7)
@@ -31,10 +31,10 @@ PATH
specinfra (~> 2.10)
syslog-logger (~> 1.6)
uuidtools (~> 2.1.5)
- chef (13.12.10-universal-mingw32)
+ chef (13.12.11-universal-mingw32)
addressable
bundler (>= 1.10)
- chef-config (= 13.12.10)
+ chef-config (= 13.12.11)
chef-zero (~> 13.0)
diff-lcs (~> 1.2, >= 1.2.4)
erubis (~> 2.7)
@@ -76,7 +76,7 @@ PATH
PATH
remote: chef-config
specs:
- chef-config (13.12.10)
+ chef-config (13.12.11)
addressable
fuzzyurl
mixlib-config (>= 2.2.12, < 3.0)
diff --git a/VERSION b/VERSION
index cd67eec2de..a637262a0b 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-13.12.10 \ No newline at end of file
+13.12.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 9bedd54439..c239238de7 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 = "13.12.10"
+ VERSION = "13.12.11"
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index bd5e802999..9e8f94315a 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("13.12.10")
+ VERSION = Chef::VersionString.new("13.12.11")
end
#