summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
Commit message (Collapse)AuthorAgeFilesLines
* update changelog for 12.14.89 (#5369)Matt Wrock2016-09-211-0/+10
|
* update changelogMatt Wrock2016-09-191-0/+9
|
* Improve changelog and release notesTim Smith2016-09-141-1/+1
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* filtered out and reorged the changelogMatt Wrock2016-09-091-46/+22
|
* first draft of changelog12.14.60_changelogMatt Wrock2016-09-091-0/+66
|
* updating changelogMatt Wrock2016-08-121-0/+8
|
* Update changelogJohn Keiser2016-08-101-1/+36
|
* changelog updateMatt Wrock2016-07-081-0/+7
|
* finalize 12.12.13 changelogchangesMatt Wrock2016-07-011-33/+12
|
* first pass changelog updatesMatt Wrock2016-07-011-0/+49
|
* fix some casingMatt Wrock2016-06-031-10/+10
|
* yanking commits that are not user facing and organizing into bugs/enhancementsMatt Wrock2016-06-031-41/+17
|
* initial merging on release tagsMatt Wrock2016-06-031-0/+60
|
* Update changelog for 12.10.24 releasepraj/FLOW-382/changelogPrajakta Purohit2016-05-121-0/+26
|
* We are releasing .38 instead of .37, updating CHANGELOGtyler-ball2016-04-121-2/+2
|
* Preparing 12.9 releasetyler-ball2016-04-111-0/+47
|
* Bump version to 12.8.112.8.1jk/bump-versionJohn Keiser2016-03-071-3/+8
|
* release 12.8.0 changelogmw/version-bumpMatt Wrock2016-03-021-1/+41
|
* Post 12.7.2 release follow up itemstyler-ball2016-02-161-0/+2
|
* 12.7.2 release prep, removing some unstable acceptance tests so we can get a ↵tyler-ball2016-02-111-0/+5
| | | | successful release pipeline run
* VERSION change and CHANGELOG for 12.7.1 releasetyler-ball2016-02-101-36/+42
|
* HWRP is a silly name.Noah Kantrowitz2016-02-041-1/+1
| | | It's a resource, call it that for general use.
* updated changelog for pr 45201270_release_prepSteven Murawski2016-02-031-0/+1
|
* add info on nokogiriLamont Granquist2016-02-031-1/+5
|
* Updates to the omnibus build_version and the RELEASE_NOTES for the 12.7 releasetyler-ball2016-02-031-11/+0
|
* CHANGELOG for 12.7.x releasetyler-ball2016-02-031-2/+54
|
* Changelog for PR#4399Jordan Running2016-01-131-0/+1
|
* Update CHANGELOGKartik Null Cating-Subramanian2016-01-111-0/+1
|
* Changelog for PR#4078Phil Dibowitz2015-12-211-0/+2
|
* add md filelcg/file-resource-propertiesLamont Granquist2015-12-141-0/+4
|
* CHANGELOG for https://github.com/chef/chef/pull/4237tyler-ball2015-12-091-1/+1
|
* adds support to installer types inno, nsis, wise and installshield top the ↵Matt Wrock2015-12-071-0/+1
| | | | windows_package resource
* add changelog and release notesLamont Granquist2015-12-021-0/+1
|
* Update CHANGELOGSalim Alam2015-12-011-2/+34
|
* add CHANGLOG.mdlcg/extract-declare-resource-mixinLamont Granquist2015-12-011-0/+1
|
* Update CHANGELOG.md for #4052, #3810Bryan McLellan2015-11-251-12/+12
| | | | | Closes #4052, Closes #4070 Closes #3810
* CHANGELOG.md updates for #4160, #3848Bryan McLellan2015-11-231-0/+4
| | | | | Closes #4160 Closes #3848
* add CHANGELOG.mdlcg/dpkg-refactorLamont Granquist2015-11-201-0/+1
|
* add CHANGELOGlcg/multipackage-api-improvementLamont Granquist2015-11-171-0/+1
|
* remove repeated first line in 12.5.1 changelogJulian C. Dunn2015-11-141-5/+0
|
* Improve detection of ChefFS-based commands in `knife rehash`ssd/rehash-cheffsSteven Danna2015-10-291-0/+1
| | | | | | | | | | | | ChefFS-based commands have a superclass (Chef::ChefFS::Knife) which defines its own inherited method that calls super. This breaks our detection of where the subcommand is defined since the file with the definition is no longer at the top of the call stack. This commit special-cases subclasses with a superclass of Chef::ChefFS::Knife to account for this. Fixes #4089
* Updated changelogtfitch/bootstrap-no-colorKartik Null Cating-Subramanian2015-10-281-0/+1
|
* add md files for chef_version/ohai_version mergeLamont Granquist2015-10-281-0/+1
|
* add CHANGELOG.mdlcg/mergesLamont Granquist2015-10-241-1/+29
|
* add CHANGELOG.mdLamont Granquist2015-10-241-0/+2
|
* add CHANGELOG.mdLamont Granquist2015-10-241-0/+2
|
* add CHANGELOG.mdLamont Granquist2015-10-241-0/+2
|
* add CHANGELOG.md fileLamont Granquist2015-10-231-1/+2
|
* add CHANGELOG.md fileLamont Granquist2015-10-231-0/+4
|
* Allow downloading of root_files in a chef repositoryssd/download-root-filesSteven Danna2015-10-231-2/+3
| | | | | | | A FileSystemEntry with a nil parent is a "root directory" and thus should exists so long as its filesystem path exists. This was preventing the download of files such as invitation.json whose parent directory is a root directory.