summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2019-10-02 17:01:19 +0000
committerChef Expeditor <expeditor@chef.io>2019-10-02 17:01:19 +0000
commita5aa0b0bed7ca3a2d1f7d53758d042a121005884 (patch)
treed4ec68ea003cf405eaf027ba97ec0f5f5715a56b
parente173b8f1f700ab7eee85573b6563eddc139a10a8 (diff)
downloadchef-a5aa0b0bed7ca3a2d1f7d53758d042a121005884.tar.gz
Bump version to 14.14.9 by Chef Expeditorv14.14.9
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 97e566bcce..cfd195b27b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,15 +1,16 @@
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
-<!-- latest_release 14.14.8 -->
-## [v14.14.8](https://github.com/chef/chef/tree/v14.14.8) (2019-10-02)
+<!-- latest_release 14.14.9 -->
+## [v14.14.9](https://github.com/chef/chef/tree/v14.14.9) (2019-10-02)
#### Merged Pull Requests
-- Fix show_progress in remote_file is causing FloatDomainError: Infinity [#8945](https://github.com/chef/chef/pull/8945) ([tas50](https://github.com/tas50))
+- Bump all deps to to current [#8946](https://github.com/chef/chef/pull/8946) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=14.13.11 -->
### Changes since 14.13.11 release
#### Merged Pull Requests
+- Bump all deps to to current [#8946](https://github.com/chef/chef/pull/8946) ([tas50](https://github.com/tas50)) <!-- 14.14.9 -->
- Fix show_progress in remote_file is causing FloatDomainError: Infinity [#8945](https://github.com/chef/chef/pull/8945) ([tas50](https://github.com/tas50)) <!-- 14.14.8 -->
- Update nokogiri to 1.10.4 and openssl to 1.0.2t [#8943](https://github.com/chef/chef/pull/8943) ([tas50](https://github.com/tas50)) <!-- 14.14.7 -->
- Fix Windows Integration and Functional tests for BK [#8940](https://github.com/chef/chef/pull/8940) ([jaymalasinha](https://github.com/jaymalasinha)) <!-- 14.14.6 -->
diff --git a/Gemfile.lock b/Gemfile.lock
index 8fbda8a224..af5703af3b 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,10 +1,10 @@
PATH
remote: .
specs:
- chef (14.14.8)
+ chef (14.14.9)
addressable
bundler (>= 1.10)
- chef-config (= 14.14.8)
+ chef-config (= 14.14.9)
chef-zero (>= 13.0)
diff-lcs (~> 1.2, >= 1.2.4)
erubis (~> 2.7)
@@ -31,10 +31,10 @@ PATH
specinfra (~> 2.10)
syslog-logger (~> 1.6)
uuidtools (~> 2.1.5)
- chef (14.14.8-universal-mingw32)
+ chef (14.14.9-universal-mingw32)
addressable
bundler (>= 1.10)
- chef-config (= 14.14.8)
+ chef-config (= 14.14.9)
chef-zero (>= 13.0)
diff-lcs (~> 1.2, >= 1.2.4)
erubis (~> 2.7)
@@ -77,7 +77,7 @@ PATH
PATH
remote: chef-config
specs:
- chef-config (14.14.8)
+ chef-config (14.14.9)
addressable
fuzzyurl
mixlib-config (>= 2.2.12, < 4.0)
diff --git a/VERSION b/VERSION
index de51341c92..5f35aff6b7 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.14.8 \ No newline at end of file
+14.14.9 \ 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 cb302e3013..c345f66635 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.14.8".freeze
+ VERSION = "14.14.9".freeze
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 84c8550027..d93a7158dd 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.14.8")
+ VERSION = Chef::VersionString.new("14.14.9")
end
#