summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Bump chef/ohai to eab8a763263295dff15d1893f257312b1851749cexpeditor/chef/ohai_eab8a763263295dff15d1893f257312b1851749cChef Expeditor2022-05-311-5/+5
| | | | | | This pull request was triggered automatically via Expeditor when eab8a763263295dff15d1893f257312b1851749c was merged. This change falls under the obvious fix policy so no Developer Certificate of Origin (DCO) sign-off is required.
* Merge pull request #12946 from chef/jsnapp/IPACK-204Jeremiah Snapp2022-05-313-14/+20
|\ | | | | Update omnibus/Gemfile.lock for compatibility with omnibus-toolchain 3.0.0
| * Add RHEL 9 to build matrixJeremiah Snapp2022-05-312-0/+8
| | | | | | | | Signed-off-by: Jeremiah Snapp <jeremiah@chef.io>
| * Update omnibus/Gemfile.lockJeremiah Snapp2022-05-311-14/+12
|/ | | | Signed-off-by: Jeremiah Snapp <jeremiah@chef.io>
* Bump version to 18.0.102 by Chef Expeditorv18.0.102Chef Expeditor2022-05-268-20/+21
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #12910 from chef/jfm/client_pem_update2John McCrae2022-05-264-4/+86
|\
| * refactored authenticator.rb to make the password length consistentJohn McCrae2022-05-261-1/+1
| | | | | | | | Signed-off-by: John McCrae <jmccrae@chf.io>
| * refactored authenticator.rb to make the password length consistentJohn McCrae2022-05-261-1/+1
| | | | | | | | Signed-off-by: John McCrae <jmccrae@chf.io>
| * refactored authenticator.rb to remove a redundant block that was causing ↵John McCrae2022-05-261-109/+109
| | | | | | | | | | | | tests to fail Signed-off-by: John McCrae <jmccrae@chf.io>
| * refactored authenticator.rb to remove a redundant block that was causing ↵John McCrae2022-05-262-111/+111
| | | | | | | | | | | | tests to fail Signed-off-by: John McCrae <jmccrae@chf.io>
| * Updated files to account for pem storage in the Certificate StoreJohn McCrae2022-05-261-2/+19
| | | | | | | | Signed-off-by: John McCrae <jmccrae@chf.io>
| * Updated files to account for pem storage in the Certificate StoreJohn McCrae2022-05-261-0/+1
| | | | | | | | Signed-off-by: John McCrae <jmccrae@chf.io>
| * Updated files to account for pem storage in the Certificate StoreJohn McCrae2022-05-261-0/+64
| | | | | | | | Signed-off-by: John McCrae <jmccrae@chf.io>
* | Bump version to 18.0.101 by Chef Expeditorv18.0.101Chef Expeditor2022-05-268-20/+21
|/ | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #12919 from chef/jfm/adhoc_unit_testsJohn McCrae2022-05-265-22/+35
|\
| * updating gemspec to overcome fault in unf_extJohn McCrae2022-05-262-17/+18
| | | | | | | | Signed-off-by: John McCrae <jmccrae@chf.io>
| * updating gemspec to overcome fault in unf_extJohn McCrae2022-05-261-0/+1
| | | | | | | | Signed-off-by: John McCrae <jmccrae@chf.io>
| * updated version data to properly account for Windows 11 and its associated ↵John McCrae2022-05-251-0/+70
| | | | | | | | | | | | build numbers Signed-off-by: John McCrae <jmccrae@chf.io>
| * updated version data to properly account for Windows 11 and its associated ↵John McCrae2022-05-252-75/+15
| | | | | | | | | | | | build numbers Signed-off-by: John McCrae <jmccrae@chf.io>
| * updated version data to properly account for Windows 11 and its associated ↵John McCrae2022-05-251-1/+1
| | | | | | | | | | | | build numbers Signed-off-by: John McCrae <jmccrae@chf.io>
| * updated version data to properly account for Windows 11 and its associated ↵John McCrae2022-05-251-24/+24
| | | | | | | | | | | | build numbers Signed-off-by: John McCrae <jmccrae@chf.io>
| * updated version data to properly account for Windows 11 and its associated ↵John McCrae2022-05-252-25/+26
|/ | | | | | build numbers Signed-off-by: John McCrae <jmccrae@chf.io>
* Bump version to 18.0.100 by Chef Expeditorv18.0.100Chef Expeditor2022-05-258-20/+21
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #11678 from chef/snehal/knife_upload_bad_error_msgJohn McCrae2022-05-252-2/+5
|\ | | | | Knife upload: bad error message when a recipe has a syntax error
| * Updated reviewd changes to add cookbook name in path in error msgsnehaldwivedi2022-05-242-2/+2
| | | | | | | | Signed-off-by: snehaldwivedi <sdwivedi@msystechnologies.com>
| * Knife upload: bad error message when a recipe has a syntax errorsnehaldwivedi2022-05-242-2/+5
| | | | | | | | Signed-off-by: snehaldwivedi <sdwivedi@msystechnologies.com>
* | Bump version to 18.0.99 by Chef Expeditorv18.0.99Chef Expeditor2022-05-258-22/+23
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #12918 from chef/jfm/omnibus_updateJohn McCrae2022-05-251-1/+1
|\ \ | |/ |/| updating throw statement to only execute on non-zero exit codes
| * updating throw statement to only execute on non-zero exit codesJohn McCrae2022-05-251-1/+1
|/ | | | Signed-off-by: John McCrae <jmccrae@chf.io>
* Bump version to 18.0.98 by Chef Expeditorv18.0.98Chef Expeditor2022-05-248-20/+21
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #12859 from chef/jfm/gem_updatesJohn McCrae2022-05-249-129/+116
|\
| * Updated windows_certificate resource to account for bugs and updates in the ↵John McCrae2022-05-248-124/+110
| | | | | | | | | | | | win32-certstore gem Signed-off-by: John McCrae <jmccrae@chf.io>
| * Removing redundant code and simplifying looking up a certificateJohn McCrae2022-05-182-6/+7
| | | | | | | | Signed-off-by: John McCrae <jmccrae@chf.io>
| * updating gemsJohn McCrae2022-05-182-11/+11
|/ | | | Signed-off-by: John McCrae <jmccrae@chf.io>
* Bump version to 18.0.97 by Chef Expeditorv18.0.97Chef Expeditor2022-05-178-21/+22
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* flush package cache after registering or unregistering with rhsm_register ↵Jason Barnett2022-05-171-0/+17
| | | | | (#12828) Signed-off-by: Jason Barnett <jason.w.barnett@gmail.com>
* Bump version to 18.0.96 by Chef Expeditorv18.0.96Chef Expeditor2022-05-178-20/+21
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #12830 from chef/i5pranay93/INFWS-73-customer-bug-671PrajaktaPurohit2022-05-173-4/+3
|\ | | | | handling exception for compliance phase error during chef spec run
| * handling exception in other collectionsPranay Singh2022-05-122-2/+2
| | | | | | | | Signed-off-by: Pranay Singh <i5singh.pranay@gmail.com>
| * removing trailing spacePranay Singh2022-04-281-1/+0
| | | | | | | | Signed-off-by: Pranay Singh <i5singh.pranay@gmail.com>
| * adding exception to bypass nil class error in compliance phasePranay Singh2022-04-281-1/+1
| | | | | | | | Signed-off-by: Pranay Singh <i5singh.pranay@gmail.com>
| * adding exception to bypass nil class error in compliance phasePranay Singh2022-04-281-1/+1
| |
* | Bump version to 18.0.95 by Chef Expeditorv18.0.95Chef Expeditor2022-05-178-25/+26
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #12849 from ↵PrajaktaPurohit2022-05-171-3/+3
|\ \ | | | | | | | | | | | | chef/sangmeshA/INFC-130-remove_warning_from_secret_helper Renamed private method as conflicting to inbuilt method and getting warning
| * | renamed private method as conflicting to inbuilt method and getting warningsanga17942022-05-051-3/+3
| |/ | | | | | | Signed-off-by: sanga1794 <sausekar@msystechnologies.com>
* | Merge pull request #12887 from chef/jsnapp/fix-omnibus-test.ps1Jeremiah Snapp2022-05-161-3/+20
|\ \ | | | | | | Fix omnibus-test.ps1
| * | Fix omnibus-test.ps1Jeremiah Snapp2022-05-161-3/+20
|/ / | | | | | | | | | | | | Use Throw instead of Exit to ensure the CI job fails when a command has a non-zero exit code. Signed-off-by: Jeremiah Snapp <jeremiah@chef.io>
* | Merge pull request #12869 from chef/jsnapp/IPACK-126-add-platformsJeremiah Snapp2022-05-093-8/+22
|\ \ | | | | | | Add platforms
| * | Update Gemfile.lockJeremiah Snapp2022-05-091-4/+4
| | | | | | | | | | | | Signed-off-by: Jeremiah Snapp <jeremiah@chef.io>
| * | Test on FreeBSD 13 and Ubuntu 22.04Jeremiah Snapp2022-05-092-4/+18
|/ / | | | | | | Signed-off-by: Jeremiah Snapp <jeremiah@chef.io>