summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Bump chef/ohai to 092849d5a44f1cf93fbaf2c9e2a16ca08e64208bexpeditor/chef/ohai_092849d5a44f1cf93fbaf2c9e2a16ca08e64208bChef Expeditor2021-09-301-2/+2
| | | | | | This pull request was triggered automatically via Expeditor when 092849d5a44f1cf93fbaf2c9e2a16ca08e64208b was merged. This change falls under the obvious fix policy so no Developer Certificate of Origin (DCO) sign-off is required.
* Bump version to 17.6.9 by Chef Expeditorv17.6.9Chef Expeditor2021-09-308-20/+21
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 17.6.8 by Chef Expeditorv17.6.8Chef Expeditor2021-09-308-20/+21
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 17.6.7 by Chef Expeditorv17.6.7Chef Expeditor2021-09-308-20/+21
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #12098 from ↵Tim Smith2021-09-291-5/+5
|\ | | | | | | | | chef/dependabot/bundler/omnibus/main/omnibus-37897ad Bump omnibus from `7ce6173` to `37897ad` in /omnibus
| * Bump omnibus from `7ce6173` to `37897ad` in /omnibusdependabot/bundler/omnibus/main/omnibus-37897addependabot[bot]2021-09-291-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [omnibus](https://github.com/chef/omnibus) from `7ce6173` to `37897ad`. - [Release notes](https://github.com/chef/omnibus/releases) - [Commits](https://github.com/chef/omnibus/compare/7ce6173d7a7e9ee501ee2aed20f82d873926b299...37897ade4832490b2480726c66ca8d282d115cbf) --- updated-dependencies: - dependency-name: omnibus dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #12108 from ↵Tim Smith2021-09-290-0/+0
|\ \ | | | | | | | | | | | | chef/expeditor/chef/chefstyle_283ecba4ecdf63ba61dabf51213d888c90ad12a6 Bump chefstyle to 2.1.0
| * | Bump chef/chefstyle to 283ecba4ecdf63ba61dabf51213d888c90ad12a6Chef Expeditor2021-09-301-7/+7
| |/ | | | | | | | | | | This pull request was triggered automatically via Expeditor when 283ecba4ecdf63ba61dabf51213d888c90ad12a6 was merged. This change falls under the obvious fix policy so no Developer Certificate of Origin (DCO) sign-off is required.
* | Merge pull request #12109 from chef/expeditor/_inspec-core-bin_4.46.13Tim Smith2021-09-291-10/+10
|\ \ | |/ |/| Bump inspec-core-bin to 4.46.13
| * Bump inspec-core-bin to 4.46.13Chef Expeditor2021-09-301-10/+10
|/ | | | | | This pull request was triggered automatically via Expeditor when inspec-core-bin 4.46.13 was promoted to Rubygems. This change falls under the obvious fix policy so no Developer Certificate of Origin (DCO) sign-off is required.
* Update branch in dependabot configTim Smith2021-09-281-1/+1
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 17.6.6 by Chef Expeditorv17.6.6Chef Expeditor2021-09-288-20/+21
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #12094 from knightorc/Windows2022VersionTim Smith2021-09-281-0/+1
|\ | | | | Windows Server 2022 - version / build information ADD
| * Windows Server 2022 - win32_version addWade Peacock2021-09-281-0/+1
| | | | | | | | | | | | Add windows server 2022 info to lib/chef/win32/version.rb Signed-off-by: Wade Peacock <wade.peacock@alida.com>
* | Bump version to 17.6.5 by Chef Expeditorv17.6.5Chef Expeditor2021-09-288-21/+22
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #12092 from chef/mp/chef-12091Marc A. Paradise2021-09-283-1/+8
|\ \ | |/ |/| Check for ca_key_file before loading ca key
| * Check for ca_key_file before loading ca keymp/chef-12091Marc A. Paradise2021-09-273-1/+8
|/ | | | | | | | | | | Checking for csr_file wasn't correct, because that's not what we're using to load the ca key. This also adds an inspec verification to ensure that the generated `openssl_x509_certificate` in the _openssl.rb test is valid. It fails without the supporting change. Signed-off-by: Marc A. Paradise <marc.paradise@gmail.com>
* Bump version to 17.6.4 by Chef Expeditorv17.6.4Chef Expeditor2021-09-278-20/+21
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #12090 from chef/lcg/revert-freebsd-12Lamont Granquist2021-09-272-2/+5
|\
| * Revert "Remove EOL FreeBSD 11 builds"Lamont Granquist2021-09-272-2/+5
|/ | | | This reverts commit 48186992617c7ea2d0b463677e20009226acf340.
* Bump version to 17.6.3 by Chef Expeditorv17.6.3Chef Expeditor2021-09-268-22/+23
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #12029 from chef/jfm/powershell_package_sourceJohn McCrae2021-09-254-138/+306
|\
| * Updated the package source resource to accept credentials and updated the ↵John McCrae2021-09-251-1/+1
| | | | | | | | | | | | code to be more readable Signed-off-by: John McCrae <john.mccrae@progress.com>
| * Updated the package source resource to accept credentials and updated the ↵jfm/powershell_package_sourceJohn McCrae2021-09-251-1/+1
| | | | | | | | | | | | code to be more readable Signed-off-by: John McCrae <john.mccrae@progress.com>
| * Updated the package source resource to accept credentials and updated the ↵John McCrae2021-09-241-1/+3
| | | | | | | | | | | | code to be more readable Signed-off-by: John McCrae <john.mccrae@progress.com>
| * Updated the package source resource to accept credentials and updated the ↵John McCrae2021-09-241-3/+5
| | | | | | | | | | | | code to be more readable Signed-off-by: John McCrae <john.mccrae@progress.com>
| * Updated the package source resource to accept credentials and updated the ↵John McCrae2021-09-153-20/+25
| | | | | | | | | | | | code to be more readable Signed-off-by: John McCrae <john.mccrae@progress.com>
| * Updated the package source resource to accept credentials and updated the ↵John McCrae2021-09-153-137/+296
| | | | | | | | | | | | code to be more readable Signed-off-by: John McCrae <john.mccrae@progress.com>
* | Bump version to 17.6.2 by Chef Expeditorv17.6.2Chef Expeditor2021-09-248-20/+21
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #12087 from chef/im/resource_docs_editsTim Smith2021-09-242-15/+13
|\ \ | | | | | | Docs edits for inspec_input and inspec_waiver resources
| * | Docs edits for inspec_input and inspec_waiverim/resource_docs_editsIan Maddaus2021-09-242-15/+13
|/ / | | | | | | Signed-off-by: Ian Maddaus <Ian.Maddaus@progress.com>
* | Bump version to 17.6.1 by Chef Expeditorv17.6.1Chef Expeditor2021-09-248-20/+21
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Bump version to 17.6.0 by Chef Expeditorv17.6.0Chef Expeditor2021-09-248-19/+27
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #12086 from chef/1604Tim Smith2021-09-241-1/+2
|\ \ | | | | | | Add Ubuntu 16.04 back to the builds
| * | Add Ubuntu 16.04 back to the builds1604Tim Smith2021-09-231-1/+2
| | | | | | | | | | | | | | | | | | Ubuntu 16.04 had its support lifecycle extended to a full 10 years so it goes EOL April 2026 now. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Merge pull request #12085 from chef/freebsd11Tim Smith2021-09-242-5/+2
|\ \ \ | |/ / |/| | Remove EOL FreeBSD 11 builds
| * | 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>
* | | Update CHANGELOG.md to reflect the promotion of 17.5.22Chef Expeditor2021-09-242-48/+45
|/ / | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | 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>