summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2018-10-29 17:38:37 +0000
committerChef Expeditor <chef-ci@chef.io>2018-10-29 17:38:37 +0000
commita7a0a8f7a49e19ba78ac9e11c573e0bdd1101e8a (patch)
tree0c9c91fa2ec0bd408ade94f66da07d4b5ea93258
parent965408302d4ad955ce0e3be104f27a318afd69a2 (diff)
downloadchef-a7a0a8f7a49e19ba78ac9e11c573e0bdd1101e8a.tar.gz
Bump version to 13.12.0 by Chef Expeditorv13.12.0
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r--CHANGELOG.md7
-rw-r--r--Gemfile.lock12
-rw-r--r--VERSION2
-rw-r--r--chef-config/lib/chef-config/version.rb2
-rw-r--r--lib/chef/version.rb2
5 files changed, 13 insertions, 12 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c42ce5bbeb..7668e62cb5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,15 +1,16 @@
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
-<!-- latest_release 13.11.4 -->
-## [v13.11.4](https://github.com/chef/chef/tree/v13.11.4) (2018-10-11)
+<!-- latest_release 13.12.0 -->
+## [v13.12.0](https://github.com/chef/chef/tree/v13.12.0) (2018-10-29)
#### Merged Pull Requests
-- Backport omnibus cleanup + MSI speedup logic from Chef 14 [#7739](https://github.com/chef/chef/pull/7739) ([tas50](https://github.com/tas50))
+- Bump dependencies / slim the package size [#7805](https://github.com/chef/chef/pull/7805) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=13.11.3 -->
### Changes since 13.11.3 release
#### Merged Pull Requests
+- Bump dependencies / slim the package size [#7805](https://github.com/chef/chef/pull/7805) ([tas50](https://github.com/tas50)) <!-- 13.12.0 -->
- Backport omnibus cleanup + MSI speedup logic from Chef 14 [#7739](https://github.com/chef/chef/pull/7739) ([tas50](https://github.com/tas50)) <!-- 13.11.4 -->
<!-- release_rollup -->
diff --git a/Gemfile.lock b/Gemfile.lock
index 5259d1c3ca..c9e59d240c 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,10 +1,10 @@
PATH
remote: .
specs:
- chef (13.11.4)
+ chef (13.12.0)
addressable
bundler (>= 1.10)
- chef-config (= 13.11.4)
+ chef-config (= 13.12.0)
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.11.4-universal-mingw32)
+ chef (13.12.0-universal-mingw32)
addressable
bundler (>= 1.10)
- chef-config (= 13.11.4)
+ chef-config (= 13.12.0)
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.11.4)
+ chef-config (13.12.0)
addressable
fuzzyurl
mixlib-config (>= 2.2.12, < 3.0)
@@ -403,4 +403,4 @@ DEPENDENCIES
yard
BUNDLED WITH
- 1.16.6
+ 1.17.1
diff --git a/VERSION b/VERSION
index 93c33809bb..5ce59df24c 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-13.11.4 \ No newline at end of file
+13.12.0 \ 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 d48527004a..4c57a2261a 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.11.4"
+ VERSION = "13.12.0"
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index b1ddf9cc9d..201115ae2d 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.11.4")
+ VERSION = Chef::VersionString.new("13.12.0")
end
#