summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Less memechef_shellTim Smith2020-02-051-1/+1
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Rework the welcome text to be more helpfulTim Smith2020-02-052-6/+3
| | | | | | | | Get rid of the old Ohai meme reference Link to the specific doc on how to use the shell Give the version of chef-shell and don't mention Chef Infra Client Signed-off-by: Tim Smith <tsmith@chef.io>
* Properly name the modes in the help textTim Smith2020-02-051-2/+2
| | | | | | It's Chef Infra Client mode vs. Chef Infra Solo vs. Standalone Signed-off-by: Tim Smith <tsmith@chef.io>
* Use the dist variable for chef-serverTim Smith2020-02-051-1/+1
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 16.0.51 by Chef Expeditorv16.0.51Chef Expeditor2020-02-057-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9337 from chef/depsTim Smith2020-02-053-28/+28
|\ | | | | Update FFI and pin win32-service to 2.1.5+
| * Update FFI and pin win32-service to 2.1.5+Tim Smith2020-02-053-28/+28
|/ | | | | | win32-service 2.1.5 resolves deprecation warnings introduced in the latest FFI releases Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 16.0.50 by Chef Expeditorv16.0.50Chef Expeditor2020-02-057-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9332 from chef/switch_windowsBryan McLellan2020-02-051-1/+1
|\ | | | | Pull the windows Ruby installer from S3 for tests
| * Pull the windows Ruby installer from S3 for testsTim Smith2020-02-051-1/+1
|/ | | | | | | This should prevent failures when we get throttled pulling it from Github Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 16.0.49 by Chef Expeditorv16.0.49Chef Expeditor2020-02-057-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9327 from chef/chef_utils_yardLamont Granquist2020-02-058-69/+122
|\ | | | | Swap the methods and the aliases in the chef-utils platforms
| * Add @since to the latest helperTim Smith2020-02-051-1/+2
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Plain metal -> bare-metalTim Smith2020-02-052-2/+2
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * More yard for chef-utilsTim Smith2020-02-051-0/+1
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * More yard for chef-utilsTim Smith2020-02-053-6/+14
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Update yard for better snippet generationTim Smith2020-02-052-0/+20
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Swap the methods and the aliases in the chef-utils platformsTim Smith2020-02-053-60/+83
| | | | | | | | | | | | | | | | | | X_platform? is the name we want to eventually use so make that the real method name as make the alias the name we want people to stop using. That way we document the right thing in yard and can skip all the aliases when we generate the vscode snippets. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 16.0.48 by Chef Expeditorv16.0.48Chef Expeditor2020-02-057-19/+20
|/ | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9329 from chef/task_descriptionTim Smith2020-02-051-1/+2
|\ | | | | Add a default_description in windows_task
| * Add a default_description in windows_tasktask_descriptionTim Smith2020-02-041-1/+2
| | | | | | | | | | | | | | | | This came up in https://github.com/chef/chef-web-docs/pull/2256 and we should really be documenting that behavior here so we can generate the docs with it. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 16.0.47 by Chef Expeditorv16.0.47Chef Expeditor2020-02-057-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #9330 from chef/lcg/chef-sugar-versionstringLamont Granquist2020-02-044-1/+48
|\ \ | |/ |/| Add some version string backcompat APIs
| * Add some version string backcompat APIslcg/chef-sugar-versionstringLamont Granquist2020-02-044-1/+48
|/ | | | | | | | These are strictly necessary for backcompat with chef-sugar and necessary for converting omnibus off of chef-sugar and onto chef-utils. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Bump version to 16.0.46 by Chef Expeditorv16.0.46Chef Expeditor2020-02-047-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9315 from chef/lcg/chef-sugar-virtualizationLamont Granquist2020-02-037-6/+338
|\ | | | | Add chef-sugar virtualization helpers
| * rename virtual_host to hypervisorLamont Granquist2020-02-033-11/+11
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * update the READMElcg/chef-sugar-virtualizationLamont Granquist2020-02-031-6/+12
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * add _host versionsLamont Granquist2020-02-032-18/+78
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * fixing APIsLamont Granquist2020-01-313-18/+37
| | | | | | | | | | | | these were broken in chef-sugar Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * Add chef-sugar virtualization helpersLamont Granquist2020-01-317-6/+253
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Bump version to 16.0.45 by Chef Expeditorv16.0.45Chef Expeditor2020-02-047-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #9326 from chef/chef_utils_yardTim Smith2020-02-0310-108/+217
|\ \ | | | | | | Expand the chef-utils yard for better vscode plugin generation
| * | Expand the chef-utils yard for better vscode plugin generationTim Smith2020-02-0310-108/+217
|/ / | | | | | | | | | | I'm generating the plugin off these comments. Clean them up a bit and add @since so I can get that information added to the plugin snippets. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 16.0.44 by Chef Expeditorv16.0.44Chef Expeditor2020-02-037-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #9322 from chef/document_mac_userTim Smith2020-02-031-2/+2
|\ \ | | | | | | Document the new hidden field in mac_user ships in 15.8
| * | Document the new hidden field in mac_user ships in 15.8Tim Smith2020-02-031-2/+2
|/ / | | | | | | | | | | Make sure we expose this come docs Signed-off-by: Tim Smith <tsmith@chef.io>
* | Update docs for forking the stable branchTim Smith2020-02-032-1/+2
| | | | | | | | | | | | Make sure the external tests continue to work. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 16.0.43 by Chef Expeditorv16.0.43Chef Expeditor2020-02-037-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #9321 from chef/sysctl_v2Tim Smith2020-02-033-42/+82
|\ \ | | | | | | Add an introduced field to sysctl and expand testing
| * | Add an introduced field to sysctl and expand testingTim Smith2020-02-033-42/+82
|/ / | | | | | | | | | | Break the content generation out into its own method so we can test it. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Add 15.7 release notes to masterTim Smith2020-02-031-0/+74
| | | | | | | | | | | | Forward port this from chef-15 branch Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 16.0.42 by Chef Expeditorv16.0.42Chef Expeditor2020-02-037-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8409 from lanky/sysctl_comment_blockTim Smith2020-02-032-1/+43
|\ \ | | | | | | Add comment block to sysctl resource
| * | updated release notes entry based on PR reviewStuart Sears2019-11-251-2/+2
| | | | | | | | | | | | Signed-off-by: Stuart Sears <stuart@sjsears.com>
| * | Style errors - replaced single with double quotes.Stuart Sears2019-09-171-1/+1
| | | | | | | | | | | | Signed-off-by: Stuart Sears <stuart@sjsears.com>
| * | adds missing closing code markersStuart Sears2019-09-171-0/+1
| | | | | | | | | | | | Signed-off-by: Stuart Sears <stuart@sjsears.com>
| * | Adds release notes entries for sysctl comment blocksStuart Sears2019-09-171-0/+32
| | | | | | | | | | | | Signed-off-by: Stuart Sears <stuart@sjsears.com>
| * | Consolidated changes to sysctl.rbStuart Sears2019-09-171-2/+11
| | | | | | | | | | | | | | | | | | - adds comment block support to sysctl resource Signed-off-by: Stuart Sears <stuart@sjsears.com>
* | | Bump version to 16.0.41 by Chef Expeditorv16.0.41Chef Expeditor2020-02-037-19/+20
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.