summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Remove EOL FreeBSD 11 buildsfreebsd11Tim Smith2021-09-232-5/+2
| | | | | | FreeBSD 11 goes EOL at the end of Sept 2021. Signed-off-by: Tim Smith <tsmith@chef.io>
* Minor description updateTim Smith2021-09-231-1/+1
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 17.5.22 by Chef Expeditorv17.5.22Chef Expeditor2021-09-238-20/+21
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 17.5.21 by Chef Expeditorv17.5.21Chef Expeditor2021-09-238-21/+22
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #12062 from gogsbread/jsonTim Smith2021-09-233-0/+123
|\ | | | | Add Json verifier
| * Change copyright to FacebookAntony Deepak Thomas2021-09-222-2/+2
| | | | | | | | Signed-off-by: Antony Deepak Thomas <antonydeepak@gmail.com>
| * Change rspec to reflect the behavior of JSONCompatAntony Deepak Thomas2021-09-221-3/+9
| | | | | | | | Signed-off-by: Antony Deepak Thomas <antonydeepak@gmail.com>
| * Swap JSON to JSONCompatAntony Deepak Thomas2021-09-221-4/+2
| | | | | | | | Signed-off-by: Antony Deepak Thomas <antonydeepak@gmail.com>
| * Add Json verifierAntony Deepak Thomas2021-09-203-0/+119
| | | | | | | | | | | | | | | | This patch adds Json verifier to the list of built-in verifiers. Json verifier can be used with symbol ':json' on `file` like resources such as `file`, `template` etc. Signed-off-by: Antony Deepak Thomas <antonydeepak@gmail.com>
* | Merge pull request #11904 from chef/lcg/compliance-segmentTim Smith2021-09-2326-40/+2437
|\ \ | | | | | | Native compliance phase
| * | Use reader for events consistentlyLamont Granquist2021-09-231-32/+32
| | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | Doc comments for arbitrary hashesLamont Granquist2021-09-232-0/+12
| | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | change to inspec_dataLamont Granquist2021-09-2310-18/+18
| | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | Fix unit specslcg/compliance-segmentLamont Granquist2021-09-172-4/+4
| | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | Native compliance phaseLamont Granquist2021-09-1726-16/+2401
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | compliance/{profiles,waivers,inputs} directories supported in cookbooks. include_profile, include_waiver, include_input as DSL methods to dynamically add compliance phase items to the run. inspec_waiver, inspect_input resources for additional sugar and a resource-like API. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | Bump version to 17.5.20 by Chef Expeditorv17.5.20Chef Expeditor2021-09-238-20/+21
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #12084 from jasonwbarnett/rollback/archive_file-unitLamont Granquist2021-09-234-4/+22
|\ \ \
| * | | Exclude running libarchive tests on platforms where loading libarchive is brokenJason Barnett2021-09-234-4/+22
| | | | | | | | | | | | | | | | Signed-off-by: Jason Barnett <jason.w.barnett@gmail.com>
* | | | Expand examples and fix cspell warningsTim Smith2021-09-222-11/+47
| | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | Add additional documentation to remote_fileTim Smith2021-09-221-5/+35
| | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | Bump version to 17.5.19 by Chef Expeditorv17.5.19Chef Expeditor2021-09-228-21/+22
| | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | Merge pull request #12083 from chef/lcg/remote-file-http-optionsTim Smith2021-09-228-13/+106
|\ \ \ \ | | | | | | | | | | Add http_options property to remote_file
| * | | | add examples to remote_fileLamont Granquist2021-09-221-0/+30
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | | cspellLamont Granquist2021-09-221-0/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | | add introducedLamont Granquist2021-09-221-0/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | | Add ability to modify net-http settingsLamont Granquist2021-09-224-10/+58
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | | Add http_options property to remote_filelcg/remote-file-http-optionsLamont Granquist2021-09-224-3/+16
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | | | Merge pull request #12081 from chef/tduffield/fix-announce-scriptTim Smith2021-09-221-7/+7
|\ \ \ \ \ | |_|/ / / |/| | | | Escape special characters in announce-release
| * | | | Escape special characters in announce-releaseTom Duffield2021-09-221-7/+7
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | We need to make sure these commands don't actually get run when the script executes. Signed-off-by: Tom Duffield <github@tomduffield.com>
* | | | Bump version to 17.5.18 by Chef Expeditorv17.5.18Chef Expeditor2021-09-228-20/+21
| | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | Merge pull request #12079 from chef/more_buildsTim Smith2021-09-221-3/+6
|\ \ \ \ | |/ / / |/| | | Add Windows 11, Windows 2022, and Debian 11 builds
| * | | Add Windows 11, Windows 2022, and Debian 11 buildsTim Smith2021-09-221-3/+6
|/ / / | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Merge pull request #12076 from chef/tduffield/17-promotion-typoTim Smith2021-09-221-1/+1
|\ \ \ | | | | | | | | fix typo in promotion command
| * | | fix typo in promotion commandTom Duffield2021-09-221-1/+1
|/ / / | | | | | | | | | Signed-off-by: Tom Duffield <github@tomduffield.com>
* | | Merge pull request #12074 from chef/tduffield/17-promotion-fixTim Smith2021-09-221-0/+3
|\ \ \ | | | | | | | | Add promotion logic to .expeditor/config.yml
| * | | Chefstyle fixTim Smith2021-09-222-1/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Signed-off-by: Tom Duffield <github@tomduffield.com>
* | | | Chefstyle fixTim Smith2021-09-211-1/+1
|/ / / | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 17.5.17 by Chef Expeditorv17.5.17Chef Expeditor2021-09-228-20/+21
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #12070 from ↵Tim Smith2021-09-214-15/+55
|\ \ \ | | | | | | | | | | | | | | | | jasonwbarnett/fix/windows-functional-testing-for-archive_file Fix windows CI for archive_file
| * | | Re-enable archive_file tests on WindowsJason Barnett2021-09-212-15/+3
| | | |
| * | | Add libarchive to dll load pathJason Barnett2021-09-212-0/+52
| | | |
* | | | Bump version to 17.5.16 by Chef Expeditorv17.5.16Chef Expeditor2021-09-217-17/+17
| | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | Merge pull request #12072 from chef/lcg/no-cachingLamont Granquist2021-09-211-1/+0
|\ \ \ \
| * | | | Disable gem vendoring caching for berkshelfLamont Granquist2021-09-211-1/+0
|/ / / / | | | | | | | | | | | | | | | | | | | | This causes issues with the tests Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | | Bump version to 17.5.15 by Chef Expeditorv17.5.15Chef Expeditor2021-09-218-20/+21
| | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | Merge pull request #12069 from jasonwbarnett/bugfix/update-bundler-callsTim Smith2021-09-215-28/+55
|\ \ \ \ | |/ / / |/| | | Update bundle config set path
| * | | Use bundle config set pathJason Barnett2021-09-215-28/+55
| | | | | | | | | | | | | | | | Signed-off-by: Jason Barnett <jason.w.barnett@gmail.com>
* | | | Bump version to 17.5.14 by Chef Expeditorv17.5.14Chef Expeditor2021-09-218-21/+21
| | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | Merge pull request #11907 from jasonwbarnett/feature/add-component-stripTim Smith2021-09-215-20/+529
|\ \ \ \ | |/ / / |/| | | Add strip_components property to archive_file
| * | | Add strip_components property to archive_fileJason Barnett2021-09-215-20/+529
|/ / / | | | | | | | | | Signed-off-by: Jason Barnett <jason.w.barnett@gmail.com>