summaryrefslogtreecommitdiff
path: root/RELEASE_NOTES.md
Commit message (Collapse)AuthorAgeFilesLines
* Deprecate the system_profile plugindeprecateTim Smith2018-10-031-0/+8
| | | | | | | | | 1) It's broken 2) It's a huge amount of data on the node 3) It takes 3 seconds to run 4) Hardware plugin does the same thing, but better Signed-off-by: Tim Smith <tsmith@chef.io>
* Link added to thank you note.Mary Jinglewski2018-09-191-1/+1
| | | | Signed-off-by: Mary Jinglewski <mjinglewski@chef.io>
* Copyediting RELEASE_NOTESmjingle2018-09-191-3/+3
|
* Link to github profiles in the release notesTim Smith2018-09-181-3/+3
|
* Add 14.5 release notesTim Smith2018-09-141-0/+14
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Add release notes for 14.4Tim Smith2018-08-081-1/+15
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Switch to just using --directory more than onceTim Smith2018-08-071-0/+11
| | | | | | I wasn't aware that this was our standard way of doing this. Works for me. Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 14.3 + add release notesTim Smith2018-07-061-0/+6
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Add 14.2 release notesTim Smith2018-06-041-5/+8
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Update Release Notes for 14.1tm/14_1_relnotesThom May2018-05-041-0/+17
| | | | Signed-off-by: Thom May <thom@chef.io>
* Add Ohai 14 release notesrelease_notesTim Smith2018-03-271-0/+64
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Release 13.7.1Tim Smith2018-01-101-15/+19
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Add a plugin to provide PCI bus information using `lspci`. (#1107)Phil Dibowitz2018-01-031-0/+6
| | | | | | | | | This is based on an original plugin from: https://github.com/GLOBAL2000/chef-ohai-plugins/ With modifications from the fork here: https://github.com/GLOBAL2000/chef-ohai-plugins/ Signed-off-by: Phil Dibowitz <phil@ipom.com>
* Release 13.7.013.7Tim Smith2017-12-041-0/+10
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Add a note about the updated OHAI-11/12 deprecationsdeprecation_notesTim Smith2017-10-261-0/+4
| | | | | | We're deprecating these in Ohai 14 not 15 as previously planned Signed-off-by: Tim Smith <tsmith@chef.io>
* Release 13.613.6Tim Smith2017-10-241-8/+12
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Fix regression in #1047 (#1066)Phil Dibowitz2017-10-041-0/+6
| | | | | | | | PR #1047 allows a plugin to return partial data which may be incredibly dangerous. It's a totally reasonable thing to want, however, so we gate it behind a plugin config. However, the default behavior reverts to where it was. Signed-off-by: Phil Dibowitz <phil@ipom.com>
* Critical Plugins (#1064)Phil Dibowitz2017-10-041-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | This adds a new Ohai configuration `critical_plugins` which will cause Ohai to exit (or `fail` if inside of Chef) if the plugins in the list do not run successfully. This feature only supports Ohai 7-style named plugins, not the ancient Ohai 6-style stuff. Tests to follow, but: ``` $ cat /home/phild/ohai.rb ohai.critical_plugins << :Filesystem $ ./bin/ohai -c /home/phild/ohai.rb [2017-10-03T13:43:14-07:00] INFO: The plugin path /etc/chef/ohai/plugins does not exist. Skipping... [2017-10-03T13:43:14-07:00] ERROR: The following plugins marked as critical failed: [:Filesystem] ``` And when I run Chef: ``` [2017-10-03T13:44:11-07:00] FATAL: RuntimeError: The following plugins marked as critical failed: [:Filesystem2]. Failing Chef run. ``` This fixes #879. Signed-off-by: Phil Dibowitz <phil@ipom.com>
* prep 13.5 for releasetm/13_5Thom May2017-09-281-0/+12
| | | | Signed-off-by: Thom May <thom@chef.io>
* Release Ohai 13.4Tim Smith2017-09-111-4/+73
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Merge pull request #1042 from oslerw/masterTim Smith2017-09-101-0/+4
|\ | | | | Add Arch Linux support to package plugin
| * Add Arch Linux support to package pluginWilliam Osler2017-09-101-0/+4
| | | | | | | | Signed-off-by: William Osler <oslerw@fb.com>
* | Release 13.3Tim Smith2017-08-101-2/+2
|/ | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Add f5 detection to the release notestas50-patch-1Tim Smith2017-07-191-0/+9
| | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Release note update per jaymzh13.2Tim Smith2017-06-291-1/+1
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Release 13.2Tim Smith2017-06-291-18/+24
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Release Ohai 13.1.0ohai_131Tim Smith2017-05-091-51/+17
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Update Ohai 13 release notesTim Smith2017-04-061-20/+54
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Release 8.23.0Tim Smith2017-01-241-0/+5
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Update release notes and chefstyle fixespr/941Tim Smith2017-01-231-0/+4
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Update RELEASE_NOTES.mdTim Smith2016-12-201-0/+14
|
* Add Cumulus Linux detection to the release notesTim Smith2016-12-151-17/+2
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Release 8.22.0Tim Smith2016-11-301-0/+19
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Wipe the release notesnotesTim Smith2016-11-091-4/+0
| | | These were very out of date
* Release 8.17.08.17Tim Smith2016-06-191-10/+2
| | | | | | Let's make sure we get our recent changes into the next Chef release. Signed-off-by: Tim Smith <tsmith@chef.io>
* Release 8.16.08.16.0Tim Smith2016-05-111-7/+6
| | | | Time to get this into our nightlies
* Update release notesTim Smith2016-04-081-23/+6
|
* Update release notes with functionality on masterTim Smith2016-03-091-0/+17
|
* Update RELEASE_NOTES.mdTim Smith2016-03-021-0/+7
|
* Update RELEASE_NOTES.mdTim Smith2016-03-021-0/+5
|
* Zero out release notes post releaseTim Smith2015-12-141-3/+0
|
* Update changelog & release notes with PR#sSalim Alam2015-12-091-2/+2
|
* Rev version to 8.8.1, update changelog and release notessalam/ohai-updateSalim Alam2015-12-081-24/+3
|
* Release notesTim Smith2015-12-021-1/+27
|
* Clean out release notesSalim Alam2015-12-011-66/+1
|
* Minor spelling fixesTim Smith2015-08-141-2/+2
|
* Fix my_mountpoint view in filesystem2; add testsPhil Dibowitz2015-06-251-1/+4
| | | | | | | The same trick for by_device to list multiple pointpoints should be in by_mounpoint for multiple devices. Add tests for both alternative views.
* Port new filesystem2 plugin to darwin.Phil Dibowitz2015-06-241-1/+2
| | | | This is just a port of #559 to Darwin. See that PR for the details.
* Add docsPhil Dibowitz2015-06-231-0/+36
|
* [Ohai 7] Add support for ECMP routes to linux::networkPhil Dibowitz2014-08-151-0/+1
| | | | Fixes #388