summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Bump inspec-core to 4.18.111expeditor/inspec-core_4.18.111Chef Expeditor2020-05-061-18/+22
| | | | | | This pull request was triggered automatically via Expeditor when inspec-core 4.18.111 was promoted to Rubygems. This change falls under the obvious fix policy so no Developer Certificate of Origin (DCO) sign-off is required.
* Update CHANGELOG.md to reflect the promotion of 16.0.275Chef Expeditor2020-05-052-30/+27
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9793 from chef/release_notes_16_hotfixTim Smith2020-05-041-1/+12
|\ | | | | Add release notes for 16.0.275 [skip-ci]
| * Add release notes for 16.0.273release_notes_16_hotfixTim Smith2020-05-041-1/+12
|/ | | | | | Small hotfix release Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 16.0.275 by Chef Expeditorv16.0.275Chef Expeditor2020-05-057-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9794 from chef/cron_dTim Smith2020-05-043-15/+79
|\ | | | | Fix failures in the cron_d resource :remove action
| * Make sure command is actually presentTim Smith2020-05-042-0/+4
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Fix failurs in the cron_d resource :remove actionTim Smith2020-05-043-15/+75
|/ | | | | | Add kitchen testing for the cron resources Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 16.0.274 by Chef Expeditorv16.0.274Chef Expeditor2020-05-047-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9739 from chef/robb/reorder-gem-installs-in-hab-buildTim Smith2020-05-043-23/+46
|\ | | | | fix Habitat Windows package build
| * include Chef DLLs in the Habitat Windows packagerobb/reorder-gem-installs-in-hab-buildRobb Kidd2020-04-281-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Chef needs some DLLs on Windows. Normally, the libraries get copied to the directory where the current Ruby executable is located when bundle install is run. We don't want that in Habitat land. The Ruby executable lives in another package and package namespace. We want the libraries included in *this* package. So, here we copy the DLLs during plan build to a lib directory within this package and set an environment variable to disable the copy occuring during bundle install. We push the library path onto RUBY_DLL_PATH to inform whichever Ruby interpreter that will be running Chef where to find our DLLs. Signed-off-by: Robb Kidd <robb@thekidds.org>
| * reorder gem installs and add a retryRobb Kidd2020-04-281-5/+9
| | | | | | | | | | | | | | | | | | Needed to install the gems-from-git-repos first. Those are the least likely to have missing dependencies. Then we move on to installing the gems that live in subdirectories of this repo. Sometimes that fails for non-obvious reasons, but a retry seems to succeed. Signed-off-by: Robb Kidd <robb@thekidds.org>
| * add status code checks after bare commandsRobb Kidd2020-04-281-0/+5
| | | | | | | | | | | | | | Need these so the PowerShell script will exit when bare commands fail. Otherwise the build just keeps truckin' and the errors just pile up. Signed-off-by: Robb Kidd <robb@thekidds.org>
| * improve required hab version detectionRobb Kidd2020-04-281-3/+2
| | | | | | | | | | | | | | | | The original implementation--written by me--was incredibly naive in only testing the minor version. This is much better in using a Version class that knows how to compare actual version numbers. Signed-off-by: Robb Kidd <robb@thekidds.org>
| * give good names to the rake tasks that run before installRobb Kidd2020-04-281-16/+25
| | | | | | | | | | | | | | | | | | | | | | | | Renamed "super_install" to something a bit more descriptive and added a description. Moved the rendering of the powershell extension out of "super_install" and into its own named task. These are both now under a pre_install namespace and included in a 'pre_install:all' task. The 'install' task now depends on 'pre_install:all`. Here's hoping names here will help future humans (us) when dealing with these tasks. Signed-off-by: Robb Kidd <robb@thekidds.org>
* | Bump version to 16.0.273 by Chef Expeditorv16.0.273Chef Expeditor2020-05-047-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #9791 from chef/required_fixesLamont Granquist2020-05-0412-12/+96
|\ \
| * | Chefstyle fixesTim Smith2020-05-043-5/+4
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Remove the deprecated Ubuntu cookbook from testTim Smith2020-05-042-3/+0
| | | | | | | | | | | | | | | | | | This is a very 2010 cookbook that isn't necessary at this point. Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Only require pin/pin_priority in :add actionTim Smith2020-05-041-2/+2
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Add apt_preference testsTim Smith2020-05-043-1/+16
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Fix sysctl :remove action failing with missing :value propTim Smith2020-05-047-5/+78
|/ / | | | | | | | | | | Don't require this when removing. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 16.0.272 by Chef Expeditorv16.0.272Chef Expeditor2020-05-047-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #9790 from chef/lcg/fix-windows-packageTim Smith2020-05-041-51/+26
|\ \ | | | | | | Fix windows package super bug and cleanup
| * | remove other source_resource referenceLamont Granquist2020-05-041-1/+1
| | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | Fix windows package super bug and cleanupLamont Granquist2020-05-041-51/+26
|/ / | | | | | | | | | | | | | | | | | | | | Remove the overriding of the action block entirely and clean up some overly complicated code. In the process it looks like the "unknown" version codepath is blatantly entirely unused, so it was removed. A bunch of extra unnecessary indirection was also removed. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Bump version to 16.0.271 by Chef Expeditorv16.0.271Chef Expeditor2020-05-047-21/+22
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #9740 from chef/rhel6Tim Smith2020-05-043-23/+4
|\ \ | | | | | | Fix failing RHEL 6 kitchen tests
| * | try equality pinning to make appbundle-updater happierrhel6Lamont Granquist2020-04-271-1/+1
| | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | I believe this is necessary to allow prerelease versionsLamont Granquist2020-04-271-1/+1
| | | | | | | | | | | | | | | | | | | | | ~> 1.0 does not allow 1.1.0.rc1, while not using the semver operator should. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | Install modern GCC on our RHEL 6 tester and remove Oracle 6Tim Smith2020-04-272-22/+3
| |/ | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 16.0.270 by Chef Expeditorv16.0.270Chef Expeditor2020-05-047-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #9778 from chef/more_and_more_descriptionsTim Smith2020-05-0419-105/+126
|\ \ | | | | | | Another round of description updates && Docs generator tweaks
| * | Add a note to cron_accessmore_and_more_descriptionsTim Smith2020-05-011-1/+1
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Embed the note for chocolatey_description to the descriptionTim Smith2020-05-011-1/+1
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Split the descriptions and notes outTim Smith2020-05-011-8/+12
| | | | | | | | | | | | | | | | | | This fixes a few resources that included notes Signed-off-by: Tim Smith <tsmith@chef.io>
| * | We don't use the resource name bolding functionality anymoreTim Smith2020-05-011-14/+0
| | | | | | | | | | | | | | | | | | We just bold the text in the description ourselves. It's way more reliable. Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Skip nil values in the type listTim Smith2020-05-011-4/+6
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Bump the ignored default length to 45Tim Smith2020-05-011-1/+1
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Don't put very long descriptions in the block exampleTim Smith2020-05-011-1/+3
| | | | | | | | | | | | | | | | | | They'll wrap Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Don't write out false values for configs in the resource yamlTim Smith2020-05-011-34/+30
| | | | | | | | | | | | | | | | | | The values default to false so only write out the true values, which makes it much easier to see what we're actually trying to set. This also means the yaml files won't wall change if we add a new config, which we will. Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Improve descriptionsTim Smith2020-05-015-7/+12
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Use the brand name not the CLI name in more placesTim Smith2020-05-012-2/+2
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Improve descriptions and add a missing resource requireTim Smith2020-05-012-5/+9
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Skip syntax_shortcode entirely unless we're in a log resourceTim Smith2020-05-011-4/+1
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Remove some nils that come for freeTim Smith2020-05-011-4/+0
| | | | | | | | | | | | | | | | | | Thanks Ruby! Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Chefstyle fixesTim Smith2020-05-011-2/+2
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Add examples to apt_packageTim Smith2020-05-011-0/+29
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Handle the scenario where there are no properties betterTim Smith2020-05-011-3/+7
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Remove some special content for breakpointTim Smith2020-05-011-6/+1
| | | | | | | | | | | | | | | | | | We autogenerate better content that these snippets Signed-off-by: Tim Smith <tsmith@chef.io>