diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-04-23 20:01:48 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-04-23 20:01:48 +0000 |
commit | f6da5e72fb1caef4d33a2888766f435d155982a6 (patch) | |
tree | fa8e8e12a58561748744ebbeac8c9fbb0e34e03e | |
parent | 1462430acfc3f65c67fa8ebf114add767ddcdc27 (diff) | |
download | chef-f6da5e72fb1caef4d33a2888766f435d155982a6.tar.gz |
Bump version to 17.0.231 by Chef Expeditorv17.0.231
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r-- | CHANGELOG.md | 7 | ||||
-rw-r--r-- | Gemfile.lock | 96 | ||||
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | chef-bin/lib/chef-bin/version.rb | 2 | ||||
-rw-r--r-- | chef-config/lib/chef-config/version.rb | 2 | ||||
-rw-r--r-- | chef-utils/lib/chef-utils/version.rb | 2 | ||||
-rw-r--r-- | knife/Gemfile.lock | 18 | ||||
-rw-r--r-- | knife/lib/chef/knife/version.rb | 2 | ||||
-rw-r--r-- | lib/chef/version.rb | 2 |
9 files changed, 28 insertions, 105 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 4475894d3f..cec521a174 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,17 +1,18 @@ <!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ --> 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/). -<!-- latest_release 17.0.230 --> -## [v17.0.230](https://github.com/chef/chef/tree/v17.0.230) (2021-04-23) +<!-- latest_release 17.0.231 --> +## [v17.0.231](https://github.com/chef/chef/tree/v17.0.231) (2021-04-23) #### Merged Pull Requests -- Make json-file compliance report path visible [#11442](https://github.com/chef/chef/pull/11442) ([marcparadise](https://github.com/marcparadise)) +- windows_certificate: properly add/remove pfx and private keys, change… [#11405](https://github.com/chef/chef/pull/11405) ([johnmccrae](https://github.com/johnmccrae)) <!-- latest_release --> <!-- release_rollup since=16.8.14 --> ### Changes not yet released to stable #### Merged Pull Requests +- windows_certificate: properly add/remove pfx and private keys, change… [#11405](https://github.com/chef/chef/pull/11405) ([johnmccrae](https://github.com/johnmccrae)) <!-- 17.0.231 --> - Make json-file compliance report path visible [#11442](https://github.com/chef/chef/pull/11442) ([marcparadise](https://github.com/marcparadise)) <!-- 17.0.230 --> - Move macOS Test Kitchen tests to GitHub Actions [#11439](https://github.com/chef/chef/pull/11439) ([tas50](https://github.com/tas50)) <!-- 17.0.229 --> - Add Test Kitchen tests in GitHub Actions for Windows [#11438](https://github.com/chef/chef/pull/11438) ([tas50](https://github.com/tas50)) <!-- 17.0.228 --> diff --git a/Gemfile.lock b/Gemfile.lock index 1400ef1516..b5a7b858b2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -35,11 +35,11 @@ GIT PATH remote: . specs: - chef (17.0.230) + chef (17.0.231) addressable bcrypt_pbkdf (~> 1.1) - chef-config (= 17.0.230) - chef-utils (= 17.0.230) + chef-config (= 17.0.231) + chef-utils (= 17.0.231) chef-vault chef-zero (>= 14.0.11) diff-lcs (>= 1.2.4, < 1.4.0) @@ -71,66 +71,19 @@ PATH tty-screen (~> 0.6) tty-table (~> 0.11) uuidtools (>= 2.1.5, < 3.0) - chef (17.0.230-universal-mingw32) - addressable - bcrypt_pbkdf (~> 1.1) - chef-config (= 17.0.230) - chef-utils (= 17.0.230) - chef-vault - chef-zero (>= 14.0.11) - diff-lcs (>= 1.2.4, < 1.4.0) - ed25519 (~> 1.2) - erubis (~> 2.7) - ffi (>= 1.5.0) - ffi-libarchive (~> 1.0, >= 1.0.3) - ffi-yajl (~> 2.2) - highline (>= 1.6.9, < 3) - iniparse (~> 1.4) - inspec-core (~> 4.23) - iso8601 (>= 0.12.1, < 0.14) - license-acceptance (>= 1.0.5, < 3) - mixlib-archive (>= 0.4, < 2.0) - mixlib-authentication (>= 2.1, < 4) - mixlib-cli (>= 2.1.1, < 3.0) - mixlib-log (>= 2.0.3, < 4.0) - mixlib-shellout (>= 3.1.1, < 4.0) - net-sftp (>= 2.1.2, < 4.0) - net-ssh (>= 5.1, < 7) - net-ssh-multi (~> 1.2, >= 1.2.1) - ohai (~> 17.0) - pastel - plist (~> 3.2) - proxifier (~> 1.0) - syslog-logger (~> 1.6) - train-core (~> 3.2, >= 3.2.28) - train-winrm (>= 0.2.5) - tty-prompt (~> 0.21) - tty-screen (~> 0.6) - tty-table (~> 0.11) - uuidtools (>= 2.1.5, < 3.0) - win32-api (~> 1.5.3) - win32-certstore (~> 0.6.2) - win32-event (~> 0.6.1) - win32-eventlog (= 0.6.3) - win32-mmap (~> 0.4.1) - win32-mutex (~> 0.4.2) - win32-process (~> 0.9) - win32-service (>= 2.1.5, < 3.0) - win32-taskscheduler (~> 2.0) - wmi-lite (~> 1.0) PATH remote: chef-bin specs: - chef-bin (17.0.230) - chef (= 17.0.230) + chef-bin (17.0.231) + chef (= 17.0.231) PATH remote: chef-config specs: - chef-config (17.0.230) + chef-config (17.0.231) addressable - chef-utils (= 17.0.230) + chef-utils (= 17.0.231) fuzzyurl mixlib-config (>= 2.2.12, < 4.0) mixlib-shellout (>= 2.0, < 4.0) @@ -139,7 +92,7 @@ PATH PATH remote: chef-utils specs: - chef-utils (17.0.230) + chef-utils (17.0.231) concurrent-ruby GEM @@ -195,8 +148,6 @@ GEM ffi (1.15.0-x86-mingw32) ffi-libarchive (1.0.17) ffi (~> 1.0) - ffi-win32-extensions (1.0.4) - ffi ffi-yajl (2.4.0) libyajl2 (>= 1.2) fuzzyurl (0.9.0) @@ -235,7 +186,6 @@ GEM inspec-core-bin (4.33.1) inspec-core (= 4.33.1) ipaddress (0.8.3) - iso8601 (0.13.0) json (2.5.1) libyajl2 (2.1.0) license-acceptance (2.1.13) @@ -259,11 +209,6 @@ GEM mixlib-log (3.0.9) mixlib-shellout (3.2.5) chef-utils - mixlib-shellout (3.2.5-universal-mingw32) - chef-utils - ffi-win32-extensions (~> 1.0.3) - win32-process (~> 0.9) - wmi-lite (~> 1.0) multi_json (1.15.0) multipart-post (2.1.1) net-scp (3.0.0) @@ -338,7 +283,6 @@ GEM unicode-display_width (>= 1.5, < 3.0) unicode_utils (~> 1.4) strings-ansi (0.2.0) - structured_warnings (0.4.0) syslog-logger (1.6.8) thor (1.1.0) tomlrb (1.3.0) @@ -379,28 +323,6 @@ GEM crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) webrick (1.7.0) - win32-api (1.5.3-universal-mingw32) - win32-certstore (0.6.2) - ffi - mixlib-shellout - win32-event (0.6.3) - win32-ipc (>= 0.6.0) - win32-eventlog (0.6.3) - ffi - win32-ipc (0.7.0) - ffi - win32-mmap (0.4.2) - ffi - win32-mutex (0.4.3) - win32-ipc (>= 0.6.0) - win32-process (0.9.0) - ffi (>= 1.0.0) - win32-service (2.2.0) - ffi - ffi-win32-extensions - win32-taskscheduler (2.0.4) - ffi - structured_warnings winrm (2.3.6) builder (>= 2.1.2) erubi (~> 1.8) @@ -450,4 +372,4 @@ DEPENDENCIES webmock BUNDLED WITH - 2.2.4 + 2.2.16 @@ -1 +1 @@ -17.0.230
\ No newline at end of file +17.0.231
\ 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 2a0805c1e8..679eaaeadd 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.230".freeze + VERSION = "17.0.231".freeze end # diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb index f1e3b941e3..cef015e1d1 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.230".freeze + VERSION = "17.0.231".freeze end diff --git a/chef-utils/lib/chef-utils/version.rb b/chef-utils/lib/chef-utils/version.rb index 5f085ad204..2a315c3a0f 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.230" + VERSION = "17.0.231" end diff --git a/knife/Gemfile.lock b/knife/Gemfile.lock index 67c888d972..3d6af773dd 100644 --- a/knife/Gemfile.lock +++ b/knife/Gemfile.lock @@ -28,17 +28,17 @@ GIT PATH remote: ../chef-bin specs: - chef-bin (17.0.230) - chef (= 17.0.230) + chef-bin (17.0.231) + chef (= 17.0.231) PATH remote: .. specs: - chef (17.0.230) + chef (17.0.231) addressable bcrypt_pbkdf (~> 1.1) - chef-config (= 17.0.230) - chef-utils (= 17.0.230) + chef-config (= 17.0.231) + chef-utils (= 17.0.231) chef-vault chef-zero (>= 14.0.11) diff-lcs (>= 1.2.4, < 1.4.0) @@ -74,9 +74,9 @@ PATH PATH remote: /workspace/chef-chef-master/chef-config specs: - chef-config (17.0.230) + chef-config (17.0.231) addressable - chef-utils (= 17.0.230) + chef-utils (= 17.0.231) fuzzyurl mixlib-config (>= 2.2.12, < 4.0) mixlib-shellout (>= 2.0, < 4.0) @@ -85,7 +85,7 @@ PATH PATH remote: /workspace/chef-chef-master/chef-utils specs: - chef-utils (17.0.230) + chef-utils (17.0.231) concurrent-ruby GEM @@ -345,4 +345,4 @@ DEPENDENCIES webmock BUNDLED WITH - 2.2.4 + 2.2.16 diff --git a/knife/lib/chef/knife/version.rb b/knife/lib/chef/knife/version.rb index e430d3cde7..d45f790fc1 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.0.230".freeze + VERSION = "17.0.231".freeze end end diff --git a/lib/chef/version.rb b/lib/chef/version.rb index 773839f818..1b7bd4bd22 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.230") + VERSION = Chef::VersionString.new("17.0.231") end # |