diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-10-29 22:33:13 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-10-29 22:33:16 +0000 |
commit | 0f9409b827be6b682c28f0631ce7446188568e6e (patch) | |
tree | dfa7660a96bee72b0fe044e834b2bdc669d4efda | |
parent | 2f5ab69bef1c6f0b5f0c5fa5f7d4567419e02df9 (diff) | |
download | chef-0f9409b827be6b682c28f0631ce7446188568e6e.tar.gz |
Update CHANGELOG.md with details from pull request #10576
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r-- | CHANGELOG.md | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index faced4b8bc..8772b427c2 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.12 --> -## [v16.7.12](https://github.com/chef/chef/tree/v16.7.12) (2020-10-29) +<!-- latest_release unreleased --> +## Unreleased #### Merged Pull Requests -- Fix secret options in windows bootstrap [#10577](https://github.com/chef/chef/pull/10577) ([mwrock](https://github.com/mwrock)) +- Remove the provider_resolver specs that are not helpful [#10576](https://github.com/chef/chef/pull/10576) ([tas50](https://github.com/tas50)) <!-- latest_release --> <!-- release_rollup since=16.6.14 --> ### Changes not yet released to stable #### Merged Pull Requests +- Remove the provider_resolver specs that are not helpful [#10576](https://github.com/chef/chef/pull/10576) ([tas50](https://github.com/tas50)) <!-- 16.7.12 --> - Fix secret options in windows bootstrap [#10577](https://github.com/chef/chef/pull/10577) ([mwrock](https://github.com/mwrock)) <!-- 16.7.12 --> - Update Ohai to 16.7.4 and win32-process to 0.9.0 [#10580](https://github.com/chef/chef/pull/10580) ([tas50](https://github.com/tas50)) <!-- 16.7.11 --> - Don't run rspec with documentation formatter. [#10578](https://github.com/chef/chef/pull/10578) ([phiggins](https://github.com/phiggins)) <!-- 16.7.10 --> |