summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Force the bootstrap_directory to use the right separator on Windowsbtm/fix-cannot-find-the-batch-labelBryan McLellan2020-05-201-1/+16
| | | | | | | | | | | | | | ChefConfig::Config.etc_chef_dir and c_chef_dir would normally replace the standard forward slash separator with the backslash separator for Windows using PathHelper.cleanpath. However that has conditionals checking the platform and there's no clean way to modify those conditionals to take into account connection.platform in knife bootstrap when appropriate. This is a simple solution without mucking up the method definition of any more methods in chef-config. Signed-off-by: Bryan McLellan <btm@loftninjas.org>
* Add REM lines to windows bootstrap script to fix labelBryan McLellan2020-05-201-1/+3
| | | | | | | | | | | | For reasons only inferred on the internet, a batch label cannot exist near a "block boundary." What exactly that is I cannot discover. But this does fix this error: "The system cannot find the batch label specified - key_create" Fixes #9844 Signed-off-by: Bryan McLellan <btm@loftninjas.org>
* Bump version to 16.1.6 by Chef Expeditorv16.1.6Chef Expeditor2020-05-207-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9886 from chef/random-cleanupTim Smith2020-05-194-11/+12
|\ | | | | Small cleanups to checksum logic in file/windows_package/chef::mixin::checksum
| * Fix whitespace.random-cleanupPete Higgins2020-05-191-7/+7
| | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
| * Downcase checksums when they come into the system.Pete Higgins2020-05-193-2/+3
| | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
| * Use a plain type for the ruby_type, move the regex to a validator.Pete Higgins2020-05-191-1/+2
| | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
| * Remove an unused require.Pete Higgins2020-05-191-1/+0
| | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* | Bump version to 16.1.5 by Chef Expeditorv16.1.5Chef Expeditor2020-05-207-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #9887 from mattray/arm_supportTim Smith2020-05-192-3/+14
|\ \ | |/ |/| Added armv6l and armv7l to arm? and armhf? helpers
| * Added armv6l and armv7l to arm? and armhf? helpersMatt Ray2020-05-202-3/+14
|/ | | | | | | | armv6l is Raspberry Pi 1/Zero armv7l is Raspberry Pi 2,3,4 Tested with Raspbian 10, Debian 10, Centos 7 Signed-off-by: Matt Ray <github@mattray.dev>
* Bump version to 16.1.4 by Chef Expeditorv16.1.4Chef Expeditor2020-05-197-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9826 from chef/add-spellcheckTim Smith2020-05-18113-194/+2424
|\ | | | | Add spellcheck config and fix a bunch of violations
| * Add descriptions to rake tasks.Pete Higgins2020-05-181-0/+2
| | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
| * Fix chefstyle violations.Pete Higgins2020-05-182-2/+2
| |
| * Remove check for cspell from Rakefile.Pete Higgins2020-05-181-12/+8
| | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
| * Fix a correction.Pete Higgins2020-05-181-1/+1
| | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
| * Fix a typo.Pete Higgins2020-05-181-1/+1
| | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
| * Add back reference to chef "zolo".Pete Higgins2020-05-183-2/+3
| | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
| * Add spelling exceptions from some removed code changes.Pete Higgins2020-05-181-0/+8
| | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
| * Add many more exceptions to the spellchecker config.Pete Higgins2020-05-181-0/+238
| | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
| * More files free of spelling violations.Pete Higgins2020-05-1813-30/+31
| | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
| * More things clear of spellcheck violations.Pete Higgins2020-05-1813-21/+21
| | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
| * Get lib/ free of spelling violations.Pete Higgins2020-05-1879-112/+145
| | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
| * Replace some cyrillic characters in English words.Pete Higgins2020-05-181-3/+3
| | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
| * Remove spelling exception fixed in another PR.Pete Higgins2020-05-181-2/+0
| | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
| * Fill in list of spelling exceptions.Pete Higgins2020-05-181-3/+1490
| | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
| * Replace non-word "whitespaces" with "whitespace".Pete Higgins2020-05-183-4/+4
| | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
| * Replace nonsense word with other silly words.Pete Higgins2020-05-182-5/+5
| | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
| * Fix spellcheck tasks to use cspell globs rather than bash.Pete Higgins2020-05-181-2/+2
| | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
| * Fix a typo.Pete Higgins2020-05-181-1/+1
| | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
| * Add more exceptions and ignored files.Pete Higgins2020-05-181-1/+34
| | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
| * Fix a typo.Pete Higgins2020-05-182-2/+2
| | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
| * Add rake tasks for spellchecker.Pete Higgins2020-05-181-0/+16
| | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
| * Add names from CHEF_MVPS.md to spelling exclusion list.Pete Higgins2020-05-181-0/+60
| | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
| * Fix typos in RELEASE_NOTES.md.Pete Higgins2020-05-182-17/+350
| | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
| * Fix some typos in CONTRIBUTING.md.Pete Higgins2020-05-181-2/+2
| | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
| * Initial cspell config.Pete Higgins2020-05-181-0/+6
| | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
| * Add skeleton cspell config.Pete Higgins2020-05-181-0/+18
|/ | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* Bump version to 16.1.3 by Chef Expeditorv16.1.3Chef Expeditor2020-05-187-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9883 from chef/fix-keyword-warningTim Smith2020-05-182-2/+2
|\ | | | | Fix ruby 2.7 keyword argument warning.
| * Fix ruby 2.7 keyword argument warnings.Pete Higgins2020-05-182-2/+2
|/ | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* Bump version to 16.1.2 by Chef Expeditorv16.1.2Chef Expeditor2020-05-187-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9882 from chef/fix_resource_inspectorTim Smith2020-05-181-3/+4
|\ | | | | Fix failures inspecting a single cookbook
| * Fix failures inspecting a single cookbookTim Smith2020-05-181-3/+4
|/ | | | | | The chef-resource-inspector with zero args inspects chef, but you can also pass it an argument to inspect cookbooks or files. The current logic for inspecting a cookbook is broken. It incorrectly tries to load cookbooks and it results in failures after several minutes of spinning. Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 16.1.1 by Chef Expeditorv16.1.1Chef Expeditor2020-05-187-18/+26
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9878 from bobchaos/win_bootstrap_2Tim Smith2020-05-182-1/+7
|\ | | | | fix windows bootstrap; replicate chef/chef/pull/9839 by Chad Jessup
| * fix windows bootstrap; replicate https://github.com/chef/chef/pull/9839 by ↵Marc Chamberland2020-05-162-1/+7
|/ | | | | | | | | Chad Jessup This fixes bootstrapping on Windows. All credit goes to Chad Jessup <chad.jessup@gmail.com> but since the original PR was left without DCO I'm replicating it here, with valid DCO. Signed-off-by: Marc Chamberland <chamberland.marc@gmail.com>
* Update CHANGELOG.md to reflect the promotion of 16.1.0Chef Expeditor2020-05-152-29/+26
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Minor release notes updatesTim Smith2020-05-151-16/+16
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>