From 2d831ab68108f2f9f413d18458b7f803d5c0b2b6 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Wed, 10 Mar 2021 01:02:04 +0000 Subject: Bump version to 17.0.143 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- .expeditor/release.omnibus.yml | 2 ++ CHANGELOG.md | 7 ++++--- Gemfile.lock | 28 ++++++++++++++-------------- 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 +- omnibus/Gemfile | 4 ++-- omnibus/Gemfile.lock | 10 +++++----- 10 files changed, 32 insertions(+), 29 deletions(-) diff --git a/.expeditor/release.omnibus.yml b/.expeditor/release.omnibus.yml index 11b6eda0dc..fb287b9322 100644 --- a/.expeditor/release.omnibus.yml +++ b/.expeditor/release.omnibus.yml @@ -39,6 +39,8 @@ builder-to-testers-map: - mac_os_x-10.14-x86_64 - mac_os_x-10.15-x86_64 - mac_os_x-11.0-x86_64 + mac_os_x-11-arm64: + - mac_os_x-11-arm64 sles-12-s390x: - sles-12-s390x - sles-15-s390x diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ed4680af3..4ff06feec7 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.0.142](https://github.com/chef/chef/tree/v17.0.142) (2021-03-09) + +## [v17.0.143](https://github.com/chef/chef/tree/v17.0.143) (2021-03-10) #### Merged Pull Requests -- Bump Ohai and chefstyle tot the latest [#11156](https://github.com/chef/chef/pull/11156) ([tas50](https://github.com/tas50)) +- Remove installing htop in test [#11157](https://github.com/chef/chef/pull/11157) ([tas50](https://github.com/tas50)) ### Changes not yet released to stable #### Merged Pull Requests +- Remove installing htop in test [#11157](https://github.com/chef/chef/pull/11157) ([tas50](https://github.com/tas50)) - Bump Ohai and chefstyle tot the latest [#11156](https://github.com/chef/chef/pull/11156) ([tas50](https://github.com/tas50)) - Use full path for launchctl calls [#11154](https://github.com/chef/chef/pull/11154) ([krackajak](https://github.com/krackajak)) - Add effortless? helper to chef-utils [#11150](https://github.com/chef/chef/pull/11150) ([tas50](https://github.com/tas50)) diff --git a/Gemfile.lock b/Gemfile.lock index deb3c07690..4135e9a91e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -28,11 +28,11 @@ GIT PATH remote: . specs: - chef (17.0.142) + chef (17.0.143) addressable bcrypt_pbkdf (~> 1.1) - chef-config (= 17.0.142) - chef-utils (= 17.0.142) + chef-config (= 17.0.143) + chef-utils (= 17.0.143) chef-vault chef-zero (>= 14.0.11) diff-lcs (>= 1.2.4, < 1.4.0) @@ -64,11 +64,11 @@ PATH tty-screen (~> 0.6) tty-table (~> 0.11) uuidtools (>= 2.1.5, < 3.0) - chef (17.0.142-universal-mingw32) + chef (17.0.143-universal-mingw32) addressable bcrypt_pbkdf (~> 1.1) - chef-config (= 17.0.142) - chef-utils (= 17.0.142) + chef-config (= 17.0.143) + chef-utils (= 17.0.143) chef-vault chef-zero (>= 14.0.11) diff-lcs (>= 1.2.4, < 1.4.0) @@ -115,15 +115,15 @@ PATH PATH remote: chef-bin specs: - chef-bin (17.0.142) - chef (= 17.0.142) + chef-bin (17.0.143) + chef (= 17.0.143) PATH remote: chef-config specs: - chef-config (17.0.142) + chef-config (17.0.143) addressable - chef-utils (= 17.0.142) + chef-utils (= 17.0.143) fuzzyurl mixlib-config (>= 2.2.12, < 4.0) mixlib-shellout (>= 2.0, < 4.0) @@ -132,7 +132,7 @@ PATH PATH remote: chef-utils specs: - chef-utils (17.0.142) + chef-utils (17.0.143) GEM remote: https://rubygems.org/ @@ -328,9 +328,9 @@ GEM rubyzip (2.3.0) semverse (3.0.0) sslshake (1.3.1) - strings (0.2.0) + strings (0.2.1) strings-ansi (~> 0.2) - unicode-display_width (~> 1.5) + unicode-display_width (>= 1.5, < 3.0) unicode_utils (~> 1.4) strings-ansi (0.2.0) structured_warnings (0.4.0) @@ -366,7 +366,7 @@ GEM pastel (~> 0.8) strings (~> 0.2.0) tty-screen (~> 0.8) - unicode-display_width (1.7.0) + unicode-display_width (2.0.0) unicode_utils (1.4.0) uuidtools (2.2.0) webmock (3.12.1) diff --git a/VERSION b/VERSION index a23e357170..44b0af4c7a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -17.0.142 \ No newline at end of file +17.0.143 \ 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 eed233382f..37f60682b6 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.0.142".freeze + VERSION = "17.0.143".freeze end # diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb index 200a1fc286..2601639e0d 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.0.142".freeze + VERSION = "17.0.143".freeze end diff --git a/chef-utils/lib/chef-utils/version.rb b/chef-utils/lib/chef-utils/version.rb index 3ad705bb48..9cd4b56eca 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.0.142" + VERSION = "17.0.143" end diff --git a/lib/chef/version.rb b/lib/chef/version.rb index f6728bae33..3394e3b5ac 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.0.142") + VERSION = Chef::VersionString.new("17.0.143") end # diff --git a/omnibus/Gemfile b/omnibus/Gemfile index df94943a3d..70370cc65b 100644 --- a/omnibus/Gemfile +++ b/omnibus/Gemfile @@ -1,7 +1,7 @@ source "https://rubygems.org" gem "omnibus", git: "https://github.com/chef/omnibus", branch: "master" -gem "omnibus-software", git: "https://github.com/chef/omnibus-software", branch: "master" +gem "omnibus-software", git: "https://github.com/chef/omnibus-software", branch: "libffi_mac" gem "artifactory" gem "pedump" @@ -21,4 +21,4 @@ group :development do gem "test-kitchen", ">= 1.23" gem "kitchen-vagrant", ">= 1.3.1" gem "winrm-fs", "~> 1.0" -end \ No newline at end of file +end diff --git a/omnibus/Gemfile.lock b/omnibus/Gemfile.lock index 2284555414..c115c65e7e 100644 --- a/omnibus/Gemfile.lock +++ b/omnibus/Gemfile.lock @@ -18,8 +18,8 @@ GIT GIT remote: https://github.com/chef/omnibus-software - revision: a7ed951108689cad13b1ad29293bfe1a0b9e5271 - branch: master + revision: 510c7448fa6a19560f832d2f3e1d070776ef00e0 + branch: libffi_mac specs: omnibus-software (4.0.0) omnibus (>= 8.0.0) @@ -346,9 +346,9 @@ GEM molinillo (~> 0.6) semverse (>= 1.1, < 4.0) sslshake (1.3.1) - strings (0.2.0) + strings (0.2.1) strings-ansi (~> 0.2) - unicode-display_width (~> 1.5) + unicode-display_width (>= 1.5, < 3.0) unicode_utils (~> 1.4) strings-ansi (0.2.0) structured_warnings (0.4.0) @@ -400,7 +400,7 @@ GEM pastel (~> 0.8) strings (~> 0.2.0) tty-screen (~> 0.8) - unicode-display_width (1.7.0) + unicode-display_width (2.0.0) unicode_utils (1.4.0) uuidtools (2.2.0) webrick (1.7.0) -- cgit v1.2.1