summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-07-13 19:58:00 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-07-13 19:58:00 +0000
commit9251118ba2fb6c6a3891d4ebf4422a5d7f0fe644 (patch)
treeb9290407718a3debda460524a7fad969cfc76a1e
parentd4124392ca3b9d602b447bfe6750ae58935da427 (diff)
downloadchef-9251118ba2fb6c6a3891d4ebf4422a5d7f0fe644.tar.gz
Bump version to 14.3.41 by Chef Expeditorv14.3.41
-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 8ca565aa51..f81c47e3b0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,15 +1,16 @@
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
-<!-- latest_release 14.3.40 -->
-## [v14.3.40](https://github.com/chef/chef/tree/v14.3.40) (2018-07-13)
+<!-- latest_release 14.3.41 -->
+## [v14.3.41](https://github.com/chef/chef/tree/v14.3.41) (2018-07-13)
#### Merged Pull Requests
-- Add knife config get/use-profile commands [#7455](https://github.com/chef/chef/pull/7455) ([coderanger](https://github.com/coderanger))
+- Fixing array args in some unix providers [#7379](https://github.com/chef/chef/pull/7379) ([lamont-granquist](https://github.com/lamont-granquist))
<!-- latest_release -->
<!-- release_rollup since=14.3.37 -->
### Changes since 14.3.37 release
#### Merged Pull Requests
+- Fixing array args in some unix providers [#7379](https://github.com/chef/chef/pull/7379) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 14.3.41 -->
- Add knife config get/use-profile commands [#7455](https://github.com/chef/chef/pull/7455) ([coderanger](https://github.com/coderanger)) <!-- 14.3.40 -->
- Remove require mixlib/shellouts where not necessary [#7457](https://github.com/chef/chef/pull/7457) ([tas50](https://github.com/tas50)) <!-- 14.3.39 -->
- Add proper yard deprecated tags on methods [#7452](https://github.com/chef/chef/pull/7452) ([tas50](https://github.com/tas50)) <!-- 14.3.38 -->
diff --git a/Gemfile.lock b/Gemfile.lock
index ae78ccb62c..a7c7af8943 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -9,10 +9,10 @@ GIT
PATH
remote: .
specs:
- chef (14.3.40)
+ chef (14.3.41)
addressable
bundler (>= 1.10)
- chef-config (= 14.3.40)
+ chef-config (= 14.3.41)
chef-zero (>= 13.0)
diff-lcs (~> 1.2, >= 1.2.4)
erubis (~> 2.7)
@@ -40,10 +40,10 @@ PATH
specinfra (~> 2.10)
syslog-logger (~> 1.6)
uuidtools (~> 2.1.5)
- chef (14.3.40-universal-mingw32)
+ chef (14.3.41-universal-mingw32)
addressable
bundler (>= 1.10)
- chef-config (= 14.3.40)
+ chef-config (= 14.3.41)
chef-zero (>= 13.0)
diff-lcs (~> 1.2, >= 1.2.4)
erubis (~> 2.7)
@@ -86,7 +86,7 @@ PATH
PATH
remote: chef-config
specs:
- chef-config (14.3.40)
+ chef-config (14.3.41)
addressable
fuzzyurl
mixlib-config (>= 2.2.12, < 3.0)
diff --git a/VERSION b/VERSION
index 0bea6c9520..25a8c43459 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.3.40 \ No newline at end of file
+14.3.41 \ 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 a76b554bab..7c07d1abf9 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 = "14.3.40".freeze
+ VERSION = "14.3.41".freeze
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index f27b4fbe43..20cbf07ae2 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("14.3.40")
+ VERSION = Chef::VersionString.new("14.3.41")
end
#