summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2018-10-25 20:32:32 +0000
committerChef Expeditor <chef-ci@chef.io>2018-10-25 20:32:32 +0000
commitb93e098a56696e4a58f2928d494b5f429cad5b97 (patch)
tree639ec93d362027c7855dd3dbbccf694fb8a8cdce
parent78d6879ab66be17de57853961f42dcafea733b3a (diff)
downloadchef-b93e098a56696e4a58f2928d494b5f429cad5b97.tar.gz
Bump version to 14.6.45 by Chef Expeditorv14.6.45
Obvious fix; these changes are the result of automation not creative thinking.
-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 9b0c48fe2b..d7410987a1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,15 +1,16 @@
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
-<!-- latest_release 14.6.44 -->
-## [v14.6.44](https://github.com/chef/chef/tree/v14.6.44) (2018-10-25)
+<!-- latest_release 14.6.45 -->
+## [v14.6.45](https://github.com/chef/chef/tree/v14.6.45) (2018-10-25)
#### Merged Pull Requests
-- Move iso8601 gem to windows only gemspec [#7778](https://github.com/chef/chef/pull/7778) ([tas50](https://github.com/tas50))
+- Add some retry/delay in HTTP functional tests [#7780](https://github.com/chef/chef/pull/7780) ([schisamo](https://github.com/schisamo))
<!-- latest_release -->
<!-- release_rollup since=14.5.33 -->
### Changes since 14.5.33 release
#### Merged Pull Requests
+- Add some retry/delay in HTTP functional tests [#7780](https://github.com/chef/chef/pull/7780) ([schisamo](https://github.com/schisamo)) <!-- 14.6.45 -->
- Move iso8601 gem to windows only gemspec [#7778](https://github.com/chef/chef/pull/7778) ([tas50](https://github.com/tas50)) <!-- 14.6.44 -->
- Update chef-vault and serverspec to the latest [#7774](https://github.com/chef/chef/pull/7774) ([tas50](https://github.com/tas50)) <!-- 14.6.43 -->
- Update InSpec to 3.0 [#7773](https://github.com/chef/chef/pull/7773) ([tas50](https://github.com/tas50)) <!-- 14.6.42 -->
diff --git a/Gemfile.lock b/Gemfile.lock
index 0391fc399a..24a6bd8c19 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -9,10 +9,10 @@ GIT
PATH
remote: .
specs:
- chef (14.6.44)
+ chef (14.6.45)
addressable
bundler (>= 1.10)
- chef-config (= 14.6.44)
+ chef-config (= 14.6.45)
chef-zero (>= 13.0)
diff-lcs (~> 1.2, >= 1.2.4)
erubis (~> 2.7)
@@ -39,10 +39,10 @@ PATH
specinfra (~> 2.10)
syslog-logger (~> 1.6)
uuidtools (~> 2.1.5)
- chef (14.6.44-universal-mingw32)
+ chef (14.6.45-universal-mingw32)
addressable
bundler (>= 1.10)
- chef-config (= 14.6.44)
+ chef-config (= 14.6.45)
chef-zero (>= 13.0)
diff-lcs (~> 1.2, >= 1.2.4)
erubis (~> 2.7)
@@ -85,7 +85,7 @@ PATH
PATH
remote: chef-config
specs:
- chef-config (14.6.44)
+ chef-config (14.6.45)
addressable
fuzzyurl
mixlib-config (>= 2.2.12, < 3.0)
diff --git a/VERSION b/VERSION
index e1cfccafce..dfbdd52275 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.6.44 \ No newline at end of file
+14.6.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 441848201c..6464744780 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.6.44".freeze
+ VERSION = "14.6.45".freeze
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index aacb44c7e8..c24bff1dd0 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.6.44")
+ VERSION = Chef::VersionString.new("14.6.45")
end
#