summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-07-13 20:10:15 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-07-13 20:10:15 +0000
commitc94c5f4ec939aa18e15564f72a089d2a06b4d5e1 (patch)
tree067e32868da412d267a8fae06d6f45cbe0ebfcdf
parent7f5b42a74f1043c038d4644823a7497ff45fd50d (diff)
downloadchef-c94c5f4ec939aa18e15564f72a089d2a06b4d5e1.tar.gz
Bump version to 14.3.42 by Chef Expeditorv14.3.42
-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 f81c47e3b0..250aaf5f01 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.41 -->
-## [v14.3.41](https://github.com/chef/chef/tree/v14.3.41) (2018-07-13)
+<!-- latest_release 14.3.42 -->
+## [v14.3.42](https://github.com/chef/chef/tree/v14.3.42) (2018-07-13)
#### 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))
+- Fix duplicated query parameters to resolve Chef::HTTP::Simple regression [#7465](https://github.com/chef/chef/pull/7465) ([lamont-granquist](https://github.com/lamont-granquist))
<!-- latest_release -->
<!-- release_rollup since=14.3.37 -->
### Changes since 14.3.37 release
#### Merged Pull Requests
+- Fix duplicated query parameters to resolve Chef::HTTP::Simple regression [#7465](https://github.com/chef/chef/pull/7465) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 14.3.42 -->
- 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 -->
diff --git a/Gemfile.lock b/Gemfile.lock
index a7c7af8943..ffc51f719f 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -9,10 +9,10 @@ GIT
PATH
remote: .
specs:
- chef (14.3.41)
+ chef (14.3.42)
addressable
bundler (>= 1.10)
- chef-config (= 14.3.41)
+ chef-config (= 14.3.42)
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.41-universal-mingw32)
+ chef (14.3.42-universal-mingw32)
addressable
bundler (>= 1.10)
- chef-config (= 14.3.41)
+ chef-config (= 14.3.42)
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.41)
+ chef-config (14.3.42)
addressable
fuzzyurl
mixlib-config (>= 2.2.12, < 3.0)
diff --git a/VERSION b/VERSION
index 25a8c43459..06a1aac178 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.3.41 \ No newline at end of file
+14.3.42 \ 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 7c07d1abf9..73fe1f853f 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.41".freeze
+ VERSION = "14.3.42".freeze
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 20cbf07ae2..12662c8948 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.41")
+ VERSION = Chef::VersionString.new("14.3.42")
end
#