summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Sync the CLI option descriptions between chef-client and chef-solosolo_syncTim Smith2019-04-171-5/+5
| | | | | | We've updated the descriptions in chef-client over the years and we never copied stuff over to solo. Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 15.0.220 by Chef Expeditorv15.0.220Chef Expeditor2019-04-175-12/+13
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #8389 from chef/better_errorTim Smith2019-04-175-8/+8
|\ | | | | Improve the error message when no config can be loaded
| * Break the error message into 2 sentencesTim Smith2019-04-175-8/+8
| | | | | | | | | | | | We can English Signed-off-by: Tim Smith <tsmith@chef.io>
| * Improve the error message when no config can be loadedTim Smith2019-04-175-8/+8
|/ | | | | | Make it more clear that we're going to use the CLI options instead since we couldn't find a config file. Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 15.0.219 by Chef Expeditorv15.0.219Chef Expeditor2019-04-175-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #8383 from chef/btm/remove-CBS-reg-func-testTim Smith2019-04-171-19/+0
|\ | | | | Remove a functional test for the reboot_pending DSL
| * Remove a functional test for the reboot_pending DSLbtm/remove-CBS-reg-func-testBryan McLellan2019-04-171-19/+0
| | | | | | | | | | | | | | | | | | | | | | | | The 'Component Based Servicing' registry key is limited by permissions to Trusted Installer, so we can't easily create/delete it. We do cover this key in the unit tests, and the other functional tests cover the code paths already, so we can remove this rather than leaving it 'pending' forever. Closes #3085 Signed-off-by: Bryan McLellan <btm@loftninjas.org>
* | Bump version to 15.0.218 by Chef Expeditorv15.0.218Chef Expeditor2019-04-175-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8077 from ↵Tim Smith2019-04-175-31/+244
|\ \ | |/ |/| | | | | MsysTechnologiesllc/Vijay/MSYS-932_Fix_for_unable_to_access_databag_after_update_to_encrypt_data Allow encrypting a previously unencrypted data bag
| * Added Integration Rspecsvijaymmali19902019-04-173-28/+242
| | | | | | | | | | | | | | | | | | - Added specs for data_bag_create_specs - Added specs for data_bag_edit_specs - Added specs for data_bag_show_specs - Ensured chefstyle Signed-off-by: vijaymmali1990 <vijay.mali@msystechnologies.com>
| * Allowing encryption of an unencrypted data bagvijaymmali19902019-04-172-3/+2
| | | | | | | | Signed-off-by: vijaymmali1990 <vijay.mali@msystechnologies.com>
* | Bump version to 15.0.217 by Chef Expeditorv15.0.217Chef Expeditor2019-04-165-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8351 from jasonwbarnett/bugfix/do-not-converge-default-userLamont Granquist2019-04-162-28/+4
|\ \ | | | | | | Prevent accidentally configuring windows_service properties
| * | Prevent accidentally configuring windows_service propertiesJason Barnett2019-04-152-28/+4
| | | | | | | | | | | | Signed-off-by: Jason Barnett <jason.w.barnett@gmail.com>
* | | Bump version to 15.0.216 by Chef Expeditorv15.0.216Chef Expeditor2019-04-165-11/+12
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #8375 from chef/btm/locale-fix-customBryan McLellan2019-04-163-57/+87
|\ \ \ | | | | | | | | Limit locale resource to Linux
| * | | disable yum metadata caching for end-to-end centos/rhel testsBryan McLellan2019-04-161-0/+7
| | | | | | | | | | | | | | | | Signed-off-by: Bryan McLellan <btm@loftninjas.org>
| * | | Limit locale resource to LinuxBryan McLellan2019-04-152-57/+80
| |/ / | | | | | | | | | | | | | | | Platforms that don't use /etc/locale.conf aren't supported Signed-off-by: Bryan McLellan <btm@loftninjas.org>
* | | Bump version to 15.0.215 by Chef Expeditorv15.0.215Chef Expeditor2019-04-155-11/+12
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #8370 from chef/lcg/empty-override-runlistLamont Granquist2019-04-155-12/+102
|\ \ \ | |/ / |/| | Allow empty strings in -o to result in empty override run list
| * | Allow empty strings in -o to result in empty override run listlcg/empty-override-runlistLamont Granquist2019-04-125-12/+102
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously this was not possible. Now you can do this: ``` chef-client -o "" ./foo.rb ``` And it will only run foo.rb and not any of the recipes in your run_list at all. Node will not be saved at the end. Useful to one-shot something like keyrotation (which still needs keys and needs to talk to the chef server API, so this is a different use case from simple chef-apply). Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | Bump version to 15.0.214 by Chef Expeditorv15.0.214Chef Expeditor2019-04-155-11/+12
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #8028 from chef/archive_fileTim Smith2019-04-159-2/+237
|\ \ \ | | | | | | | | Add a new archive_file resource from the libarchive cookbook
| * | | Fix specs and chefstyle warningsarchive_fileTim Smith2019-04-152-10/+17
| | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | Add archive testingTim Smith2019-04-154-0/+12
| | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | Bing in the latest changes from the cookbookTim Smith2019-04-151-22/+59
| | | | | | | | | | | | | | | | | | | | | | | | This fixes idempotency issues. Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | Add description fieldsTim Smith2019-04-151-6/+9
| | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | Add a new archive_file resource from the libarchive cookbookTim Smith2019-04-155-2/+178
| | | | | | | | | | | | | | | | | | | | | | | | This adds the archive_file resource from the libarchive cookbook. I've updated the property names in that cookbook to allow us to add a :create action later on. This code matches the code in the cookbook nearly 100%. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | Merge pull request #8367 from chef/jsinha/add_all_verifyTim Smith2019-04-154-12/+209
|\ \ \ \ | |/ / / |/| | | Add more verification tests
| * | | Comment failing BK verification testsjsinha/add_all_verifyJaymala Sinha2019-04-152-22/+28
| | | | | | | | | | | | | | | | Signed-off-by: Jaymala Sinha <jsinha@chef.io>
| * | | Add kitchen-docker for bk testsJaymala Sinha2019-04-153-2/+45
| | | | | | | | | | | | | | | | Signed-off-by: Jaymala Sinha <jsinha@chef.io>
| * | | Disable failing testsJaymala Sinha2019-04-121-65/+65
| | | | | | | | | | | | | | | | Signed-off-by: Jaymala Sinha <jsinha@chef.io>
| * | | Add more verification testsJaymala Sinha2019-04-122-2/+150
| | | | | | | | | | | | | | | | Signed-off-by: Jaymala Sinha <jsinha@chef.io>
* | | | Bump version to 15.0.213 by Chef Expeditorv15.0.213Chef Expeditor2019-04-155-11/+12
| | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | Merge pull request #8361 from chef/btm/fix-solo-permsTim Smith2019-04-151-1/+1
|\ \ \ \ | |/ / / |/| | | Drop privileges before creating files in solo mode
| * | | Drop privileges before creating files in solo modebtm/fix-solo-permsBryan McLellan2019-04-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Fixes #8360 Signed-off-by: Bryan McLellan <btm@loftninjas.org>
* | | | Bump version to 15.0.212 by Chef Expeditorv15.0.212Chef Expeditor2019-04-125-11/+12
| | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | Merge pull request #8357 from chef/jsinha/migrate_verify_bkTim Smith2019-04-123-0/+54
|\ \ \ \ | | | | | | | | | | Add Verification tests in Buildkite
| * | | | Add Verification tests in Buildkitejsinha/migrate_verify_bkJaymala Sinha2019-04-113-0/+54
| | |_|/ | |/| | | | | | | | | | Signed-off-by: Jaymala Sinha <jsinha@chef.io>
* | | | Bump version to 15.0.211 by Chef Expeditorv15.0.211Chef Expeditor2019-04-115-11/+12
| | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | Merge pull request #8359 from chef/btm/fix-dsc-test-errorsTim Smith2019-04-111-1/+1
|\ \ \ \ | |_|/ / |/| | | Don't force DSC functional tests to PS4
| * | | Don't force DSC functional tests to PS4btm/fix-dsc-test-errorsBryan McLellan2019-04-111-1/+1
| | |/ | |/| | | | | | | | | | | | | New Windows platforms like 2016 have Powershell 5. Signed-off-by: Bryan McLellan <btm@loftninjas.org>
* | | Bump version to 15.0.210 by Chef Expeditorv15.0.210Chef Expeditor2019-04-115-11/+12
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #8352 from chef/btm/func-group-gidTim Smith2019-04-111-1/+12
|\ \ \ | |_|/ |/| | Avoid occasionally randomly reusing a gid in tests
| * | Avoid accidentally reusing a gid in testsBryan McLellan2019-04-111-1/+12
| | | | | | | | | | | | | | | | | | | | | Some platforms have groups in odd ranges, make sure the gid we select is not in use. Signed-off-by: Bryan McLellan <btm@loftninjas.org>
* | | Merge pull request #8353 from ↵Jeremiah Snapp2019-04-101-1/+0
|\ \ \ | |/ / |/| | | | | | | | chef/snappj/stop-printing-environment-in-omnibus-test-script Stop printing environment in ci/verify.bat
| * | Stop printing environment in ci/verify.batJeremiah Snapp2019-04-101-1/+0
|/ / | | | | | | Signed-off-by: Jeremiah Snapp <jeremiah@chef.io>
* | Bump version to 15.0.209 by Chef Expeditorv15.0.209Chef Expeditor2019-04-095-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8348 from chef/testingLamont Granquist2019-04-092-5/+23
|\ \ | |/ |/| Add Debian 10 testing to Travis