From 0632f9e682ac3123fa2502991647dfc3ba5255c8 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Tue, 24 Mar 2020 21:52:47 +0000 Subject: Bump version to 16.0.154 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 7 ++++--- Gemfile.lock | 22 +++++++++++----------- VERSION | 2 +- chef-bin/lib/chef-bin/version.rb | 2 +- chef-config/lib/chef-config/version.rb | 2 +- chef-utils/lib/chef-utils/version.rb | 2 +- lib/chef/version.rb | 2 +- 7 files changed, 20 insertions(+), 19 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 68f4e3958f..6b2a6d86cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,16 @@ - -## [v16.0.153](https://github.com/chef/chef/tree/v16.0.153) (2020-03-24) + +## [v16.0.154](https://github.com/chef/chef/tree/v16.0.154) (2020-03-24) #### Merged Pull Requests -- Add chef_client_cron resource from chef-client cookbook [#9518](https://github.com/chef/chef/pull/9518) ([tas50](https://github.com/tas50)) +- clean up chef_client_cron [#9527](https://github.com/chef/chef/pull/9527) ([lamont-granquist](https://github.com/lamont-granquist)) ### Changes not yet released to stable #### Merged Pull Requests +- clean up chef_client_cron [#9527](https://github.com/chef/chef/pull/9527) ([lamont-granquist](https://github.com/lamont-granquist)) - Add chef_client_cron resource from chef-client cookbook [#9518](https://github.com/chef/chef/pull/9518) ([tas50](https://github.com/tas50)) - Move cron_d validation methods to a helper and use that in the cron resource [#9522](https://github.com/chef/chef/pull/9522) ([tas50](https://github.com/tas50)) - Add support for parsing YAML recipes with chef-apply [#9507](https://github.com/chef/chef/pull/9507) ([btm](https://github.com/btm)) diff --git a/Gemfile.lock b/Gemfile.lock index 91feb03106..353e0ee691 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -27,12 +27,12 @@ GIT PATH remote: . specs: - chef (16.0.153) + chef (16.0.154) addressable bcrypt_pbkdf (~> 1.0) bundler (>= 1.10) - chef-config (= 16.0.153) - chef-utils (= 16.0.153) + chef-config (= 16.0.154) + chef-utils (= 16.0.154) chef-vault chef-zero (>= 14.0.11) diff-lcs (~> 1.2, >= 1.2.4) @@ -61,12 +61,12 @@ PATH train-winrm (>= 0.2.5) tty-screen (~> 0.6) uuidtools (~> 2.1.5) - chef (16.0.153-universal-mingw32) + chef (16.0.154-universal-mingw32) addressable bcrypt_pbkdf (~> 1.0) bundler (>= 1.10) - chef-config (= 16.0.153) - chef-utils (= 16.0.153) + chef-config (= 16.0.154) + chef-utils (= 16.0.154) chef-vault chef-zero (>= 14.0.11) diff-lcs (~> 1.2, >= 1.2.4) @@ -111,15 +111,15 @@ PATH PATH remote: chef-bin specs: - chef-bin (16.0.153) - chef (= 16.0.153) + chef-bin (16.0.154) + chef (= 16.0.154) PATH remote: chef-config specs: - chef-config (16.0.153) + chef-config (16.0.154) addressable - chef-utils (= 16.0.153) + chef-utils (= 16.0.154) fuzzyurl mixlib-config (>= 2.2.12, < 4.0) mixlib-shellout (>= 2.0, < 4.0) @@ -128,7 +128,7 @@ PATH PATH remote: chef-utils specs: - chef-utils (16.0.153) + chef-utils (16.0.154) GEM remote: https://rubygems.org/ diff --git a/VERSION b/VERSION index 2382d78cb7..e267b4d2cd 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -16.0.153 \ No newline at end of file +16.0.154 \ No newline at end of file diff --git a/chef-bin/lib/chef-bin/version.rb b/chef-bin/lib/chef-bin/version.rb index f136738948..88ef0a2c06 100644 --- a/chef-bin/lib/chef-bin/version.rb +++ b/chef-bin/lib/chef-bin/version.rb @@ -21,7 +21,7 @@ module ChefBin CHEFBIN_ROOT = File.expand_path("../..", __FILE__) - VERSION = "16.0.153".freeze + VERSION = "16.0.154".freeze end # diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb index 98ea31a823..0cd2416c62 100644 --- a/chef-config/lib/chef-config/version.rb +++ b/chef-config/lib/chef-config/version.rb @@ -15,5 +15,5 @@ module ChefConfig CHEFCONFIG_ROOT = File.expand_path("../..", __FILE__) - VERSION = "16.0.153".freeze + VERSION = "16.0.154".freeze end diff --git a/chef-utils/lib/chef-utils/version.rb b/chef-utils/lib/chef-utils/version.rb index d47e6162e2..56f6f3de35 100644 --- a/chef-utils/lib/chef-utils/version.rb +++ b/chef-utils/lib/chef-utils/version.rb @@ -15,5 +15,5 @@ module ChefUtils CHEFUTILS_ROOT = File.expand_path("../..", __FILE__) - VERSION = "16.0.153".freeze + VERSION = "16.0.154".freeze end diff --git a/lib/chef/version.rb b/lib/chef/version.rb index 22f2bc6ea7..38db9de9c0 100644 --- a/lib/chef/version.rb +++ b/lib/chef/version.rb @@ -23,7 +23,7 @@ require_relative "version_string" class Chef CHEF_ROOT = File.expand_path("../..", __FILE__) - VERSION = Chef::VersionString.new("16.0.153") + VERSION = Chef::VersionString.new("16.0.154") end # -- cgit v1.2.1