diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-09-09 04:14:54 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-09-09 04:14:54 +0000 |
commit | e0b4d448ada404a76cf609946233d2ed1f2c89ca (patch) | |
tree | 05ef55c20d31b612b32a2a9971e301a547928d28 /CHANGELOG.md | |
parent | 481c85d44571b70b9ef2868ed753b9cb4d8c7c31 (diff) | |
download | chef-e0b4d448ada404a76cf609946233d2ed1f2c89ca.tar.gz |
Bump version to 16.5.39 by Chef Expeditorv16.5.39
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index bc19c1522f..228662d7f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,9 @@ <!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ --> -<!-- latest_release unreleased --> -## Unreleased +<!-- latest_release 16.5.39 --> +## [v16.5.39](https://github.com/chef/chef/tree/v16.5.39) (2020-09-09) #### Merged Pull Requests +- Update Ohai to 16.5 [#10399](https://github.com/chef/chef/pull/10399) ([tas50](https://github.com/tas50)) - Mock File.expand_path to fix window C:/ dir appended in absolute path [#10398](https://github.com/chef/chef/pull/10398) ([vsingh-msys](https://github.com/vsingh-msys)) <!-- latest_release --> @@ -10,6 +11,7 @@ ### Changes not yet released to stable #### Merged Pull Requests +- Update Ohai to 16.5 [#10399](https://github.com/chef/chef/pull/10399) ([tas50](https://github.com/tas50)) <!-- 16.5.39 --> - Mock File.expand_path to fix window C:/ dir appended in absolute path [#10398](https://github.com/chef/chef/pull/10398) ([vsingh-msys](https://github.com/vsingh-msys)) <!-- 16.5.38 --> - Use include? to example strings when we don't need a regex [#10396](https://github.com/chef/chef/pull/10396) ([tas50](https://github.com/tas50)) <!-- 16.5.38 --> - rhsm_register: Avoid potentially checking if we need to register twice [#10395](https://github.com/chef/chef/pull/10395) ([tas50](https://github.com/tas50)) <!-- 16.5.37 --> |