summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* cruft cleanuplcg/use-lifecycle-hooksLamont Granquist2019-04-201-11/+3
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* pull tarballs from githubLamont Granquist2019-04-191-2/+2
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* use lifecycle hooks and kitchen-dokken 2.xLamont Granquist2019-04-192-13/+15
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Merge pull request #8399 from chef/inspec_gitTim Smith2019-04-191-0/+1
|\ | | | | Use inspec from git in the kitchen CI tests
| * Use inspec from git in the kitchen CI testsTim Smith2019-04-191-0/+1
| | | | | | | | | | | | This avoids conflicts Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 15.0.225 by Chef Expeditorv15.0.225Chef Expeditor2019-04-195-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8380 from chef/inspec_gitTim Smith2019-04-194-72/+143
|\ \ | |/ | | Add ed25519 deps, bump highline and net-ssh pins and pull inspec from git
| * Pull train from master againTim Smith2019-04-192-4/+4
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Depend on ed25519 and bcrypt_pbkdf gemsTim Smith2019-04-192-0/+6
| | | | | | | | | | | | This gives us support for ed25519 keys Signed-off-by: Tim Smith <tsmith@chef.io>
| * Bump deps againTim Smith2019-04-192-9/+15
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Pull train from my branchTim Smith2019-04-193-22/+68
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Update appbundler and license-acceptanceTim Smith2019-04-191-2/+2
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Bump highline and net-ssh pins and pull inspec from gitTim Smith2019-04-194-68/+81
|/ | | | | | | | Highline 1.7 is out and seems reasonable for our minimal highline usage Pulling inspec from git for now allows us to use the latest train which allows for the new net-ssh New net-ssh allows for new key formats Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 15.0.224 by Chef Expeditorv15.0.224Chef Expeditor2019-04-195-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #8396 from chef/lcg/fix-the-blacklistTim Smith2019-04-193-58/+52
|\ | | | | fix default/override attribute blacklists and whitelists
| * fix default/override attribute blacklists and whitelistslcg/fix-the-blacklistLamont Granquist2019-04-183-58/+52
|/ | | | | | | | | | | | | looks like these have been broken for some time, the tests were only testing automatic level (which has no "combined" hash version) and the specs were injecting a plain old hash, so were failing to catch this error on multiple different levels. since the automatic level worked and since mostly people use automatic blacklisting to remove junk from ohai it was very uncommon to hit this bug. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* More release notes updatesTim Smith2019-04-181-0/+12
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Update release notesTim Smith2019-04-181-4/+8
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 15.0.223 by Chef Expeditorv15.0.223Chef Expeditor2019-04-185-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #8381 from chef/kill_highlineLamont Granquist2019-04-173-2/+10
|\ | | | | Replace highline with tty-screen in knife list
| * Replace highline with tty-screen in knife listkill_highlineTim Smith2019-04-163-2/+10
| | | | | | | | | | | | One step closer to killing off highline. We're just getting the terminal width here, which is super overkill for highline. We're still using it in quite a few other places, but this gets us one step closer to moving over to tty entirely. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 15.0.222 by Chef Expeditorv15.0.222Chef Expeditor2019-04-185-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Bump version to 15.0.221 by Chef Expeditorv15.0.221Chef Expeditor2019-04-185-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8391 from chef/solo_syncLamont Granquist2019-04-171-5/+5
|\ \ | | | | | | Sync the CLI option descriptions between chef-client and chef-solo
| * | 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>
* | | Merge pull request #8390 from chef/solo_colorLamont Granquist2019-04-171-1/+1
|\ \ \ | |/ / |/| | Use color in chef-solo by default on Windows
| * | Use color in chef-solo by default on Windowssolo_colorTim Smith2019-04-171-1/+1
|/ / | | | | | | | | | | This matches our behavior in all our other commands since Chef 12.5. 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