summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorThom May <thom@chef.io>2015-04-30 14:28:17 +0100
committerThom May <thom@chef.io>2015-04-30 14:30:03 +0100
commit5050b047c230b8ab12ced01eaa1ff8126258456d (patch)
treebbc2986a7fd9ef86b07f5ff4e6c03d2d83e0fe1c /CHANGELOG.md
parentb18b5ed8ef1360f9444649d1efd643727e5a42ed (diff)
downloadchef-5050b047c230b8ab12ced01eaa1ff8126258456d.tar.gz
Update changelog for releases
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ada16f72c7..f95638907e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,10 @@
## Unreleased
+* [**Phil Dibowitz**](https://github.com/jaymzh):
+ Fix multipackage and architectures
+
+* Convert bootstrap template to use sh #2877
+## 12.3.0
* [pr#3160](https://github.com/chef/chef/pull/3160): Use Chef Zero in
socketless mode for local mode, add `--no-listen` flag to disable port
binding
@@ -16,6 +21,7 @@
Ensure knife ssh doesn't use a non-existant field for hostname #3131
* [**Tom Hughes**](https://github.com/tomhughes)
Ensure searches progress in the face of incomplete responses #3135
+
* [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.
@@ -23,12 +29,9 @@
* gem_package, chef_gem should not shell out to using https://rubygems.org #2867
* 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
* Use partial search for knife status
* Ensure chef/knife properly honours proxy config
-* [**Phil Dibowitz**](https://github.com/jaymzh):
- Fix multipackage and architectures
## 12.2.1
* [Issue 3153](https://github.com/chef/chef/issues/3153): Fix bug where unset HOME would cause chef to crash