summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-02-06 19:13:28 +0000
committerChef Expeditor <expeditor@chef.io>2020-02-06 19:13:28 +0000
commita718989b9e0fefdaca9fdb8d46030e06da51c71f (patch)
treeee0ae64cc95e9fe7deeb215ac086c48b9e4b9a96
parent33743d314be07baa6095e3625c11461aad6208ca (diff)
downloadchef-a718989b9e0fefdaca9fdb8d46030e06da51c71f.tar.gz
Bump version to 14.14.38 by Chef Expeditorv14.14.38
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r--CHANGELOG.md7
-rw-r--r--Gemfile.lock14
-rw-r--r--VERSION2
-rw-r--r--chef-config/lib/chef-config/version.rb2
-rw-r--r--lib/chef/version.rb2
5 files changed, 14 insertions, 13 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3dbfaa9193..1abe7e8edd 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.37 -->
-## [v14.14.37](https://github.com/chef/chef/tree/v14.14.37) (2020-01-16)
+<!-- latest_release 14.14.38 -->
+## [v14.14.38](https://github.com/chef/chef/tree/v14.14.38) (2020-02-06)
#### Merged Pull Requests
-- Update all deps to the latest + openssl 1.0.2u [#9221](https://github.com/chef/chef/pull/9221) ([tas50](https://github.com/tas50))
+- Add Debian 10 (Buster) Tester [#9340](https://github.com/chef/chef/pull/9340) ([christopher-snapp](https://github.com/christopher-snapp))
<!-- latest_release -->
<!-- release_rollup since=14.14.29 -->
### Changes not yet released to stable
#### Merged Pull Requests
+- Add Debian 10 (Buster) Tester [#9340](https://github.com/chef/chef/pull/9340) ([christopher-snapp](https://github.com/christopher-snapp)) <!-- 14.14.38 -->
- Update all deps to the latest + openssl 1.0.2u [#9221](https://github.com/chef/chef/pull/9221) ([tas50](https://github.com/tas50)) <!-- 14.14.37 -->
- Update all deps to the latest [#9193](https://github.com/chef/chef/pull/9193) ([tas50](https://github.com/tas50)) <!-- 14.14.36 -->
- Update Chef 14 deps to the latest + trim the install size [#9143](https://github.com/chef/chef/pull/9143) ([tas50](https://github.com/tas50)) <!-- 14.14.35 -->
diff --git a/Gemfile.lock b/Gemfile.lock
index 5591548666..4da4774c11 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,10 +1,10 @@
PATH
remote: .
specs:
- chef (14.14.37)
+ chef (14.14.38)
addressable
bundler (>= 1.10)
- chef-config (= 14.14.37)
+ chef-config (= 14.14.38)
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.37-universal-mingw32)
+ chef (14.14.38-universal-mingw32)
addressable
bundler (>= 1.10)
- chef-config (= 14.14.37)
+ chef-config (= 14.14.38)
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.37)
+ chef-config (14.14.38)
addressable
fuzzyurl
mixlib-config (>= 2.2.12, < 4.0)
@@ -273,7 +273,7 @@ GEM
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
slop (3.6.0)
- specinfra (2.82.7)
+ specinfra (2.82.8)
net-scp
net-ssh (>= 2.7)
net-telnet (= 0.1.1)
@@ -339,7 +339,7 @@ GEM
win32-ipc (>= 0.6.0)
win32-process (0.8.3)
ffi (>= 1.0.0)
- win32-service (2.1.4)
+ win32-service (2.1.5)
ffi
ffi-win32-extensions
win32-taskscheduler (2.0.4)
diff --git a/VERSION b/VERSION
index 5fa43c5b67..69060a6316 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.14.37 \ No newline at end of file
+14.14.38 \ 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 de764360d4..0940a2585f 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.37".freeze
+ VERSION = "14.14.38".freeze
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 763cba8c46..1604707ced 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.37")
+ VERSION = Chef::VersionString.new("14.14.38")
end
#