summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-07-15 19:16:02 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-07-15 19:16:02 +0000
commitd30645d1b05af5c472b1e2d505603a19ed4ddf5c (patch)
tree7710bcb7ffad3d6a5f1101c43a5b925d29b9d18d
parent49543c7f1907e23c67556b568d1fa43ddf4e1b54 (diff)
downloadchef-d30645d1b05af5c472b1e2d505603a19ed4ddf5c.tar.gz
Bump version to 14.3.45 by Chef Expeditorv14.3.45
-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 bab9ee957c..467892fe83 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.44 -->
-## [v14.3.44](https://github.com/chef/chef/tree/v14.3.44) (2018-07-15)
+<!-- latest_release 14.3.45 -->
+## [v14.3.45](https://github.com/chef/chef/tree/v14.3.45) (2018-07-15)
#### Merged Pull Requests
-- Improve the error message when knife bootstrap windows isn&#39;t installed [#7470](https://github.com/chef/chef/pull/7470) ([tas50](https://github.com/tas50))
+- Remove require json_compat where not used [#7472](https://github.com/chef/chef/pull/7472) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=14.3.37 -->
### Changes since 14.3.37 release
#### Merged Pull Requests
+- Remove require json_compat where not used [#7472](https://github.com/chef/chef/pull/7472) ([tas50](https://github.com/tas50)) <!-- 14.3.45 -->
- Improve the error message when knife bootstrap windows isn&#39;t installed [#7470](https://github.com/chef/chef/pull/7470) ([tas50](https://github.com/tas50)) <!-- 14.3.44 -->
- Move all knife cookbook site plugin logic into knife supermarket [#7466](https://github.com/chef/chef/pull/7466) ([tas50](https://github.com/tas50)) <!-- 14.3.43 -->
- 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 -->
diff --git a/Gemfile.lock b/Gemfile.lock
index c68ed8b3a0..e643199ff1 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -9,10 +9,10 @@ GIT
PATH
remote: .
specs:
- chef (14.3.44)
+ chef (14.3.45)
addressable
bundler (>= 1.10)
- chef-config (= 14.3.44)
+ chef-config (= 14.3.45)
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.44-universal-mingw32)
+ chef (14.3.45-universal-mingw32)
addressable
bundler (>= 1.10)
- chef-config (= 14.3.44)
+ chef-config (= 14.3.45)
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.44)
+ chef-config (14.3.45)
addressable
fuzzyurl
mixlib-config (>= 2.2.12, < 3.0)
diff --git a/VERSION b/VERSION
index 45deb43fe8..2dab1a2c77 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.3.44 \ No newline at end of file
+14.3.45 \ 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 2c778a1bea..3a64dae461 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.44".freeze
+ VERSION = "14.3.45".freeze
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index f942b83c69..1c557c3ba7 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.44")
+ VERSION = Chef::VersionString.new("14.3.45")
end
#