summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add loggingneha-p6/INFC-279_backport_10122Neha Pansare2023-01-171-0/+4
| | | | Signed-off-by: Neha Pansare <neha.pansare@progress.com>
* Fix windows_share resource is not idempotent, add unit tests (Backports ↵Neha Pansare2023-01-132-32/+124
| | | | | | | | | | https://github.com/chef/chef/pull/10122) Signed-off-by: Neha Pansare <neha.pansare@progress.com> Add windows_only tag to windows_share unit tests so as to run them only on windows Signed-off-by: Neha Pansare <neha.pansare@progress.com>
* Bump version to 16.18.27 by Chef Expeditorv16.18.27Chef Expeditor2023-01-107-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bugfix/backport chef16 checksum validation (#13322)Joseph Larionov2023-01-104-3/+37
| | | | | | | | | | | | | | | * Add a case-insensitive helper to determine if two checksums match Signed-off-by: Joseph Larionov <jlarionov@webmd.net> * Use case-insensitive checksum match helper for checksum validation This fixes a bug where checksum validation fails because the two checksums are in different letter cases. The existing checksum validation logic was using case sensitive equality checks. Signed-off-by: Joseph Larionov <jlarionov@webmd.net> Signed-off-by: Joseph Larionov <jlarionov@webmd.net>
* Bump version to 16.18.26 by Chef Expeditorv16.18.26Chef Expeditor2023-01-107-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #13270 from Stromweld/chef-16neha-p62023-01-101-27/+37
|\ | | | | [chef-16] INFC-303 - Backport changes from v18 to v16 for documentation
| * Merge branch 'chef:chef-16' into chef-16Corey Hemminger2023-01-06245-407/+511
| |\
| * \ Merge branch 'chef:chef-16' into chef-16Corey Hemminger2022-12-0217-59/+76
| |\ \
| * | | [chef-16] INFC-303 - Backport changes from v18 to v16 for documentation and ↵Corey Hemminger2022-10-191-27/+37
| | | | | | | | | | | | | | | | | | | | | | | | missing privilege in verify list Signed-off-by: Corey Hemminger <hemminger@hotmail.com>
* | | | Bump version to 16.18.25 by Chef Expeditorv16.18.25Chef Expeditor2023-01-107-19/+20
| | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | Merge pull request #12908 from jasonwbarnett/jwb/backport-to-16neha-p62023-01-101-0/+17
|\ \ \ \ | | | | | | | | | | backport to 16: flush package cache after registering or unregistering with rhsm_register
| * | | | flush package cache after registering or unregistering with rhsm_registerJason Barnett2023-01-061-0/+17
| | |_|/ | |/| | | | | | | | | | Signed-off-by: Jason Barnett <jason.w.barnett@gmail.com>
* | | | Bump version to 16.18.24 by Chef Expeditorv16.18.24Chef Expeditor2023-01-107-19/+20
| | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | Merge pull request #13486 from chef/jfm/chef16_zypper3John McCrae2023-01-092-3/+14
|\ \ \ \ | |/ / / |/| | | Rewriting the zypper code to run only on openSUSE 15
| * | | Rewriting the zypper code to run only on openSUSE 15John2023-01-091-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: John <john.mccrae@progress.com>
| * | | Corrected perms on new script fileJohn McCrae2023-01-091-0/+0
| | | | | | | | | | | | | | | | Signed-off-by: John McCrae <john.mccrae@progress.com>
| * | | Rewriting the zypper code to run only on openSUSE 15John2023-01-091-7/+7
| | | | | | | | | | | | | | | | Signed-off-by: John <john.mccrae@progress.com>
| * | | Rewriting the zypper code to run only on openSUSE 15John2023-01-092-5/+12
| | | | | | | | | | | | | | | | Signed-off-by: John <john.mccrae@progress.com>
| * | | Rewriting the zypper code to run only on openSUSE 15John2023-01-091-7/+11
|/ / / | | | | | | | | | Signed-off-by: John <john.mccrae@progress.com>
* | | Bump version to 16.18.23 by Chef Expeditorv16.18.23Chef Expeditor2022-12-297-19/+20
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | INFC-373 Disable 32-bit Windows for Chef 16 (#13458)tpowell-progress2022-12-295-5/+39
| | | | | | | | | | | | | | | | | | * Add FIPS tests first * Disable 32-bit windows builds Signed-off-by: Thomas Powell <powell@progress.com>
* | | Merge pull request #13466 from chef/jfm/chef16_lintJohn McCrae2022-12-293-42/+34
|\ \ \ | | | | | | | | Correcting gems to support Ruby 2.6
| * | | Manually setting gems and gemfile versions forJohn2022-12-293-42/+34
|/ / / | | | | | | | | | | | | | | | compatibility with Ruby 2.6 Signed-off-by: John <john.mccrae@progress.com>
* | | Merge pull request #13461 from chef/jfm/chef16_version_errors_part_2John McCrae2022-12-221-1/+1
|\ \ \ | | | | | | | | Versions were overlapping with Windows 10. This corrects
| * | | Versions were overlapping with Windows 10. This correctsJohn2022-12-221-1/+1
|/ / / | | | | | | | | | Signed-off-by: John <john.mccrae@progress.com>
* | | Merge pull request #13457 from chef/jfm/chef16_ssl_errors_part2John McCrae2022-12-222-19/+19
|\ \ \ | | | | | | | | recorrecting the ssl errors in chef-16
| * | | recorrecting the ssl errors in chef-16John2022-12-222-19/+19
|/ / / | | | | | | | | | Signed-off-by: John <john.mccrae@progress.com>
* | | Merge pull request #13460 from chef/jfm/chef16_omnibus_errorJohn McCrae2022-12-221-1/+1
|\ \ \ | | | | | | | | Tweaking omnibus-test to fail properly on Windows
| * | | Tweaking omnibus-test to fail properly on WindowsJohn2022-12-221-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: John <john.mccrae@progress.com>
* | | | Merge pull request #13459 from chef/jfm/chef16_windows_versionsJohn McCrae2022-12-221-0/+1
|\ \ \ \ | |/ / / |/| | | Updating the windows version file to include Windows 11
| * | | Updating the windows version file to include Windows 11John2022-12-221-0/+1
|/ / / | | | | | | | | | Signed-off-by: John <john.mccrae@progress.com>
* | | Merge pull request #13456 from chef/neha-p6/INFC-387_add_back_nightliesneha-p62022-12-221-1/+11
|\ \ \ | | | | | | | | [Chef-16]Add back nightly adhoc builds for chef16
| * | | Add back nightly adhoc builds for chef16. Had removed to try out debugging ↵Neha Pansare2022-12-221-1/+11
|/ / / | | | | | | | | | | | | | | | for version bumps not getting triggered Signed-off-by: Neha Pansare <neha.pansare@progress.com>
* | | 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