summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update RELEASE_NOTES.md 15.8_docsTim Smith2020-02-061-1/+1
| | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-Authored-By: Ian Maddaus <IanMadd@users.noreply.github.com>
* Update RELEASE_NOTES.md Tim Smith2020-02-061-1/+1
| | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-Authored-By: Ian Maddaus <IanMadd@users.noreply.github.com>
* Update RELEASE_NOTES.md Tim Smith2020-02-061-1/+1
| | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-Authored-By: Ian Maddaus <IanMadd@users.noreply.github.com>
* Add Debian 10 to release notesTim Smith2020-02-061-0/+4
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Expand platform helper bits and fix markdown lint warningsTim Smith2020-02-061-317/+318
| | | | | | Change the bullets everywhere Signed-off-by: Tim Smith <tsmith@chef.io>
* Add virtualization helpersTim Smith2020-02-061-0/+21
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Add Chef Infra Client 15.8 release notesTim Smith2020-02-061-2/+59
| | | | | | Release notes for 15.8 Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 15.8.19 by Chef Expeditorv15.8.19Chef Expeditor2020-02-067-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9345 from chef/backportsTim Smith2020-02-062-10/+7
|\ | | | | Improve welcome text in chef-shell
| * Less memeTim Smith2020-02-061-1/+1
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Rework the welcome text to be more helpfulTim Smith2020-02-062-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-061-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-061-1/+1
|/ | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 15.8.18 by Chef Expeditorv15.8.18Chef Expeditor2020-02-067-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9339 from chef/csnapp/add_deb10_testerTim Smith2020-02-061-0/+1
|\ | | | | Add Debian 10 Tester to Chef 15
| * Add Debian 10 (Buster) TesterChristopher A. Snapp2020-02-061-0/+1
|/ | | | Signed-off-by: Christopher A. Snapp <csnapp@chef.io>
* Bump version to 15.8.17 by Chef Expeditorv15.8.17Chef Expeditor2020-02-057-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9336 from chef/updates_15Tim Smith2020-02-053-13/+13
|\ | | | | Update all the Chef 15 deps to the latest
| * Require the latest win32-service to eliminate FFI warningsTim Smith2020-02-052-2/+2
| | | | | | | | | | | | 2.1.5 resolves deprecation warnings with the latest FFI releases. Signed-off-by: Tim Smith <tsmith@chef.io>
| * Update all the Chef 15 deps to the latestTim Smith2020-02-052-11/+11
| | | | | | | | | | | | Mostly to pull in the latest FFI Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 15.8.16 by Chef Expeditorv15.8.16Chef Expeditor2020-02-057-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Bump version to 15.8.15 by Chef Expeditorv15.8.15Chef Expeditor2020-02-057-19/+20
|/ | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 15.8.14 by Chef Expeditorv15.8.14Chef Expeditor2020-02-057-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9335 from chef/chef-utils-15Tim Smith2020-02-058-69/+122
|\ | | | | Swap the methods and the aliases in the chef-utils platforms
| * Add @since to the latest helperchef-utils-15Tim 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>
* | Merge pull request #9334 from chef/default_desc_15Tim Smith2020-02-051-1/+2
|\ \ | | | | | | Add a default_description in windows_task
| * | Add a default_description in windows_taskdefault_desc_15Tim Smith2020-02-051-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>
* | Merge pull request #9333 from chef/switch_windows_15Tim Smith2020-02-051-1/+1
|\ \ | |/ |/| Pull the windows Ruby installer from S3 for tests
| * Pull the windows Ruby installer from S3 for testsswitch_windows_15Tim 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 15.8.13 by Chef Expeditorv15.8.13Chef Expeditor2020-02-057-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9331 from chef/lcg/chef-sugar-versionstring-backportTim Smith2020-02-054-1/+49
|\ | | | | Add some version string backcompat APIs
| * Add some version string backcompat APIslcg/chef-sugar-versionstring-backportLamont Granquist2020-02-044-1/+49
|/ | | | | | | | 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 15.8.12 by Chef Expeditorv15.8.12Chef Expeditor2020-02-047-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9316 from chef/lcg/chef-sugar-virtualization-backportLamont Granquist2020-02-037-6/+338
|\ | | | | Add chef-sugar virtualization helpers (Chef 15 backport)
| * rename virtual_host to hypervisorLamont Granquist2020-02-033-11/+11
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * update the READMElcg/chef-sugar-virtualization-backportLamont 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-02-033-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 15.8.11 by Chef Expeditorv15.8.11Chef Expeditor2020-02-037-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Bump version to 15.8.10 by Chef Expeditorv15.8.10Chef Expeditor2020-02-037-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #9324 from chef/systctl_commentsTim Smith2020-02-033-3/+85
|\ \ | | | | | | sysctl: Add new comments property for adding comments to configs
| * | 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>
| * | updated release notes entry based on PR reviewStuart Sears2020-02-031-2/+2
| | | | | | | | | | | | Signed-off-by: Stuart Sears <stuart@sjsears.com>
| * | Style errors - replaced single with double quotes.Stuart Sears2020-02-031-1/+1
| | | | | | | | | | | | Signed-off-by: Stuart Sears <stuart@sjsears.com>