summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #13395 from chef/jfm/chef16_berkshelfneha-p6/INFC-386_remove_ignore_cacheneha-p62022-12-221-1/+1
|\ | | | | [Chef-16] Updating Berkshelf to point to the chef repo
| * Updating Berkshelf to point to the chef repoJohn McCrae2022-12-221-1/+1
| | | | | | | | Signed-off-by: John McCrae <john.mccrae@progress.com>
* | Merge pull request #13455 from chef/neha-p6/INFC-386_remove_ignore_cacheneha-p62022-12-221-1/+0
|\ \ | |/ |/| [Chef-16] Remove IGNORE_CACHE true from expeditor file
| * Remove IGNORE_CACHE true. The version bumps are not working for sometime, I ↵Neha Pansare2022-12-221-1/+0
|/ | | | | | trying out if due to changes to config file, though correct Signed-off-by: Neha Pansare <neha.pansare@progress.com>
* Merge pull request #13453 from chef/jfm/chef16_ruby26_rollbackJohn McCrae2022-12-215-5/+5
|\ | | | | Rolling back Ruby2.7 support to Ruby 2.6
| * Rolling back Ruby2.7 support to Ruby 2.6John2022-12-215-5/+5
| | | | | | | | Signed-off-by: John <john.mccrae@progress.com>
* | [Chef-16] fix version bumps (#13452)neha-p62022-12-211-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Use sed to bump version of chef gems in Gemfile.lock We only want to bump the version of the chef related gems in Gemfile.lock but the `bundle update --conservative` would frequently bump the version of other gems that are direct dependencies. Signed-off-by: Jeremiah Snapp <jeremiah@chef.io> * User chef16 branch in version bump script Signed-off-by: Neha Pansare <neha.pansare@progress.com> Signed-off-by: Jeremiah Snapp <jeremiah@chef.io> Signed-off-by: Neha Pansare <neha.pansare@progress.com> Co-authored-by: Jeremiah Snapp <jeremiah@chef.io>
* | [Chef-16] Replace deprecated macos-10.15 instances with macos-11 (#13401)neha-p62022-12-212-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Github actions has deprecated macos10.15 and is going to completely remove it on Dec22, so replace it with macos11 Signed-off-by: Neha Pansare <neha.pansare@progress.com> * Update github actions checkout to v3 to fix deprecation warnings for nodejs Signed-off-by: Neha Pansare <neha.pansare@progress.com> * Use macos12 boxes for kitchen and unit spec testing under github actions #Signed-off-by: Neha Pansare <neha.pansare@progress.com> Signed-off-by: Neha Pansare <neha.pansare@progress.com>
* | Merge pull request #13451 from chef/neha-p6/remove-chef16_nightlyneha-p62022-12-211-11/+1
|\ \ | |/ |/| [Chef-16]Remove nightly for chef16 which may be has stopped version bumps
| * Remove nightly for chef16 I think that has stopped version bumpsNeha Pansare2022-12-211-11/+1
|/ | | | Signed-off-by: Neha Pansare <neha.pansare@progress.com>
* Merge pull request #13447 from ↵John McCrae2022-12-2011-74/+134
|\ | | | | | | | | chef/dependabot/bundler/omnibus/chef-16/omnibus-software-2be3816 Bump omnibus-software from `f2e9a99` to `2be3816` in /omnibus
| * Bump omnibus-software from `f2e9a99` to `2be3816` in /omnibusdependabot[bot]2022-12-211-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [omnibus-software](https://github.com/chef/omnibus-software) from `f2e9a99` to `2be3816`. - [Release notes](https://github.com/chef/omnibus-software/releases) - [Commits](https://github.com/chef/omnibus-software/compare/f2e9a996dfd115d8c1261a0d3bf281aaf76d3f8f...2be38169f587c99e0f18f9adb0387d572594cc90) --- updated-dependencies: - dependency-name: omnibus-software dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
| * Per a comment from Neha, I am updating the plan.ps1 to properly install gems ↵John2022-12-201-11/+21
| | | | | | | | | | | | and get trace output Signed-off-by: John <john.mccrae@progress.com>
| * Merge branch 'chef-16' into jfm/chef16_ssl_errorsJohn McCrae2022-12-208-4/+3
| |\ | |/ |/|
* | Merge pull request #13411 from ↵neha-p62022-12-208-5/+4
|\ \ | | | | | | | | | | | | chef/neha-p6/INFC-342-fix_windows_plan-gem-install [Chef-16] Fix chef gem installation failures in windows plan under verify pipeline
| * | Fix windows plan: Windows plan fails when it tries to install chef gem from ↵Neha Pansare2022-12-208-5/+4
|/ / | | | | | | | | | | | | | | | | | | hab package with error 'No such file or directory @ rb_sysopen - C:/hab/studios/bk01851a218a5e4eace555/hab/pkgs/ci/chef-infra-client/16.18.22/20221216085705/vendor/gems/chef-16.18.22-universal-mingw32/spec/functional/assets/yumrepo/repodata/4632d67cb92636e7575d911c24f0e04d3505a944e97c483abe0c3e73a7c62d33-filelists.sqlite.bz2'. These files under functional test assets are not being used in any tests, so would rather remove them to fix the issue Signed-off-by: Neha Pansare <neha.pansare@progress.com>
* | Merge pull request #13441 from chef/neha-p6/INFC-370_16_nightliesneha-p62022-12-161-2/+2
|\ \ | | | | | | [Chef-16] Fix issue in nightlies
| * | Remove additional space in nightly scheduler, update chef16 nightlies to run ↵Neha Pansare2022-12-161-2/+2
|/ / | | | | | | | | | | every day instead of only Tue and Thur Signed-off-by: Neha Pansare <neha.pansare@progress.com>
| * Adding verbosity to the rake install commands, cleaned up a snag in the ↵John2022-12-201-1/+1
| | | | | | | | | | | | gemfile.lock Signed-off-by: John <john.mccrae@progress.com>
| * Ensured we are uniformly using Ruby 2.7John2022-12-208-25/+27
| | | | | | | | Signed-off-by: John <john.mccrae@progress.com>
| * Updated the gemfile.lock from a ruby 2.7 based installJohn2022-12-191-31/+20
| | | | | | | | Signed-off-by: John <john.mccrae@progress.com>
| * Added a hard link to the correct version of the rest-client to use to get ↵John2022-12-145-31/+90
|/ | | | | | past the OpenSSL error. Signed-off-by: John <john.mccrae@progress.com>
* Bump version to 16.18.22 by Chef Expeditorv16.18.22Chef Expeditor2022-12-097-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #13406 from chef/neha-p6/INFC-370_16_nightliesneha-p62022-12-091-1/+11
|\ | | | | [Chef-16] Add nightly adhoc builds for chef-16
| * Run a nightly build for chef-16 every Tueday, ThursdayNeha Pansare2022-12-071-1/+11
| | | | | | | | Signed-off-by: Neha Pansare <neha.pansare@progress.com>
* | Bump version to 16.18.21 by Chef Expeditorv16.18.21Chef Expeditor2022-12-097-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #13410 from ↵neha-p62022-12-091-5/+5
|\ \ | | | | | | | | | | | | chef/dependabot/bundler/omnibus/chef-16/omnibus-software-f2e9a99 Bump omnibus-software from `e9632cb` to `f2e9a99` in /omnibus
| * | Bump omnibus-software from `e9632cb` to `f2e9a99` in /omnibusdependabot[bot]2022-12-081-5/+5
|/ / | | | | | | | | | | | | | | | | | | | | | | | | Bumps [omnibus-software](https://github.com/chef/omnibus-software) from `e9632cb` to `f2e9a99`. - [Release notes](https://github.com/chef/omnibus-software/releases) - [Commits](https://github.com/chef/omnibus-software/compare/e9632cb92ae2649d61fd2f3329a9f68cd0d7f7cb...f2e9a996dfd115d8c1261a0d3bf281aaf76d3f8f) --- updated-dependencies: - dependency-name: omnibus-software dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
* | Bump version to 16.18.20 by Chef Expeditorv16.18.20Chef Expeditor2022-12-077-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Chef-16: Functional tests under verify pipeline get timed out (#13403)tpowell-progress2022-12-07216-227/+214
| | | | | | | | | | | | | | | | | | | | | | | | * Update occurences for Chef::PowerShell to chef-powershell gem's ChefPowershell::PowerShell Replace distro/ files that are in powershell-1.0.13.gem/bin/ruby_bin_folder to prevent conflicts. Mark font spec as broken as it times out in Verify pipeline Signed-off-by: Neha Pansare <neha.pansare@progress.com> Signed-off-by: Thomas Powell <powell@progress.com>
* | Bump version to 16.18.19 by Chef Expeditorv16.18.19Chef Expeditor2022-12-077-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #13370 from ↵neha-p62022-12-071-12/+14
|\ \ | | | | | | | | | | | | chef/dependabot/bundler/omnibus/chef-16/omnibus-52b6d2e Bump omnibus from `d1fe3bb` to `52b6d2e` in /omnibus
| * | Bump omnibus from `d1fe3bb` to `52b6d2e` in /omnibusdependabot[bot]2022-12-071-12/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [omnibus](https://github.com/chef/omnibus) from `d1fe3bb` to `52b6d2e`. - [Release notes](https://github.com/chef/omnibus/releases) - [Commits](https://github.com/chef/omnibus/compare/d1fe3bbba0bf8c6cbc0e9d75bfcc8216e4345078...52b6d2e08bc2c90592b99da41a1728fb1629f673) --- updated-dependencies: - dependency-name: omnibus dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
* | | Bump version to 16.18.18 by Chef Expeditorv16.18.18Chef Expeditor2022-12-077-19/+20
|/ / | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #13304 from chef/neha-p6/INFC-335_win32_load_errorneha-p62022-12-073-38/+48
|\ \ | |/ |/| [Chef-16] Correct the rake task to pull in omnibus dependencies
| * Chef16 artifacts are now built with ruby31 using omnibus. Update the rake ↵Neha Pansare2022-12-073-38/+48
|/ | | | | | | | | | | | | | | | task used to update dependencies for omnibus to support platform x64-mingw-ucrt for ruby31. Update the dependencies for omnibus now that ruby31 platform is added to pull in correct gems Fix linting Point to omnibus-software temporary branch Fix linting Fix typo Revert temporary change added to point omnibus to a development branch Signed-off-by: Neha Pansare <neha.pansare@progress.com>
* Bump version to 16.18.17 by Chef Expeditorv16.18.17Chef Expeditor2022-11-297-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Use correct action for code checkout (#13384)neha-p62022-11-292-1/+2
| | | | | Set clean_dokken_sandbox to false in kitchen dokken provisionor Signed-off-by: Neha Pansare <neha.pansare@progress.com>
* Bump version to 16.18.16 by Chef Expeditorv16.18.16Chef Expeditor2022-11-227-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #13279 from chef/neha-p6/INFC-307_disable_cachingneha-p62022-11-221-2/+3
|\ | | | | [Chef-16] Disable caching for s3 and git to successfully build aritifacts using ruby31
| * Chef16 is now built using ruby31. By disabling the caching for s3 and git ↵Neha Pansare2022-11-021-2/+3
| | | | | | | | | | | | | | | | we're able to build artificats successfully Fix chefstyle linting error Signed-off-by: Neha Pansare <neha.pansare@progress.com>
* | Bump version to 16.18.15 by Chef Expeditorv16.18.15Chef Expeditor2022-11-027-19/+20
|/ | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #13318 from chef/neha-p6/INFC-341_update_ssl_certneha-p62022-11-021-8/+8
|\ | | | | [Chef-16]Update expired SSL cert for self-signed.badssl.com used in kitchen tests
| * Update expired SSL cert for self-signed.badssl.com used in kitchen testsNeha Pansare2022-11-021-8/+8
|/ | | | Signed-off-by: Neha Pansare <neha.pansare@progress.com>
* Bump version to 16.18.14 by Chef Expeditorv16.18.14Chef Expeditor2022-10-287-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Fix error in activating ruby version 271 with uru in windows functional ↵neha-p62022-10-282-2/+3
| | | | | | | tests under verify pipeline (#13262) Set timeout for functional tests under verify pipeline to 60 min as builds are getting timedout Signed-off-by: Neha Pansare <neha.pansare@progress.com>
* Bump version to 16.18.13 by Chef Expeditorv16.18.13Chef Expeditor2022-10-277-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* [chef-16] Fix hab package failures under windows plan in verify pipeline ↵neha-p62022-10-272-1/+13
| | | | | | | | | (#13251) * Fix 'Hab version is older than 0.85 and could not update it.' error in windows plan in verify pipeline * Fix 'The term 'hab' is not recognized as the name of a cmdlet' erros under windows plan in verify pipeline by reloading git path Signed-off-by: Neha Pansare <neha.pansare@progress.com>
* Bump version to 16.18.12 by Chef Expeditorv16.18.12Chef Expeditor2022-10-277-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #13294 from chef/revert-13269-expeditor/train-core_3.10.7neha-p62022-10-271-21/+21
|\ | | | | Revert "Bump train-core to 3.10.7"