summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan McLellan <btm@chef.io>2015-04-20 15:33:02 -0400
committerBryan McLellan <btm@chef.io>2015-04-20 15:33:02 -0400
commitde7dc03e8da3c30f9b833b25e58f4e087f978c1a (patch)
treef4735bed38da2cee6ca884edd2f61c5c462ed5e7
parent8e6cbc787498d0e52f6f1f1a93765bff0276983c (diff)
downloadchef-de7dc03e8da3c30f9b833b25e58f4e087f978c1a.tar.gz
Update CHANGELOG for merges
-rw-r--r--CHANGELOG.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index db07af7989..f56d662d85 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,16 +9,19 @@
Reset $HOME to user running chef-client when running via sudo
* [**Torben Knerr**](https://github.com/tknerr):
Allow for the chef gem installation to succeed without elevated privileges #3126
+* [**Mike Dodge**](https://github.com/mikedodge04)
+ MacOSX services: Load LaunchAgents as console user, adding plist and
+ session_type options.
+
* [pr#3162](https://github.com/chef/chef/pull/3162): Add
`--minimal-ohai` flag to client/solo/apply; restricts ohai to only the
bare minimum of plugins.
* Ensure link's path attribute works with delayed #3130
* gem_package, chef_gem should not shell out to using https://rubygems.org #2867
-* [**Mike Dodge**](https://github.com/mikedodge04)
- MacOSX services: Load LaunchAgents as console user, adding plist and
- session_type options.
* Add dynamic resource resolution similar to dynamic provider resolution
* Add Chef class fascade to internal structures
+* Convert bootstrap template to use sh #2877
+* Fix nil pointer for windows event logger #3200
## 12.2.1
* [Issue 3153](https://github.com/chef/chef/issues/3153): Fix bug where unset HOME would cause chef to crash