summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2017-04-06 13:18:00 +0000
committerChef Versioner <chef-versioner@chef.io>2017-04-06 13:18:00 +0000
commitc66bd76bf2a75ff245d4cb4f2777e5860a518a20 (patch)
tree7fbf7c0047b4e772a54af27c75152da31883ae0f
parent4e9305e8474a1faa72b7d89a2836a907909609af (diff)
downloadchef-c66bd76bf2a75ff245d4cb4f2777e5860a518a20.tar.gz
Bump version of chef to 13.0.108 by Chef Versioner.v13.0.108
-rw-r--r--CHANGELOG.md10
-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, 10 insertions, 16 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 97656b4391..3aa55acddd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,17 +1,11 @@
This changelog reflects the current state of chef's master branch on github and may not reflect the current released version of chef, which is [![Gem Version](https://badge.fury.io/rb/chef.svg)](https://badge.fury.io/rb/chef).
-## [v13.0.106](https://github.com/chef/chef/tree/v13.0.106) (2017-04-06)
-[Full Changelog](https://github.com/chef/chef/compare/v13.0.106...v13.0.106)
+## [v13.0.107](https://github.com/chef/chef/tree/v13.0.107) (2017-04-06)
+[Full Changelog](https://github.com/chef/chef/compare/v12.19.36...v13.0.107)
**Merged pull requests:**
- Chef-13: better solution to gem\_package source issues [\#6028](https://github.com/chef/chef/pull/6028) ([lamont-granquist](https://github.com/lamont-granquist))
-
-## [v13.0.106](https://github.com/chef/chef/tree/v13.0.106) (2017-04-05)
-[Full Changelog](https://github.com/chef/chef/compare/v12.19.36...v13.0.106)
-
-**Merged pull requests:**
-
- Chef-13: tweaks to rubygems source option for urls [\#5995](https://github.com/chef/chef/pull/5995) ([lamont-granquist](https://github.com/lamont-granquist))
- Chef-13 knife search exit 1 when no results [\#5994](https://github.com/chef/chef/pull/5994) ([lamont-granquist](https://github.com/lamont-granquist))
- Chef-13: remove iconv from the chef build [\#5993](https://github.com/chef/chef/pull/5993) ([lamont-granquist](https://github.com/lamont-granquist))
diff --git a/Gemfile.lock b/Gemfile.lock
index 2f1ebf16ef..a0b121f499 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -113,10 +113,10 @@ GIT
PATH
remote: .
specs:
- chef (13.0.107)
+ chef (13.0.108)
addressable
bundler (>= 1.10)
- chef-config (= 13.0.107)
+ chef-config (= 13.0.108)
chef-zero (>= 13.0)
diff-lcs (~> 1.2, >= 1.2.4)
erubis (~> 2.7)
@@ -143,10 +143,10 @@ PATH
specinfra (~> 2.10)
syslog-logger (~> 1.6)
uuidtools (~> 2.1.5)
- chef (13.0.107-universal-mingw32)
+ chef (13.0.108-universal-mingw32)
addressable
bundler (>= 1.10)
- chef-config (= 13.0.107)
+ chef-config (= 13.0.108)
chef-zero (>= 13.0)
diff-lcs (~> 1.2, >= 1.2.4)
erubis (~> 2.7)
@@ -188,7 +188,7 @@ PATH
PATH
remote: chef-config
specs:
- chef-config (13.0.107)
+ chef-config (13.0.108)
addressable
fuzzyurl
mixlib-config (~> 2.0)
diff --git a/VERSION b/VERSION
index 0e02265f9b..0eea93dd84 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-13.0.107 \ No newline at end of file
+13.0.108 \ 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 a48e49e962..0913de511a 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.0.107"
+ VERSION = "13.0.108"
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 13319ad27c..6b46b33fc4 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -21,7 +21,7 @@
class Chef
CHEF_ROOT = File.expand_path("../..", __FILE__)
- VERSION = "13.0.107"
+ VERSION = "13.0.108"
end
#