From 4f19535d24dd5dfd4a705034df8512b5db1651cc Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Sat, 1 May 2021 00:57:19 +0000 Subject: Bump version to 17.1.5 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 +- knife/lib/chef/knife/version.rb | 2 +- lib/chef/version.rb | 2 +- 8 files changed, 21 insertions(+), 20 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc1e4725c9..54258aafa3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,17 +1,18 @@ This changelog lists individual merged pull requests to Chef Infra Client and geared towards developers. For a list of significant changes per release see the [Chef Infra Client Release Notes](https://docs.chef.io/release_notes_client/). - -## [v17.1.4](https://github.com/chef/chef/tree/v17.1.4) (2021-04-30) + +## [v17.1.5](https://github.com/chef/chef/tree/v17.1.5) (2021-05-01) #### Merged Pull Requests -- Remove the ruby-prof gem from omnibus packages [#11491](https://github.com/chef/chef/pull/11491) ([tas50](https://github.com/tas50)) +- Remove profile-ruby tests [#11493](https://github.com/chef/chef/pull/11493) ([tas50](https://github.com/tas50)) ### Changes not yet released to stable #### Merged Pull Requests +- Remove profile-ruby tests [#11493](https://github.com/chef/chef/pull/11493) ([tas50](https://github.com/tas50)) - Remove the ruby-prof gem from omnibus packages [#11491](https://github.com/chef/chef/pull/11491) ([tas50](https://github.com/tas50)) - Remove RHEL5 support from yum_package provider [#11492](https://github.com/chef/chef/pull/11492) ([lamont-granquist](https://github.com/lamont-granquist)) - Update omnibus to unbreak builds [#11489](https://github.com/chef/chef/pull/11489) ([tas50](https://github.com/tas50)) diff --git a/Gemfile.lock b/Gemfile.lock index 8a8a22b2ac..beb434178d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -35,11 +35,11 @@ GIT PATH remote: . specs: - chef (17.1.4) + chef (17.1.5) addressable bcrypt_pbkdf (~> 1.1) - chef-config (= 17.1.4) - chef-utils (= 17.1.4) + chef-config (= 17.1.5) + chef-utils (= 17.1.5) chef-vault chef-zero (>= 14.0.11) diff-lcs (>= 1.2.4, < 1.4.0) @@ -71,11 +71,11 @@ PATH tty-screen (~> 0.6) tty-table (~> 0.11) uuidtools (>= 2.1.5, < 3.0) - chef (17.1.4-universal-mingw32) + chef (17.1.5-universal-mingw32) addressable bcrypt_pbkdf (~> 1.1) - chef-config (= 17.1.4) - chef-utils (= 17.1.4) + chef-config (= 17.1.5) + chef-utils (= 17.1.5) chef-vault chef-zero (>= 14.0.11) diff-lcs (>= 1.2.4, < 1.4.0) @@ -122,15 +122,15 @@ PATH PATH remote: chef-bin specs: - chef-bin (17.1.4) - chef (= 17.1.4) + chef-bin (17.1.5) + chef (= 17.1.5) PATH remote: chef-config specs: - chef-config (17.1.4) + chef-config (17.1.5) addressable - chef-utils (= 17.1.4) + chef-utils (= 17.1.5) fuzzyurl mixlib-config (>= 2.2.12, < 4.0) mixlib-shellout (>= 2.0, < 4.0) @@ -139,7 +139,7 @@ PATH PATH remote: chef-utils specs: - chef-utils (17.1.4) + chef-utils (17.1.5) concurrent-ruby GEM diff --git a/VERSION b/VERSION index 575312f9b0..5f62ccc1a2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -17.1.4 \ No newline at end of file +17.1.5 \ 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 47f4176cec..3359e417c6 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("..", __dir__) - VERSION = "17.1.4".freeze + VERSION = "17.1.5".freeze end # diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb index 57af1aeaa0..c94fb259b7 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("..", __dir__) - VERSION = "17.1.4".freeze + VERSION = "17.1.5".freeze end diff --git a/chef-utils/lib/chef-utils/version.rb b/chef-utils/lib/chef-utils/version.rb index b10ac43785..c558109a8c 100644 --- a/chef-utils/lib/chef-utils/version.rb +++ b/chef-utils/lib/chef-utils/version.rb @@ -16,5 +16,5 @@ module ChefUtils CHEFUTILS_ROOT = File.expand_path("..", __dir__) - VERSION = "17.1.4" + VERSION = "17.1.5" end diff --git a/knife/lib/chef/knife/version.rb b/knife/lib/chef/knife/version.rb index 0e75382c9e..ee0388896d 100644 --- a/knife/lib/chef/knife/version.rb +++ b/knife/lib/chef/knife/version.rb @@ -17,7 +17,7 @@ class Chef class Knife KNIFE_ROOT = File.expand_path("../..", __dir__) - VERSION = "17.1.4".freeze + VERSION = "17.1.5".freeze end end diff --git a/lib/chef/version.rb b/lib/chef/version.rb index 7922c444a3..1bdc7c08a4 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("..", __dir__) - VERSION = Chef::VersionString.new("17.1.4") + VERSION = Chef::VersionString.new("17.1.5") end # -- cgit v1.2.1