summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* DNF package: fix abrt errorslcg/fix-abrt-errorsLamont Granquist2021-02-052-0/+8
| | | | | | | | | | | | | | For people with ABRT logging every exit of chef-client would have ABRT errors due to readline returning '' for EOF and then the JSON parsing throwing. This causes it to exit gracefully. AFAIK there was actually no impact to this bug and chef was behaving entirely correctly in terms of doing its job, but the python helper was shutting down uncleanly. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Bump version to 17.0.80 by Chef Expeditorv17.0.80Chef Expeditor2021-02-056-16/+16
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #10990 from chef/lcg/chefstyle6Lamont Granquist2021-02-041-1/+1
|\ | | | | fix chefstyle error
| * fix chefstyle errorLamont Granquist2021-02-041-1/+1
|/ | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Bump version to 17.0.79 by Chef Expeditorv17.0.79Chef Expeditor2021-02-057-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #10988 from chef/docs_automationTim Smith2021-02-0432-165/+69
|\ | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Move action description updatesTim Smith2021-02-0410-38/+17
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Move more descriptions to the new formatTim Smith2021-02-0421-122/+44
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Improve auto-generated documentationTim Smith2021-02-044-8/+11
|/ | | | | | | Skip sensitive properties in the docs pages since there are already in the common docs pages Start using action descriptions Signed-off-by: Tim Smith <tsmith@chef.io>
* Merge pull request #10972 from chef/16.10Tim Smith2021-02-041-0/+59
|\ | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Update RELEASE_NOTES.md 16.10Tim Smith2021-02-021-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 Smith2021-02-021-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 Smith2021-02-021-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 Smith2021-02-021-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 Smith2021-02-021-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 Smith2021-02-021-1/+1
| | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-authored-by: Ian Maddaus <IanMadd@users.noreply.github.com>
| * Add Release Notes for 16.10Tim Smith2021-02-021-0/+59
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 17.0.78 by Chef Expeditorv17.0.78Chef Expeditor2021-02-047-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Updated chef to use the CurrentUser certificate store. Previously it only ↵Tim Smith2021-02-0410-22/+223
| | | | | | | | | | used LocalMachine. Updated Gemlock to use win32-cerstore 0.5.3 (#10977) Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 17.0.77 by Chef Expeditorv17.0.77Chef Expeditor2021-02-047-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #10984 from chef/better_helper_descriptionsTim Smith2021-02-042-11/+11
|\ \ | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Improve chef-utils helper descriptionsbetter_helper_descriptionsTim Smith2021-02-032-11/+11
| | | | | | | | | | | | | | | | | | | | | These are used when building out descriptions in the vscode plugin so getting them right is important Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 17.0.76 by Chef Expeditorv17.0.76Chef Expeditor2021-02-047-19/+20
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #10952 from chef/mp/chef-10660-2Tim Smith2021-02-046-13/+103
|\ \ \ | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | Add support for resource action descriptionsMarc A. Paradise2021-02-046-13/+103
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will allow us to generate better documentation by including action descriptions in the resource help, and includes updates to the resource inspector and doc generation task to include action descriptions in resource action data. This change permits actions to be defined with the optional new 'description' parameter as follows: ``` action :my_action, description: "my_action changes the state of this world" ... end Action description can be looked up using the `.action_description(action)` method of the resource class. Action descriptions are inheritable and overridable. Signed-off-by: Marc A. Paradise <marc.paradise@gmail.com>
* | | Bump version to 17.0.75 by Chef Expeditorv17.0.75Chef Expeditor2021-02-047-19/+20
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Update 17 release notesTim Smith2021-02-031-0/+1
|/ / | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Merge pull request #10928 from chef/service_managerTim Smith2021-02-0310-1132/+3
|\ \ | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Try turning on specs conditionally againTim Smith2021-02-033-4/+5
| | | | | | | | | | | | | | | | | | This may work now that we're not in Jenkins Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Chef 17: Remove windows service manager capabilitiesTim Smith2021-02-0312-1136/+6
|/ / | | | | | | | | | | This is something we've recommended against using for many years now. Windows users should instead run Chef Infra Client using a Scheduled Task which is far more reliable and has the added benefit of requiring zero CPU or memory while not running. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 17.0.74 by Chef Expeditorv17.0.74Chef Expeditor2021-02-037-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Chefstyle fixes + release notes updateTim Smith2021-02-032-7/+8
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Merge pull request #10939 from aknarts/compliance_cli_reportTim Smith2021-02-033-1/+77
|\ \ | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Fix output to be more parametricMilan Stastny2021-01-291-7/+7
| | | | | | | | | | | | Signed-off-by: Milan Stastny <mistastn@cisco.com>
| * | Replace hardcoded colours with pastelMilan Stastny2021-01-291-8/+14
| | | | | | | | | | | | Signed-off-by: Milan Stastny <mistastn@cisco.com>
| * | Merge branch 'master' of github.com:chef/chef into compliance_cli_reportMilan Stastny2021-01-2913-47/+186
| |\ \
| * | | Fix StringLiteralsMilan Stastny2021-01-271-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Milan Stastny <mistastn@cisco.com>
| * | | Fix formatMilan Stastny2021-01-261-10/+9
| | | | | | | | | | | | | | | | Signed-off-by: Milan Stastny <mistastn@cisco.com>
| * | | Add Cli output to the Chef Compliance PhaseMilan Stastny2021-01-263-1/+72
| | | | | | | | | | | | | | | | Signed-off-by: Milan Stastny <mistastn@cisco.com>
* | | | Bump version to 17.0.73 by Chef Expeditorv17.0.73Chef Expeditor2021-02-037-19/+20
| | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | Merge pull request #10976 from ↵Tim Smith2021-02-032-0/+27
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | joshuamiller01/handle_sysv_compat_case_for_systemd_service_enabled Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | | Handle sysv compat mode when checking enabled status for systemd serviceJoshua Miller2021-02-022-0/+27
| | |_|/ | |/| | | | | | | | | | Signed-off-by: Joshua Miller <joshmiller@fb.com>
* | | | Merge pull request #10978 from ↵Tim Smith2021-02-031-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | chef/dependabot/bundler/omnibus/master/ohai-16.10.6 Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | | Bump ohai from 16.8.1 to 16.10.6 in /omnibusdependabot/bundler/omnibus/master/ohai-16.10.6dependabot-preview[bot]2021-02-031-1/+1
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [ohai](https://github.com/chef/ohai) from 16.8.1 to 16.10.6. - [Release notes](https://github.com/chef/ohai/releases) - [Changelog](https://github.com/chef/ohai/blob/v16.10.6/CHANGELOG.md) - [Commits](https://github.com/chef/ohai/compare/v16.8.1...v16.10.6) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | | Bump version to 17.0.72 by Chef Expeditorv17.0.72Chef Expeditor2021-02-037-19/+20
| | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | Merge pull request #10981 from ↵Tim Smith2021-02-031-6/+6
|\ \ \ \ | |/ / / |/| | | | | | | | | | | chef/dependabot/bundler/omnibus/master/omnibus-software-c523ead Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | Bump omnibus-software from `197c895` to `c523ead` in /omnibusdependabot/bundler/omnibus/master/omnibus-software-c523eaddependabot-preview[bot]2021-02-031-6/+6
|/ / / | | | | | | | | | | | | | | | | | | Bumps [omnibus-software](https://github.com/chef/omnibus-software) from `197c895` to `c523ead`. - [Release notes](https://github.com/chef/omnibus-software/releases) - [Commits](https://github.com/chef/omnibus-software/compare/197c8958259ed98b9e3766a7b41a384219d844c7...c523eadd885cdbaeecef5e3728437a80023cd512) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | Bump version to 17.0.71 by Chef Expeditorv17.0.71Chef Expeditor2021-02-027-20/+21
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #10965 from chef/lcg/drop-debug-messages-down-to-debugTim Smith2021-02-021-2/+2
|\ \ \ | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | these messages should be debug level outputLamont Granquist2021-02-021-2/+2
|/ / / | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>