summaryrefslogtreecommitdiff
path: root/HISTORY.md
Commit message (Collapse)AuthorAgeFilesLines
* Bump chef version to 13.0.0Lamont Granquist2017-02-281-2/+33
| | | | | | | | | | | This requires pulling in master of several gems, bumps all the other gems, plus pulls in new kitchen-appbundle-updater which supports pulling master of ohai. Note that kitchen-windows is disabled because it turns out it was broken and red on 12.19 all along. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Bump minor version to 12.19Scott Christopherson2017-01-251-0/+26
| | | | Signed-off-by: Scott Christopherson <scott@chef.io>
* Bump minor version to 12.18bump-minor-12-8Scott Christopherson2016-12-141-1/+40
| | | | Signed-off-by: Scott Christopherson <scott@chef.io>
* Update 12.16 release notes & changelog with package lockingTom Duffield2016-11-101-0/+1
| | | | | Signed-off-by: Tom Duffield <tom@chef.io> Signed-off-by: Bryan McLellan <btm@loftninjas.org>
* Bump minor version to 12.17 after 12.16 releaseTom Duffield2016-11-091-0/+22
| | | | Signed-off-by: Tom Duffield <tom@chef.io>
* Update changelog generator to better fill our pattern (#5515)Tom Duffield2016-11-041-0/+1243
* Update changelog generator to better fill our pattern Configure the changelog generator to better fit our current pattern of changelogs. By utilizing the HISTORY.md file, we can generate a combined changelog of the latest version from HISTORY.md to now. Then, when we cut a release we can simply move our current changelog into HISTORY.md (using the appropriate rake task) and start the process over again. This might even be a first step to having the Chef Versioner generate the changelog automatically for us each time it bumps the version, and then we just need to groom it as we go along. Signed-off-by: Tom Duffield <tom@chef.io> * Add HISTORY.md for the 12.15.19 release Signed-off-by: Tom Duffield <tom@chef.io>