diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-10-11 16:20:27 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-10-11 16:20:27 +0000 |
commit | 93f86e8a76b8dc9e0aa971e10bf9bf78d5114d8a (patch) | |
tree | a9311dd335061c5a83b7857e5a00fcafa8e64d62 | |
parent | 75ec4fc1e791969b18224cd7d1e3e00e79fdd017 (diff) | |
download | chef-93f86e8a76b8dc9e0aa971e10bf9bf78d5114d8a.tar.gz |
Bump version to 17.7.3 by Chef Expeditorv17.7.3
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r-- | CHANGELOG.md | 6 | ||||
-rw-r--r-- | Gemfile.lock | 22 | ||||
-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/lib/chef/knife/version.rb | 2 | ||||
-rw-r--r-- | lib/chef/version.rb | 2 |
8 files changed, 21 insertions, 19 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index d80f422cc9..ba91288912 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,11 @@ <!-- 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 unreleased --> -## Unreleased +<!-- latest_release 17.7.3 --> +## [v17.7.3](https://github.com/chef/chef/tree/v17.7.3) (2021-10-11) #### Merged Pull Requests +- (doc) Add note about requirement for Chocolatey [#12157](https://github.com/chef/chef/pull/12157) ([gep13](https://github.com/gep13)) - Skip ssl verification in our centos-6 test [#12155](https://github.com/chef/chef/pull/12155) ([tas50](https://github.com/tas50)) <!-- latest_release --> @@ -12,6 +13,7 @@ This changelog lists individual merged pull requests to Chef Infra Client and ge ### Changes not yet released to stable #### Merged Pull Requests +- (doc) Add note about requirement for Chocolatey [#12157](https://github.com/chef/chef/pull/12157) ([gep13](https://github.com/gep13)) <!-- 17.7.3 --> - Skip ssl verification in our centos-6 test [#12155](https://github.com/chef/chef/pull/12155) ([tas50](https://github.com/tas50)) <!-- 17.7.2 --> - Bump chef/ohai to f65a21cc7e6f4cf9f54e50f170deec549e78f0dd [#12154](https://github.com/chef/chef/pull/12154) ([chef-expeditor[bot]](https://github.com/chef-expeditor[bot])) <!-- 17.7.2 --> - Use ** when passing options in subversion provider [#12150](https://github.com/chef/chef/pull/12150) ([tomhughes](https://github.com/tomhughes)) <!-- 17.7.1 --> diff --git a/Gemfile.lock b/Gemfile.lock index 8232af13c8..b522b25d69 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -35,12 +35,12 @@ GIT PATH remote: . specs: - chef (17.7.2) + chef (17.7.3) addressable aws-sdk-s3 (~> 1.91) aws-sdk-secretsmanager (~> 1.46) - chef-config (= 17.7.2) - chef-utils (= 17.7.2) + chef-config (= 17.7.3) + chef-utils (= 17.7.3) chef-vault chef-zero (>= 14.0.11) diff-lcs (>= 1.2.4, < 1.4.0) @@ -65,12 +65,12 @@ PATH train-winrm (>= 0.2.5) uuidtools (>= 2.1.5, < 3.0) vault (~> 0.16) - chef (17.7.2-universal-mingw32) + chef (17.7.3-universal-mingw32) addressable aws-sdk-s3 (~> 1.91) aws-sdk-secretsmanager (~> 1.46) - chef-config (= 17.7.2) - chef-utils (= 17.7.2) + chef-config (= 17.7.3) + chef-utils (= 17.7.3) chef-vault chef-zero (>= 14.0.11) diff-lcs (>= 1.2.4, < 1.4.0) @@ -110,15 +110,15 @@ PATH PATH remote: chef-bin specs: - chef-bin (17.7.2) - chef (= 17.7.2) + chef-bin (17.7.3) + chef (= 17.7.3) PATH remote: chef-config specs: - chef-config (17.7.2) + chef-config (17.7.3) addressable - chef-utils (= 17.7.2) + chef-utils (= 17.7.3) fuzzyurl mixlib-config (>= 2.2.12, < 4.0) mixlib-shellout (>= 2.0, < 4.0) @@ -127,7 +127,7 @@ PATH PATH remote: chef-utils specs: - chef-utils (17.7.2) + chef-utils (17.7.3) concurrent-ruby GEM @@ -1 +1 @@ -17.7.2
\ No newline at end of file +17.7.3
\ 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 8b5eeb6f0a..d9aa5c34d1 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.7.2".freeze + VERSION = "17.7.3".freeze end # diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb index 99a8e734d2..57a7206188 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.7.2".freeze + VERSION = "17.7.3".freeze end diff --git a/chef-utils/lib/chef-utils/version.rb b/chef-utils/lib/chef-utils/version.rb index f8f6395685..6f6fa25218 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.7.2" + VERSION = "17.7.3" end diff --git a/knife/lib/chef/knife/version.rb b/knife/lib/chef/knife/version.rb index e8dd9f30a0..7b32c32a3d 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.7.2".freeze + VERSION = "17.7.3".freeze end end diff --git a/lib/chef/version.rb b/lib/chef/version.rb index 00ff05aa21..14d302389b 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.7.2") + VERSION = Chef::VersionString.new("17.7.3") end # |