summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Dibowitz <phil@ipom.com>2015-04-13 16:48:57 -0700
committerPhil Dibowitz <phil@ipom.com>2015-04-13 16:48:57 -0700
commit7148a3912cb26c0bf2c067144c0ca949bd4de967 (patch)
treeeb5870f75321737a0d4dc6847591b31bdc3f9dea
parente973e6b405ec6efed91692a9e2ce1c3206a096b8 (diff)
downloadchef-7148a3912cb26c0bf2c067144c0ca949bd4de967.tar.gz
Changelog for PR#3051
-rw-r--r--CHANGELOG.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1fd60c92da..0acc5ba8d2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,12 +9,14 @@
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
-
* [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.
## 12.2.1
* [Issue 3153](https://github.com/chef/chef/issues/3153): Fix bug where unset HOME would cause chef to crash