summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Bump version to 16.0.198 by Chef Expeditorv16.0.198Chef Expeditor2020-04-097-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9624 from chef/systemd_timerTim Smith2020-04-094-1/+253
|\ | | | | Add chef_client_systemd_timer resource
| * Update lib/chef/resource/chef_client_systemd_timer.rb Tim Smith2020-04-091-1/+1
| | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-Authored-By: pete higgins <pete@peterhiggins.org>
| * Fix a typo from reviewTim Smith2020-04-091-1/+1
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Link directly to the time docsTim Smith2020-04-091-3/+3
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Remove specs for integer assumptionTim Smith2020-04-091-9/+0
| | | | | | | | | | | | It's a string now Signed-off-by: Tim Smith <tsmith@chef.io>
| * Add more descriptions and convert splay to be a time spansystemd_timerTim Smith2020-04-081-19/+28
| | | | | | | | | | | | 5 min is much more logical than 300 even though 300 just means 300secs in systemd land. Signed-off-by: Tim Smith <tsmith@chef.io>
| * Test the new resource in the Test Kitchen testsTim Smith2020-04-081-1/+5
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Add chef_client_systemd_timer resourceTim Smith2020-04-083-0/+248
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 16.0.197 by Chef Expeditorv16.0.197Chef Expeditor2020-04-097-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #9634 from chef/lcg/fix-bootstrap-cli-optionsTim Smith2020-04-083-7/+8
|\ \ | | | | | | Fix knife bootstrap_version CLI option overriding config option
| * | fix speclcg/fix-bootstrap-cli-optionsLamont Granquist2020-04-081-2/+2
| | | | | | | | | | | | | | | | | | | | | the bootstrap context isn't responsible for merging so this was always testing the wrong behavior Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | Fix knife bootstrap_version CLI option overriding config optionLamont Granquist2020-04-082-5/+6
| | | | | | | | | | | | | | | | | | | | | | | | closes #8834 @ccrebolder this should be all that is necessary to fix your issue. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | Bump version to 16.0.196 by Chef Expeditorv16.0.196Chef Expeditor2020-04-097-19/+20
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #9633 from chef/lcg/bump-highlineTim Smith2020-04-082-4/+4
|\ \ \ | | | | | | | | Bump highline to 2.x
| * | | Bump highline to 2.xlcg/bump-highlineLamont Granquist2020-04-082-4/+4
| | |/ | |/| | | | | | | | | | | | | We need 2.x for ruby 2.7 compat and warning suppresion Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | Bump version to 16.0.195 by Chef Expeditorv16.0.195Chef Expeditor2020-04-087-19/+20
| |/ |/| | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #9622 from chef/arm_helperTim Smith2020-04-083-9/+20
|\ \ | |/ |/| Add arm? helper to chef-utils
| * This this one lineTim Smith2020-04-081-2/+1
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Remove extra wishful helpersarm_helperTim Smith2020-04-071-3/+0
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Add arm? helper to chef-utilsTim Smith2020-04-073-9/+24
| | | | | | | | | | | | It's tagged as first shipping in chef 15.10 since I plan to backport this and that'll make sense in the docs. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 16.0.194 by Chef Expeditorv16.0.194Chef Expeditor2020-04-087-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #9628 from chef/expeditor/train-core_3.2.27Tim Smith2020-04-081-1/+1
|\ \ | | | | | | Bump train-core to 3.2.27
| * | Bump train-core to 3.2.27Chef Expeditor2020-04-081-1/+1
| | | | | | | | | | | | | | | | | | This pull request was triggered automatically via Expeditor when train-core 3.2.27 was promoted to Rubygems. This change falls under the obvious fix policy so no Developer Certificate of Origin (DCO) sign-off is required.
* | | Bump version to 16.0.193 by Chef Expeditorv16.0.193Chef Expeditor2020-04-087-19/+20
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #9623 from ↵Tim Smith2020-04-081-0/+1
|\ \ \ | |/ / |/| | | | | | | | MsysTechnologiesllc/sangmeshA/fix_systemd_unit_not_respecting_sensitive_property Fixed systemd_unit not respecting sensitive property
| * | Removed unwanted codesanga172020-04-081-3/+0
| | | | | | | | | | | | Signed-off-by: sanga17 <sausekar@msystechnologies.com>
| * | Fixed systemd_unit not respecting sensitive propertysanga172020-04-082-0/+4
| |/ | | | | | | Signed-off-by: sanga17 <sausekar@msystechnologies.com>
* | Bump version to 16.0.192 by Chef Expeditorv16.0.192Chef Expeditor2020-04-087-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #9625 from chef/expeditor/inspec-core_4.18.104Tim Smith2020-04-081-5/+5
|\ \ | |/ |/| Bump inspec-core to 4.18.104
| * Bump inspec-core to 4.18.104expeditor/inspec-core_4.18.104Chef Expeditor2020-04-081-5/+5
|/ | | | | | This pull request was triggered automatically via Expeditor when inspec-core 4.18.104 was promoted to Rubygems. This change falls under the obvious fix policy so no Developer Certificate of Origin (DCO) sign-off is required.
* Bump version to 16.0.191 by Chef Expeditorv16.0.191Chef Expeditor2020-04-077-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 16.0.190 by Chef Expeditorv16.0.190Chef Expeditor2020-04-077-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9607 from chef/cache_gemsTim Smith2020-04-073-36/+70
|\ | | | | Cache gems in the verify pipeline to speed up tests
| * Only cache the non-functional / integration stuffcache_gemsTim Smith2020-04-061-2/+32
| | | | | | | | | | | | This should prevent those failures Signed-off-by: Tim Smith <tsmith@chef.io>
| * Move all the config version stuff to it's own sectionTim Smith2020-04-051-9/+11
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Improve folding and don't install gem docsTim Smith2020-04-052-3/+6
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Bundle install into vendor/bundleTim Smith2020-04-051-22/+22
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Cache the vendor dirTim Smith2020-04-051-3/+2
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Merge pull request #9609 from MsysTechnologiesllc/VSingh/typos-fixesTim Smith2020-04-07112-189/+189
|\ \ | | | | | | Spell checking in comments and log messages
| * | Revert someVivek Singh2020-04-072-3/+3
| | | | | | | | | | | | Signed-off-by: Vivek Singh <vivek.singh@msystechnologies.com>
| * | Add more typo fixesVivek Singh2020-04-0714-57/+57
| | | | | | | | | | | | Signed-off-by: Vivek Singh <vivek.singh@msystechnologies.com>
| * | some spec typosVivek Singh2020-04-0743-61/+61
| | | | | | | | | | | | Signed-off-by: Vivek Singh <vivek.singh@msystechnologies.com>
| * | Revert someVivek Singh2020-04-062-2/+2
| | | | | | | | | | | | Signed-off-by: Vivek Singh <vivek.singh@msystechnologies.com>
| * | Fix typoVivek Singh2020-04-0662-82/+82
| | | | | | | | | | | | Signed-off-by: Vivek Singh <vivek.singh@msystechnologies.com>
* | | Bump version to 16.0.189 by Chef Expeditorv16.0.189Chef Expeditor2020-04-077-19/+20
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #9615 from chef/expeditor/mixlib-cli_2.1.6Tim Smith2020-04-071-4/+4
|\ \ \ | | | | | | | | Bump mixlib-cli to 2.1.6
| * | | Bump mixlib-cli to 2.1.6expeditor/mixlib-cli_2.1.6Chef Expeditor2020-04-071-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | This pull request was triggered automatically via Expeditor when mixlib-cli 2.1.6 was promoted to Rubygems. This change falls under the obvious fix policy so no Developer Certificate of Origin (DCO) sign-off is required.
* | | | Add 15.9 release notesTim Smith2020-04-061-0/+64
|/ / / | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 16.0.188 by Chef Expeditorv16.0.188Chef Expeditor2020-04-067-19/+20
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.