summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Test Windows 10snappj/test-windows-10-16Jeremiah Snapp2020-03-311-49/+52
| | | | Signed-off-by: Jeremiah Snapp <jeremiah@chef.io>
* Test omnibusJeremiah Snapp2020-03-241-19/+21
| | | | Signed-off-by: Jeremiah Snapp <jeremiah@chef.io>
* Bump version to 15.8.24 by Chef Expeditorv15.8.24Chef Expeditor2020-02-117-18/+26
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9358 from chef/updates_15_v2Tim Smith2020-02-112-5/+5
|\ | | | | Update all deps to latest
| * Update all deps to latestupdates_15_v2Tim Smith2020-02-102-5/+5
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Fix knife-windows tests by using the right rake taskTim Smith2020-02-101-1/+1
| | | | | | | | | | | | I changed this task name in knife-windows repo Signed-off-by: Tim Smith <tsmith@chef.io>
* | Update CHANGELOG.md to reflect the promotion of 15.8.23Chef Expeditor2020-02-102-36/+33
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Add note about catalina signingTim Smith2020-02-101-0/+4
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Add Chef Infra Client 15.8 release notes (#9325)Tim Smith2020-02-101-314/+437
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add Chef Infra Client 15.8 release notes Release notes for 15.8 Signed-off-by: Tim Smith <tsmith@chef.io> Co-Authored-By: Ian Maddaus <IanMadd@users.noreply.github.com> * Document notify_group Signed-off-by: Tim Smith <tsmith@chef.io> * Update RELEASE_NOTES.md Signed-off-by: Tim Smith <tsmith@chef.io> Co-Authored-By: Ian Maddaus <IanMadd@users.noreply.github.com> * Update RELEASE_NOTES.md Signed-off-by: Tim Smith <tsmith@chef.io> Co-Authored-By: Ian Maddaus <IanMadd@users.noreply.github.com> * Update RELEASE_NOTES.md Signed-off-by: Tim Smith <tsmith@chef.io> Co-Authored-By: Ian Maddaus <IanMadd@users.noreply.github.com> * Update RELEASE_NOTES.md Signed-off-by: Tim Smith <tsmith@chef.io> Co-Authored-By: Ian Maddaus <IanMadd@users.noreply.github.com> * Update RELEASE_NOTES.md Signed-off-by: Tim Smith <tsmith@chef.io> Co-Authored-By: Ian Maddaus <IanMadd@users.noreply.github.com> * Update RELEASE_NOTES.md Signed-off-by: Tim Smith <tsmith@chef.io> Co-Authored-By: Ian Maddaus <IanMadd@users.noreply.github.com> Co-authored-by: Ian Maddaus <IanMadd@users.noreply.github.com>
* Bump version to 15.8.23 by Chef Expeditorv15.8.23Chef Expeditor2020-02-077-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9353 from chef/lcg/null-backportLamont Granquist2020-02-063-1/+106
|\ | | | | Add notify_group resource (Chef 15 backport)
| * Add notify_group resourceLamont Granquist2020-02-063-1/+106
| | | | | | | | | | | | | | This can be used to replace the abuse of the log resource for grouping notifications. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Bump version to 15.8.22 by Chef Expeditorv15.8.22Chef Expeditor2020-02-077-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Bump version to 15.8.21 by Chef Expeditorv15.8.21Chef Expeditor2020-02-077-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Bump version to 15.8.20 by Chef Expeditorv15.8.20Chef Expeditor2020-02-077-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #9351 from chef/knife_15Tim Smith2020-02-0624-30/+68
|\ \ | | | | | | Lazy load as many knife deps as possible
| * | Make the cookbook_uploader spec actually require the classTim Smith2020-02-061-0/+1
| | | | | | | | | | | | | | | | | | | | | Now that knife doesn't depend on this it's not loaded out of the box by our requirement on chef Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Lazy load as many knife deps as possibleTim Smith2020-02-0623-30/+67
| | | | | | | | | | | | | | | | | | | | | This gets us a small speedup on my mac, and probably a larger speedup on Windows where the loading hurts more. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Merge pull request #9352 from chef/better_error_15Tim Smith2020-02-062-3/+3
|\ \ \ | | | | | | | | Expand the path in knife cookbook upload errors
| * | | Update the spec for the new formatTim Smith2020-02-061-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | Expand the path in knife cookbook upload errorsTim Smith2020-02-061-1/+1
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | WARNING: Could not find any cookbooks in your cookbook path: '/Users/tsmith/dev/work/chef'. Use --cookbook-path to specify the desired path. instead of: WARNING: Could not find any cookbooks in your cookbook path: .. Use --cookbook-path to specify the desired path. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Merge pull request #9350 from chef/inspec_15Tim Smith2020-02-062-18/+21
|\ \ \ | |/ / |/| | Update inspec-core to 4.18.85
| * | Update inspec-core to 4.18.85Tim Smith2020-02-062-18/+21
|/ / | | | | | | | | | | Pull in the latest inspec release. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 15.8.19 by Chef Expeditorv15.8.19Chef Expeditor2020-02-067-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #9345 from chef/backportsTim Smith2020-02-062-10/+7
|\ \ | | | | | | Improve welcome text in chef-shell
| * | Less memeTim Smith2020-02-061-1/+1
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Rework the welcome text to be more helpfulTim Smith2020-02-062-6/+3
| | | | | | | | | | | | | | | | | | | | | | | | Get rid of the old Ohai meme reference Link to the specific doc on how to use the shell Give the version of chef-shell and don't mention Chef Infra Client Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Properly name the modes in the help textTim Smith2020-02-061-2/+2
| | | | | | | | | | | | | | | | | | It's Chef Infra Client mode vs. Chef Infra Solo vs. Standalone Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Use the dist variable for chef-serverTim Smith2020-02-061-1/+1
|/ / | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 15.8.18 by Chef Expeditorv15.8.18Chef Expeditor2020-02-067-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #9339 from chef/csnapp/add_deb10_testerTim Smith2020-02-061-0/+1
|\ \ | | | | | | Add Debian 10 Tester to Chef 15
| * | Add Debian 10 (Buster) TesterChristopher A. Snapp2020-02-061-0/+1
|/ / | | | | | | Signed-off-by: Christopher A. Snapp <csnapp@chef.io>
* | Bump version to 15.8.17 by Chef Expeditorv15.8.17Chef Expeditor2020-02-057-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #9336 from chef/updates_15Tim Smith2020-02-053-13/+13
|\ \ | | | | | | Update all the Chef 15 deps to the latest
| * | Require the latest win32-service to eliminate FFI warningsTim Smith2020-02-052-2/+2
| | | | | | | | | | | | | | | | | | 2.1.5 resolves deprecation warnings with the latest FFI releases. Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Update all the Chef 15 deps to the latestTim Smith2020-02-052-11/+11
| | | | | | | | | | | | | | | | | | Mostly to pull in the latest FFI Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 15.8.16 by Chef Expeditorv15.8.16Chef Expeditor2020-02-057-19/+20
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Bump version to 15.8.15 by Chef Expeditorv15.8.15Chef Expeditor2020-02-057-19/+20
|/ / | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Bump version to 15.8.14 by Chef Expeditorv15.8.14Chef Expeditor2020-02-057-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #9335 from chef/chef-utils-15Tim Smith2020-02-058-69/+122
|\ \ | | | | | | Swap the methods and the aliases in the chef-utils platforms
| * | Add @since to the latest helperchef-utils-15Tim Smith2020-02-051-1/+2
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Plain metal -> bare-metalTim Smith2020-02-052-2/+2
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | More yard for chef-utilsTim Smith2020-02-051-0/+1
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | More yard for chef-utilsTim Smith2020-02-053-6/+14
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Update yard for better snippet generationTim Smith2020-02-052-0/+20
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Swap the methods and the aliases in the chef-utils platformsTim Smith2020-02-053-60/+83
| | | | | | | | | | | | | | | | | | | | | | | | | | | X_platform? is the name we want to eventually use so make that the real method name as make the alias the name we want people to stop using. That way we document the right thing in yard and can skip all the aliases when we generate the vscode snippets. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Merge pull request #9334 from chef/default_desc_15Tim Smith2020-02-051-1/+2
|\ \ \ | | | | | | | | Add a default_description in windows_task
| * | | Add a default_description in windows_taskdefault_desc_15Tim Smith2020-02-051-1/+2
| |/ / | | | | | | | | | | | | | | | | | | | | | This came up in https://github.com/chef/chef-web-docs/pull/2256 and we should really be documenting that behavior here so we can generate the docs with it. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Merge pull request #9333 from chef/switch_windows_15Tim Smith2020-02-051-1/+1
|\ \ \ | |/ / |/| | Pull the windows Ruby installer from S3 for tests
| * | Pull the windows Ruby installer from S3 for testsswitch_windows_15Tim Smith2020-02-051-1/+1
|/ / | | | | | | | | | | | | This should prevent failures when we get throttled pulling it from Github Signed-off-by: Tim Smith <tsmith@chef.io>