diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-10-30 21:39:11 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-10-30 21:39:11 +0000 |
commit | 96add9392bfd5637914492be85495f9867958ba7 (patch) | |
tree | 5f6f79b1f39f102956462c9a9b9280927472fc97 /CHANGELOG.md | |
parent | 8248fa5b5542840bc6adbeaf32445e008397dc55 (diff) | |
download | chef-96add9392bfd5637914492be85495f9867958ba7.tar.gz |
Bump version to 16.7.18 by Chef Expeditorv16.7.18
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index bab698c426..d68fa2e41d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,16 @@ <!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ --> -<!-- latest_release 16.7.17 --> -## [v16.7.17](https://github.com/chef/chef/tree/v16.7.17) (2020-10-30) +<!-- latest_release 16.7.18 --> +## [v16.7.18](https://github.com/chef/chef/tree/v16.7.18) (2020-10-30) #### Merged Pull Requests -- Simplify regexes by removing extra character classes [#10584](https://github.com/chef/chef/pull/10584) ([tas50](https://github.com/tas50)) +- Improve Windows resource performance by converting powershell_out usage to powershell_exec [#10545](https://github.com/chef/chef/pull/10545) ([mwrock](https://github.com/mwrock)) <!-- latest_release --> <!-- release_rollup since=16.6.14 --> ### Changes not yet released to stable #### Merged Pull Requests +- Improve Windows resource performance by converting powershell_out usage to powershell_exec [#10545](https://github.com/chef/chef/pull/10545) ([mwrock](https://github.com/mwrock)) <!-- 16.7.18 --> - Simplify regexes by removing extra character classes [#10584](https://github.com/chef/chef/pull/10584) ([tas50](https://github.com/tas50)) <!-- 16.7.17 --> - Avoid a splat operator where we don't need one [#10583](https://github.com/chef/chef/pull/10583) ([tas50](https://github.com/tas50)) <!-- 16.7.16 --> - Fix download errors during knife bootstrap on windows due to lack of TLS 1.2 support [#10574](https://github.com/chef/chef/pull/10574) ([TimothyTitan](https://github.com/TimothyTitan)) <!-- 16.7.15 --> |