summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-06-13 18:19:12 +0000
committerChef Expeditor <chef-ci@chef.io>2021-06-13 18:19:12 +0000
commit2aad32fd8815f84477313c56313c12455bbf2a3f (patch)
treee4f6372d0b86d32357fcfcd3b41538fcf7654eaa /CHANGELOG.md
parentc63a2530d56d59310d8da17d4ef7c71e0d1046da (diff)
downloadchef-2aad32fd8815f84477313c56313c12455bbf2a3f.tar.gz
Bump version to 17.2.36 by Chef Expeditorv17.2.36
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 084a5b6ee4..44b844a897 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.2.35 -->
-## [v17.2.35](https://github.com/chef/chef/tree/v17.2.35) (2021-06-13)
+<!-- latest_release 17.2.36 -->
+## [v17.2.36](https://github.com/chef/chef/tree/v17.2.36) (2021-06-13)
#### Merged Pull Requests
-- Enable slow resource reporting in our kitchen tests [#11698](https://github.com/chef/chef/pull/11698) ([tas50](https://github.com/tas50))
+- Handle source_line being nil gracefully [#11691](https://github.com/chef/chef/pull/11691) ([fuegas](https://github.com/fuegas))
<!-- latest_release -->
<!-- release_rollup since=17.2.29 -->
### Changes not yet released to stable
#### Merged Pull Requests
+- Handle source_line being nil gracefully [#11691](https://github.com/chef/chef/pull/11691) ([fuegas](https://github.com/fuegas)) <!-- 17.2.36 -->
- Enable slow resource reporting in our kitchen tests [#11698](https://github.com/chef/chef/pull/11698) ([tas50](https://github.com/tas50)) <!-- 17.2.35 -->
- Minor improvements for our self documented resources [#11697](https://github.com/chef/chef/pull/11697) ([tas50](https://github.com/tas50)) <!-- 17.2.34 -->
- Add macos_ruby? helper and wire to the macos? helper [#11693](https://github.com/chef/chef/pull/11693) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 17.2.33 -->