summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Update plan"neha-p6/patch_ruby_net_httpNeha Pansare2023-05-041-2/+2
| | | | This reverts commit 058369789097288dbf5e08bf41924afb0abe4697.
* Update planNeha Pansare2023-05-041-2/+2
| | | | Signed-off-by: Neha Pansare <neha.pansare@progress.com>
* Load monkey patch for net/http in local modeNeha Pansare2023-05-042-1/+3
| | | | Signed-off-by: Neha Pansare <neha.pansare@progress.com>
* Load monkey patch for net/http in chef-solo modeNeha Pansare2023-05-041-0/+1
| | | | Signed-off-by: Neha Pansare <neha.pansare@progress.com>
* Load monkey patch for net/http in chef-solo modeNeha Pansare2023-05-041-1/+1
| | | | Signed-off-by: Neha Pansare <neha.pansare@progress.com>
* Add patch for net/http to fix IPv6 url access durationNeha Pansare2023-04-241-0/+121
| | | | Signed-off-by: Neha Pansare <neha.pansare@progress.com>
* Bump version to 18.2.15 by Chef Expeditorv18.2.15Chef Expeditor2023-04-209-22/+23
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Sean simmons progress/18.2 enable aix (#13702)sean-simmons-progress2023-04-204-21/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * enabling aix 71 for testing Signed-off-by: Sean Simmons <ssimmons@progress.com> * enabling debug Signed-off-by: Sean Simmons <ssimmons@progress.com> * revering this setting thats preventing the other piplines from being tested Signed-off-by: Sean Simmons <ssimmons@progress.com> * revering this setting thats preventing the other piplines from being tested Signed-off-by: Sean Simmons <ssimmons@progress.com> * testing aix 73 Signed-off-by: Sean Simmons <ssimmons@progress.com> * modifying filter here Signed-off-by: Sean Simmons <ssimmons@progress.com> * unsetting x Signed-off-by: Sean Simmons <ssimmons@progress.com> * adding aix 7.2 back Signed-off-by: Sean Simmons <ssimmons@progress.com> * adding aix 7.2 back Signed-off-by: Sean Simmons <ssimmons@progress.com> * testing 9.0.17 omnibus Signed-off-by: Sean Simmons <ssimmons@progress.com> * testing 9.0.17 omnibus Signed-off-by: Sean Simmons <ssimmons@progress.com> * same error as .18, reverting back to stay consistent Signed-off-by: Sean Simmons <ssimmons@progress.com> * testing aix as aix 71 is the only tool with the compiler enabled Signed-off-by: Sean Simmons <ssimmons@progress.com> * testing aix as aix 71 is the only tool with the compiler enabled Signed-off-by: Sean Simmons <ssimmons@progress.com> * adding extended timeout for aix Signed-off-by: Sean Simmons <ssimmons@progress.com> * fixing conditional Signed-off-by: Sean Simmons <ssimmons@progress.com> * something didnt like my if condition Signed-off-by: Sean Simmons <ssimmons@progress.com> * fixing unary operator expected also fixed my condtional to only extend aix build timeout Signed-off-by: Sean Simmons <ssimmons@progress.com> * updating omnibus buildkite platform plugin to the latest this has the uninstall script to remove the chef-foundation from aix. Signed-off-by: Sean Simmons <ssimmons@progress.com> * aix 72 timed out with 2 hours, bumping to 3h Signed-off-by: Sean Simmons <ssimmons@progress.com> --------- Signed-off-by: Sean Simmons <ssimmons@progress.com>
* Bump version to 18.2.14 by Chef Expeditorv18.2.14Chef Expeditor2023-04-209-22/+23
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #13689 from chef/dependabot/bundler/omnibus/main/pedump-0.6.6John McCrae2023-04-191-1/+1
|\ | | | | Bump pedump from 0.6.5 to 0.6.6 in /omnibus
| * Bump pedump from 0.6.5 to 0.6.6 in /omnibusdependabot[bot]2023-04-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [pedump](https://github.com/zed-0xff/pedump) from 0.6.5 to 0.6.6. - [Release notes](https://github.com/zed-0xff/pedump/releases) - [Commits](https://github.com/zed-0xff/pedump/compare/v0.6.5...v0.6.6) --- updated-dependencies: - dependency-name: pedump dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | Bump version to 18.2.13 by Chef Expeditorv18.2.13Chef Expeditor2023-04-199-22/+23
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Add documentation for running a cookbook as hab+effortless package (#13692)neha-p62023-04-191-0/+57
| | | | | | Signed-off-by: Neha Pansare <neha.pansare@progress.com>
* | Bump version to 18.2.12 by Chef Expeditorv18.2.12Chef Expeditor2023-04-189-22/+23
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | zypper_package: Fix idempotency issue (#13691)Lance Albertson2023-04-182-0/+11
|/ | | | | | | | | | | | Installing the apache2-mod_wsgi-python3 package is not idempotent due to the fact that zypper will also return the apache2-mod_wsgi package. The resolve_available_version method, incorrectly assumes this will only return one item, but in this case it returns four items and will pick the first package listed. To work around this, we should verify that the package name listed in the output matches what we are expecting to install. Signed-off-by: Lance Albertson <lance@osuosl.org>
* Bump version to 18.2.11 by Chef Expeditorv18.2.11Chef Expeditor2023-04-149-22/+23
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Avoid Invalid Memory Object error (#13677)Thomas Powell2023-04-141-1/+7
| | | | | * Use ulong instead of pointer to prevent memory object error. Signed-off-by: Thomas Powell <powell@progress.com>
* Bump version to 18.2.10 by Chef Expeditorv18.2.10Chef Expeditor2023-04-139-22/+23
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #13664 from chef/dependabot/bundler/omnibus/time-0.2.2John McCrae2023-04-131-1/+1
|\ | | | | Bump time from 0.2.1 to 0.2.2 in /omnibus
| * Bump time from 0.2.1 to 0.2.2 in /omnibusdependabot[bot]2023-04-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [time](https://github.com/ruby/time) from 0.2.1 to 0.2.2. - [Release notes](https://github.com/ruby/time/releases) - [Commits](https://github.com/ruby/time/compare/v0.2.1...v0.2.2) --- updated-dependencies: - dependency-name: time dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
* | Bump version to 18.2.9 by Chef Expeditorv18.2.9Chef Expeditor2023-04-069-22/+23
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #13672 from chef/zei/onboarding_to_sonarqubesVinay Satish2023-04-062-0/+26
|\ \ | | | | | | Adding files for onboarding the project to SonarQubes
| * | Adding files for onboarding the project to SonarQubesVinay Satish2023-04-062-0/+26
|/ / | | | | | | Signed-off-by: Vinay Satish <vinay.satish@progress.com>
* | Bump version to 18.2.8 by Chef Expeditorv18.2.8Chef Expeditor2023-04-059-21/+29
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #13663 from chef/jfm/chef18_bug_13446John McCrae2023-04-052-5/+5
|\ \ | | | | | | Correcting a typo in the resource
| * | Correcting a typo in the resource and now the tests as wellJohn2023-03-311-4/+4
| | | | | | | | | | | | Signed-off-by: John <john.mccrae@progress.com>
| * | Correcting a typo in the resourceJohn2023-03-311-1/+1
| | | | | | | | | | | | Signed-off-by: John <john.mccrae@progress.com>
* | | Update CHANGELOG.md to reflect the promotion of 18.2.7Chef Expeditor2023-04-042-55/+52
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Bump version to 18.2.7 by Chef Expeditorv18.2.7Chef Expeditor2023-04-049-22/+23
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | "FFI Yajl" fix (#13662)Thomas Powell2023-04-044-88/+11
| |/ |/| | | | | | | | | * FFI_Yajl fix, remove shadow powershell.rb * Update to 18.0.1 powershell-shim Signed-off-by: Thomas Powell <powell@progress.com>
* | Bump version to 18.2.6 by Chef Expeditorv18.2.6Chef Expeditor2023-04-039-22/+23
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #13668 from chef/jfm/chef18_version_bumpJohn McCrae2023-04-031-10/+10
|\ \ | |/ |/| minor gem update to get the version bumped
| * minor gem update to get the version bumpedJohn2023-04-031-0/+79
| | | | | | | | Signed-off-by: John <john.mccrae@progress.com>
| * minor gem update to get the version bumpedJohn2023-04-031-89/+10
|/ | | | Signed-off-by: John <john.mccrae@progress.com>
* Bump version to 18.2.5 by Chef Expeditorv18.2.5Chef Expeditor2023-03-309-22/+23
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #13661 from chef/sean-simmons-progress/bugfix/releaseConfigsean-simmons-progress2023-03-301-4/+8
|\ | | | | fixing one small missed step
| * fixing one small missed stepSean Simmons2023-03-301-4/+8
|/ | | | Signed-off-by: Sean Simmons <ssimmons@progress.com>
* Bump version to 18.2.4 by Chef Expeditorv18.2.4Chef Expeditor2023-03-309-22/+23
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #13657 from ↵sean-simmons-progress2023-03-308-18/+41
|\ | | | | | | | | chef/sean-simmons-progress/bugfix/build-docker-image Sean simmons progress/bugfix/build docker image
| * syncing the docker versionSean Simmons2023-03-301-1/+1
| | | | | | | | Signed-off-by: Sean Simmons <ssimmons@progress.com>
| * reverting back to armSean Simmons2023-03-301-3/+3
| | | | | | | | Signed-off-by: Sean Simmons <ssimmons@progress.com>
| * Merge branch 'main' of github.com:chef/chef into ↵Sean Simmons2023-03-3011-32/+34
| |\ | |/ |/| | | sean-simmons-progress/bugfix/build-docker-image syncing main
* | Bump version to 18.2.3 by Chef Expeditorv18.2.3Chef Expeditor2023-03-309-22/+23
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Update ssl cert used in kitchen tests (#13658)neha-p62023-03-301-8/+8
| | | | | | Signed-off-by: Neha Pansare <neha.pansare@progress.com>
* | Bump version to 18.2.2 by Chef Expeditorv18.2.2Chef Expeditor2023-03-289-22/+23
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #13651 from chef/jfm/chef18_cert_take3John McCrae2023-03-281-2/+2
|\ \ | | | | | | Updating cert code to adjust user vs localmachine keys
| * | Updating cert code to adjust user vs localmachine keysJohn McCrae2023-03-281-2/+2
|/ / | | | | | | Signed-off-by: John McCrae <mccrae@progress.com>
| * the upload filter needs to match aarch64Sean Simmons2023-03-301-3/+3
| | | | | | | | | | | | testing this build Signed-off-by: Sean Simmons <ssimmons@progress.com>
| * removing for nowSean Simmons2023-03-291-3/+3
| | | | | | | | Signed-off-by: Sean Simmons <ssimmons@progress.com>
| * adding the same conditional on the testing portion of this buildSean Simmons2023-03-291-1/+5
| | | | | | | | Signed-off-by: Sean Simmons <ssimmons@progress.com>