diff options
-rw-r--r-- | CHANGELOG.md | 12 | ||||
-rw-r--r-- | Gemfile.lock | 16 | ||||
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | chef-config/lib/chef-config/version.rb | 2 | ||||
-rw-r--r-- | lib/chef/version.rb | 2 |
5 files changed, 21 insertions, 13 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 046737b284..7c02c5df6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,16 @@ <!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ --> -<!-- latest_release --> +<!-- latest_release 14.3.38 --> +## [v14.3.38](https://github.com/chef/chef/tree/v14.3.38) (2018-07-12) + +#### Merged Pull Requests +- [MSYS-843] - Add remove_account_right function to win32/security [#7445](https://github.com/chef/chef/pull/7445) ([Nimesh-Msys](https://github.com/Nimesh-Msys)) <!-- latest_release --> -<!-- release_rollup --> +<!-- release_rollup since=14.3.37 --> +### Changes since 14.3.37 release + +#### Merged Pull Requests +- [MSYS-843] - Add remove_account_right function to win32/security [#7445](https://github.com/chef/chef/pull/7445) ([Nimesh-Msys](https://github.com/Nimesh-Msys)) <!-- 14.3.38 --> <!-- release_rollup --> <!-- latest_stable_release --> diff --git a/Gemfile.lock b/Gemfile.lock index ea3693f9a6..64e42e5e56 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -9,10 +9,10 @@ GIT PATH remote: . specs: - chef (14.3.37) + chef (14.3.38) addressable bundler (>= 1.10) - chef-config (= 14.3.37) + chef-config (= 14.3.38) 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.37-universal-mingw32) + chef (14.3.38-universal-mingw32) addressable bundler (>= 1.10) - chef-config (= 14.3.37) + chef-config (= 14.3.38) 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.37) + chef-config (14.3.38) addressable fuzzyurl mixlib-config (>= 2.2.12, < 3.0) @@ -179,7 +179,7 @@ GEM mixlib-log mixlib-authentication (2.1.1) mixlib-cli (1.7.0) - mixlib-config (2.2.12) + mixlib-config (2.2.13) tomlrb mixlib-log (2.0.4) mixlib-shellout (2.3.2) @@ -289,9 +289,9 @@ GEM simplecov-html (~> 0.10.0) simplecov-html (0.10.2) slop (3.6.0) - specinfra (2.74.0) + specinfra (2.75.0) net-scp - net-ssh (>= 2.7, < 5.0) + net-ssh (>= 2.7) net-telnet sfl sslshake (1.2.0) @@ -1 +1 @@ -14.3.37
\ No newline at end of file +14.3.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 3521e23c54..17ee9af7f6 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.37".freeze + VERSION = "14.3.38".freeze end # diff --git a/lib/chef/version.rb b/lib/chef/version.rb index 821ad94c07..78986b8c00 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.37") + VERSION = Chef::VersionString.new("14.3.38") end # |