summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan McLellan <btm@chef.io>2015-03-27 13:38:02 -0700
committerBryan McLellan <btm@chef.io>2015-03-27 13:38:02 -0700
commit6813675a20f232afbe440800a56d4385be55e9fe (patch)
tree51a462ed2cd3aaf172fe2ee6b46ab5c3d0cab213
parent1be4c8a3adccd9e392ca4af48f171763e06aaca9 (diff)
downloadchef-6813675a20f232afbe440800a56d4385be55e9fe.tar.gz
Update changelog for merges
-rw-r--r--CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f25718f02d..e37dadd3bc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,9 +4,14 @@
Removed after_created and added test to recipe_spec
* [**Tim Sogard**](https://github.com/drags):
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
## 12.2.1
* [Issue 3153](https://github.com/chef/chef/issues/3153): Fix bug where unset HOME would cause chef to crash