summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix license acceptance in `omnibus/kitchen.yml`csnapp/9029Christopher A. Snapp2019-10-281-0/+1
| | | | Signed-off-by: Christopher A. Snapp <csnapp@chef.io>
* Bump version to 15.4.52 by Chef Expeditorv15.4.52Chef Expeditor2019-10-286-14/+15
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* [Data-collector] Add cookbooks attribute to run_end_message (#8893)Lamont Granquist2019-10-282-0/+8
|\ | | | | [Data-collector] Add cookbooks attribute to run_end_message
| * Access hash directly instead of Hash#fetchVivek Singh2019-10-172-3/+3
| | | | | | | | | | | | - Rename "expanded_cookbooks" to "cookbooks". Signed-off-by: Vivek Singh <vivek.singh@msystechnologies.com>
| * Add expanded_cookbooks attribute to run_end_messageVivek Singh2019-10-172-0/+8
| | | | | | | | Signed-off-by: Vivek Singh <vivek.singh@msystechnologies.com>
* | Bump version to 15.4.51 by Chef Expeditorv15.4.51Chef Expeditor2019-10-286-14/+15
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #9028 from MsysTechnologiesllc/VSingh/fix-knife-ssh-name-argsTim Smith2019-10-272-17/+33
|\ \ | | | | | | Fix Exception: NoMethodError: undefined method join for nil:NilClass
| * | Fix Exception: NoMethodError: undefined method join for nil:NilClassVivek Singh2019-10-272-17/+33
| | | | | | | | | | | | Signed-off-by: Vivek Singh <vivek.singh@msystechnologies.com>
* | | Bump version to 15.4.50 by Chef Expeditorv15.4.50Chef Expeditor2019-10-286-14/+15
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #9026 from ↵Tim Smith2019-10-272-0/+18
|\ \ \ | | | | | | | | | | | | | | | | MsysTechnologiesllc/VSingh/format-option-with-better-message Validate format option values using `in` attribute
| * | | Add format supported option in valuesVivek Singh2019-10-282-0/+18
| |/ / | | | | | | | | | Signed-off-by: Vivek Singh <vivek.singh@msystechnologies.com>
* | | Bump version to 15.4.49 by Chef Expeditorv15.4.49Chef Expeditor2019-10-286-14/+15
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Fix knife node show non-existent attributes (#9025)Lamont Granquist2019-10-271-1/+1
|\ \ \ | |/ / |/| | Fix knife node show non-existent attributes
| * | Fix node show non-existent attributesVivek Singh2019-10-271-1/+1
|/ / | | | | | | Signed-off-by: Vivek Singh <vivek.singh@msystechnologies.com>
* | add a new pipeline for verifying hab plans (#9019)Robb Kidd2019-10-232-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As noted in the pipeline's description, this is intended to be a temporary pipeline to verify the habitat plans. It will soon perform a local build, test it, then throw it away. Its steps should eventually move into the "verify" pipeline (if fast enough) or this pipeline should be removed in favor of learning about packaging problems after merge. definition is overridden to get specific about where the steps are defined. trigger is overridden so that the usual `verify/` trigger of PRs opened/updated is turned off. This pipeline will only be triggered by API call (and so, also through the BuildKite UI once the pipeline exists). Signed-off-by: Robb Kidd <robb@thekidds.org>
* | Fix habitat test pipeline name for real this time (#9008)Lamont Granquist2019-10-221-1/+2
|\ \ | | | | | | Fix habitat test pipeline name for real this time
| * | Fix habitat test pipeline name for real this timesnappj/fix-habitat-test-pipeline-nameJeremiah Snapp2019-10-181-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | Any pipeline name starting with "habitat" will be treated as a habitat build pipeline. The simplest way to override this is to explicitly set the trigger value to "default". Signed-off-by: Jeremiah Snapp <jeremiah@chef.io>
* | | Bump version to 15.4.48 by Chef Expeditorv15.4.48Chef Expeditor2019-10-226-14/+15
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #9016 from pombredanne/pombredanne-license-typosTim Smith2019-10-222-2/+2
|\ \ \ | | | | | | | | correct typos in license headers
| * | | Fix license tag typoPhilippe Ombredanne2019-10-221-1/+1
| | | | | | | | | | | | Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
| * | | Fix typo in license noticePhilippe Ombredanne2019-10-221-1/+1
|/ / / | | | | | | Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
* | | Bump version to 15.4.47 by Chef Expeditorv15.4.47Chef Expeditor2019-10-216-14/+15
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Update maintainers link in CONTRIBUTING.md (#9012)Lamont Granquist2019-10-211-1/+1
|\ \ \ | | | | | | | | Update maintainers link in CONTRIBUTING.md
| * | | Update maintainers link in CONTRIBUTING.mdVivek Singh2019-10-211-1/+1
|/ / / | | | | | | | | | Signed-off-by: Vivek Singh <vivek.singh@msystechnologies.com>
* | | Fix habitat test pipeline name (#9007)Lamont Granquist2019-10-181-1/+1
|\ \ \ | |/ / | | | Fix habitat test pipeline name
| * | Fix habitat test pipeline nameJeremiah Snapp2019-10-181-1/+1
|/ / | | | | | | | | | | | | We can't use a name that starts with "habitat/" because that causes it to be treated like a habitat build pipeline. Signed-off-by: Jeremiah Snapp <jeremiah@chef.io>
* | Improve habitat test pipeline (#9004)Lamont Granquist2019-10-172-4/+15
|\ \ | | | | | | Improve habitat test pipeline
| * | Improve habitat test pipelinesnappj/improve-habitat-test-pipelineJeremiah Snapp2019-10-172-4/+15
| |/ | | | | | | Signed-off-by: Jeremiah Snapp <jeremiah@chef.io>
* | don't use string interpolation for eval_gemfileLamont Granquist2019-10-171-1/+1
|/
* Bump version to 15.4.46 by Chef Expeditorv15.4.46Chef Expeditor2019-10-176-13/+21
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Sync over resource documentation from the docs site (#8999)Lamont Granquist2019-10-176-6/+6
|\ | | | | Sync over resource documentation from the docs site
| * Sync over resource documentation from the docs siteTim Smith2019-10-156-6/+6
|/ | | | | | These copy edits didn't make their way back to the chef/chef source. Signed-off-by: Tim Smith <tsmith@chef.io>
* Update CHANGELOG.md to reflect the promotion of 15.4.45Chef Expeditor2019-10-152-57/+53
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 15.4.45 by Chef Expeditorv15.4.45Chef Expeditor2019-10-156-14/+15
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #8997 from chef/update_ruby_buildsTim Smith2019-10-152-7/+7
|\ | | | | Update train to 3.1.4 and update omnibus-software to fix AIX ruby
| * Update train to 3.1.4 and update omnibus-software to fix AIX rubyTim Smith2019-10-152-7/+7
|/ | | | | | Update everything to current Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 15.4.44 by Chef Expeditorv15.4.44Chef Expeditor2019-10-156-14/+15
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #8899 from ↵Tim Smith2019-10-151-2/+2
|\ | | | | | | | | MsysTechnologiesllc/VSingh/add-missing-knife-plugins knife: Improve messaging for installing official plugins into DK / Workstationn
| * Change ChefDK to ChefDK / Chef WorkstationVivek Singh2019-09-261-2/+2
| | | | | | | | Signed-off-by: Vivek Singh <vivek.singh@msystechnologies.com>
| * Remove plugins which already shipped in chefdkVivek Singh2019-09-221-1/+1
| | | | | | | | Signed-off-by: Vivek Singh <vivek.singh@msystechnologies.com>
| * Add missing knife pluginsVivek Singh2019-09-181-1/+1
| | | | | | | | Signed-off-by: Vivek Singh <vivek.singh@msystechnologies.com>
* | Bump version to 15.4.43 by Chef Expeditorv15.4.43Chef Expeditor2019-10-156-14/+15
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8909 from ↵Tim Smith2019-10-151-4/+11
|\ \ | | | | | | | | | | | | MsysTechnologiesllc/VSingh/remove-secret-short-option [knife] Deprecate data bag secret (-s) short option due to conflict with --server-url option
| * | Add deprecation warning if secret option -s is passedVivek Singh2019-10-061-3/+11
| | | | | | | | | | | | Signed-off-by: Vivek Singh <vivek.singh@msystechnologies.com>
| * | Remove data bag secret (-s) short optionVivek Singh2019-09-191-2/+1
| | | | | | | | | | | | Signed-off-by: Vivek Singh <vivek.singh@msystechnologies.com>
* | | Merge pull request #8969 from chef/154_release_notesTim Smith2019-10-151-0/+85
|\ \ \ | | | | | | | | Add initial Chef 15.4 release notes
| * | | Update RELEASE_NOTES.md Tim Smith2019-10-151-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-Authored-By: mjingle <mjingle@users.noreply.github.com>
| * | | Update RELEASE_NOTES.md Tim Smith2019-10-151-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-Authored-By: mjingle <mjingle@users.noreply.github.com>
| * | | Update RELEASE_NOTES.md Tim Smith2019-10-151-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-Authored-By: mjingle <mjingle@users.noreply.github.com>
| * | | Update RELEASE_NOTES.md Tim Smith2019-10-151-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-Authored-By: mjingle <mjingle@users.noreply.github.com>