summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update Gemfile.locktest-publishPoornima2022-09-271-1/+1
|
* Update GemfilePoornima2022-09-271-1/+1
|
* Bump version to 18.0.152 by Chef Expeditorv18.0.152newChef Expeditor2022-09-269-22/+23
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #13207 from chef/mp/aix-ruby30-exceptionPrajaktaPurohit2022-09-261-1/+5
|\ | | | | Permit ruby 3.0 for AIX
| * Correcitng linting issue - extra blank line on line 31John McCrae2022-09-261-1/+0
| | | | | | | | Signed-off-by: John McCrae <john.mccrae@progress.com>
| * Permit ruby 3.0 for AIXMarc A. Paradise2022-09-231-1/+6
|/ | | | | | | | We have not been able to build ruby 3.1 on AIX at this time. Until we are able to do so, we are leaving chef-18 on Ruby 3.0 for that platform. Signed-off-by: Marc A. Paradise <marc.paradise@gmail.com>
* Bump version to 18.0.151 by Chef Expeditorv18.0.151Chef Expeditor2022-09-239-22/+23
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #13203 from chef/neha-p6/update_knife_dependenciesMarc A. Paradise2022-09-232-2/+5
|\ | | | | Update Chef version in Gemfile.lock under knife
| * Update chef's version to latest as on main to 150 manuallyNeha Pansare2022-09-221-2/+2
| | | | | | | | Signed-off-by: Neha Pansare <neha.pansare@progress.com>
| * Update expeditor script updating versions in lock file to make updates in ↵Neha Pansare2022-09-221-0/+3
|/ | | | | | knife Gemfile.lock as well for CHef's latest version Signed-off-by: Neha Pansare <neha.pansare@progress.com>
* Bump version to 18.0.150 by Chef Expeditorv18.0.150Chef Expeditor2022-09-228-20/+21
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #13202 from chef/neha-p6/separate_windows_gemspec_unsquashedJohn McCrae2022-09-225-36/+128
|\
| * Resolve 'lock file is unreadable error' for chef's lockfileNeha Pansare2022-09-224-8/+10
| | | | | | | | Signed-off-by: Neha Pansare <neha.pansare@progress.com>
| * Update dependencies in lock file for separate windows gemspecNeha Pansare2022-09-224-3/+7
| | | | | | | | Signed-off-by: Neha Pansare <neha.pansare@progress.com>
| * Maintain separate gemspec for windows, update lock file to include ucrt ↵Neha Pansare2022-09-225-35/+121
|/ | | | | | block as this is the only way bundle install can pull windows gems, add lock file knife for the same reason Signed-off-by: Neha Pansare <neha.pansare@progress.com>
* Bump version to 18.0.149 by Chef Expeditorv18.0.149Chef Expeditor2022-09-218-17/+18
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #13199 from chef/jfm/rest-client-testingPrajaktaPurohit2022-09-212-8/+24
|\ | | | | Windows Verify Plan fails during "Rake Install rest-client"
| * Amending installation of the rest-client gem to bypass rakefile issueJohn McCrae2022-09-212-8/+24
|/ | | | Signed-off-by: John McCrae <john.mccrae@progress.com>
* Bump version to 18.0.148 by Chef Expeditorv18.0.148Chef Expeditor2022-09-218-17/+18
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Remove the chef17 git clone step and (#13197)tpowell-progress2022-09-213-4/+2
| | | | | | | Remove the chef17 git clone step that was a temporary debugging step. Update rest-client sha to latest version vs. a not found version. Signed-off-by: Thomas Powell <powell@progress.com>
* Cleanup MVPs file (#13181)Phil Dibowitz2022-09-201-1/+2
| | | | | | | | | | | | | | | | | | | | During the Advisory Council meeting, there was discussion of community recognition - and the fact that this used to exist came up. I went to go dig up this to share it with Jeff and George. But in doing so, I noticed there was both a markdown format error and that the HoF was out of date (I swear I didn't do this to add myself, it just worked out that way). HoF math: ``` [phil@rider (main) chef]$ egrep '\[Client|Chef' CHEF_MVPS.md | awk -F\| '{print $4}' | sed -e 's/, /\n/g' -e 's/^ //g' -e 's/ $//g' | sort | uniq -c | sort | tail -5 2 Xabier de Zuazo 3 Jeff Blaine 3 Matthew Kent 3 Phil Dibowitz ``` Signed-off-by: Phil Dibowitz <phil@ipom.com> Signed-off-by: Phil Dibowitz <phil@ipom.com>
* Bump version to 18.0.147 by Chef Expeditorv18.0.147Chef Expeditor2022-09-198-17/+18
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Update omnibus gem hash as well (#13198)tpowell-progress2022-09-191-2/+2
| | | Signed-off-by: Thomas Powell <powell@progress.com>
* Bump version to 18.0.146 by Chef Expeditorv18.0.146Chef Expeditor2022-09-198-17/+18
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Restore original Gemfile omnibus-software spec (#13193)tpowell-progress2022-09-192-5/+3
| | | | | | | | | Restore original Gemfile omnibus-software spec with branch override for environmental variable * Force omnibus-software sha hash to latest version Signed-off-by: Thomas Powell <powell@progress.com>
* Bump version to 18.0.145 by Chef Expeditorv18.0.145Chef Expeditor2022-09-198-17/+18
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* set IGNORE_ARTIFACTORY_RUBY_PROXY to true in config.yml (#13178)John McCrae2022-09-191-0/+5
| | | | | | | | | | set IGNORE_ARTIFACTORY_RUBY_PROXY to true Artifactory is throwing 500's when downloading some gems. Signed-off-by: Thomas Powell <powell@progress.com> Signed-off-by: John McCrae <john.mccrae@progress.com>
* Use sed to bump version of chef gems in Gemfile.lock (#13005)Jeremiah Snapp2022-09-091-1/+5
| | | | | | | | | 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> Signed-off-by: Jeremiah Snapp <jeremiah@chef.io>
* Bump version to 18.0.144 by Chef Expeditorv18.0.144Chef Expeditor2022-09-098-20/+21
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* 2.3.7 Gemfile.lock since 2.3.7 is on build image (#13176)tpowell-progress2022-09-093-7/+7
| | | | | | a BUNDLED_WITH of 2.3.18 will cause errors due to multiple bundler versions Signed-off-by: tpowell-progress <104777878+tpowell-progress@users.noreply.github.com>
* Bump version to 18.0.143 by Chef Expeditorv18.0.143Chef Expeditor2022-09-088-91/+30
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #13171 from chef/fix_expeditor_version_bumpPrajaktaPurohit2022-09-081-0/+1
|\ | | | | The worker container for expeditor needs to use Ruby 3.1.0
| * The worker container for expeditor needs to use Ruby 3.1.0Prajakta Purohit2022-09-081-0/+1
| | | | | | | | Signed-off-by: Prajakta Purohit <prajakta@chef.io>
* | Bundle with for 2.3.7 and cleanup with minimal gem bumps (#13169)tpowell-progress2022-09-082-7/+7
|/ | | | | | * Add ruby cleanup * Disable Amazon 2022 and Windows 8 pipelines Signed-off-by: tpowell-progress <104777878+tpowell-progress@users.noreply.github.com>
* Merge pull request #13144 from chef/tp/ruby-revert-to-ruby31tpowell-progress2022-08-3141-312/+359
|\ | | | | Integrate ruby 3.1 into builds
| * Merge branch 'main' into tp/ruby-revert-to-ruby31John McCrae2022-08-3110-20/+60
| |\ | |/ |/|
* | Bump version to 18.0.142 by Chef Expeditorv18.0.142Chef Expeditor2022-08-308-23/+24
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #13152 from chef/vkarve/universal-pkgtpowell-progress2022-08-302-0/+5
|\ \ | | | | | | Add empty pipeline for macos universal package
| * | start with empty pipeline as recommendedVikram Karve2022-08-262-55/+1
| | | | | | | | | | | | Signed-off-by: Vikram Karve <vikram.karve@progress.com>
| * | update macos version per expeditor conformanceVikram Karve2022-08-261-1/+1
| | | | | | | | | | | | Signed-off-by: Vikram Karve <vikram.karve@progress.com>
| * | fix typo in expeditor configVikram Karve2022-08-261-1/+1
| | | | | | | | | | | | Signed-off-by: Vikram Karve <vikram.karve@progress.com>
| * | Add pipeline for macos universal pkg. Initial commit, version hardcoded.Vikram Karve2022-08-263-0/+59
| | | | | | | | | | | | Signed-off-by: Vikram Karve <vikram.karve@progress.com>
| | * Windows 8 removed from adhoc buildThomas Powell2022-08-301-1/+0
| | | | | | | | | | | | Signed-off-by: Thomas Powell <powell@progress.com>
| | * Fix quote style for gem branch specThomas Powell2022-08-291-1/+1
| | | | | | | | | | | | Signed-off-by: Thomas Powell <powell@progress.com>
| | * Update signing identity for msiThomas Powell2022-08-291-1/+1
| | | | | | | | | | | | Signed-off-by: Thomas Powell <powell@progress.com>
| | * Refresh omnibus Gemfile.lock for the branch forceThomas Powell2022-08-251-2/+7
| | | | | | | | | | | | Signed-off-by: Thomas Powell <powell@progress.com>
| | * Force omnibus-software to patch branchThomas Powell2022-08-251-1/+5
| | |
| | * Use proper branch for macOS and Linux kitchen on GHAThomas Powell2022-08-251-4/+1
| | | | | | | | | | | | Signed-off-by: Thomas Powell <powell@progress.com>
| | * INFC-257 add atomic_update falseThomas Powell2022-08-241-7/+5
| | | | | | | | | | | | Signed-off-by: Thomas Powell <powell@progress.com>
| | * Integrate ruby 3.1 into buildsJohn McCrae2022-08-2340-338/+348
| |/ |/| | | | | | | | | | | | | | | This is a combination of 64 commits, the originals were mostly repeating one-line messages so that history has not been kept here. Signed-off-by: Thomas Powell <thomas.powell@progress.com> Signed-off-by: Marc Paradise <marc@chef.io> Signed-off-by: John McCrae <john.mccrae@progress.com>