summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Remove Buildkite Pipelinescsnapp/remove_bk_pipelinesChristopher A. Snapp2020-07-061-20/+0
| | | | Signed-off-by: Christopher A. Snapp <csnapp@chef.io>
* Update CHANGELOG.md to reflect the promotion of 14.15.6Chef Expeditor2020-04-072-37/+34
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 14.15.6 by Chef Expeditorv14.15.6Chef Expeditor2020-04-075-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9621 from chef/omnibus_software_14Tim Smith2020-04-071-1/+1
|\ | | | | Update to the latest commits in omnibus-software legacy_ruby branch
| * Update to the latest commits in omnibus-software legacy_ruby branchTim Smith2020-04-071-1/+1
|/ | | | | | This gets us working bundler hopefully Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 14.15.5 by Chef Expeditorv14.15.5Chef Expeditor2020-04-075-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9620 from chef/btm/14-windows-func-version-infoTim Smith2020-04-071-4/+4
|\ | | | | Fix functional tests on Windows 10 by matching less
| * Fix functional tests on Windows 10 by matching lessBryan McLellan2020-04-071-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | Windows 10 1909 is a service pack, but without being called a service pack. 1909 is a very small update over 1903, and in fact most of the binaries are not rebuilt. The version for 1909 is 10.0.18363, but the version in many files is still 10.0.18362, which was the version for 1903. This caused this functional test to fail on 1909 because 10.0.18362 != 10.0.18363. Nowhere else are we concerned with the file versions matching the OS version, so the fix is to match less of the version. By matching only '10.0', we should not see this again. Signed-off-by: Bryan McLellan <btm@loftninjas.org>
* | Bump version to 14.15.4 by Chef Expeditorv14.15.4Chef Expeditor2020-04-075-11/+12
|/ | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9619 from chef/ohai_1415Tim Smith2020-04-073-6/+6
|\ | | | | Update Ohai to 14.15
| * Chefstyle fixTim Smith2020-04-071-2/+2
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Update Ohai to 14.15Tim Smith2020-04-072-4/+4
|/ | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Merge pull request #9616 from chef/14_notesTim Smith2020-04-071-0/+41
|\ | | | | Add 14.15 release notes [skip-ci]
| * Add 14.15 release notes14_notesTim Smith2020-04-061-0/+41
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 14.15.3 by Chef Expeditorv14.15.3Chef Expeditor2020-04-075-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #9617 from chef/ruby_258Bryan McLellan2020-04-074-11/+10
|\ \ | |/ |/| Update to Ruby 2.5.8 + nokogiri 1.10.9
| * Remove windows 10 build validationruby_258Tim Smith2020-04-061-1/+0
| | | | | | | | | | | | | | It passes on all but one test that we know is problematic. We already produce packages so we don't actually need this here to release. Signed-off-by: Tim Smith <tsmith@chef.io>
| * Update to Ruby 2.5.8 + nokogiri 1.10.9Tim Smith2020-04-063-10/+10
|/ | | | | | | | Pull in from a new legacy_ruby branch in omnibus-software that is 52823134ba902daac1f18b1a75de0386558cc0a5 + the new CVE fixes to ruby. The nokogiri bump brings us to the latest, which should be a no-op for how we use nokogiri, but matches our 15 release. Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 14.15.2 by Chef Expeditorv14.15.2Chef Expeditor2020-04-075-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9612 from chef/btm/14-really-skip-reboot-testBryan McLellan2020-04-061-5/+6
|\ | | | | 14: Really skip the reboot pending func test if a reboot is pending
| * Really skip the reboot pending func test if a reboot is pendingBryan McLellan2020-04-061-5/+6
|/ | | | | | This looks like it never worked but we happened to never run into it until we added a desktop platform to the pipeline. Signed-off-by: Bryan McLellan <btm@loftninjas.org>
* Bump version to 14.15.1 by Chef Expeditorv14.15.1Chef Expeditor2020-04-064-8/+8
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9605 from chef/btm/14-fix-win-func-testBryan McLellan2020-04-061-9/+74
|\ | | | | 14 backport: Improved Ruby download/install for functional tests
| * Download and verify the Ruby installer, then move into placeBryan McLellan2020-04-061-14/+33
| | | | | | | | | | | | | | This should reduce or remove race conditions while downloading the same file on multiple container instances. Signed-off-by: Bryan McLellan <btm@loftninjas.org>
| * Improved Ruby download/install for functional testsbtm/14-fix-win-func-testBryan McLellan2020-04-051-9/+55
| | | | | | | | | | | | | | | | | | | | | | | | Adds more error checking and avoids trying to download Ruby if for some reason it already exists on disk and matches the SHA256 hash. The primary issue discovered when troubleshooting this script was that aws.exe was running asynchronous. That was 'fixed' with '| Out-Null'. Backport of #9603 Signed-off-by: Bryan McLellan <btm@loftninjas.org>
* | Bump version to 14.15.0 by Chef Expeditorv14.15.0Chef Expeditor2020-04-055-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #9601 from MsysTechnologiesllc/vasundhara/backport-to-chef-14Bryan McLellan2020-04-054-5/+68
|\ \ | |/ |/| Backport windows_task PR #8420 and #9223
| * Updated introduced verison for start_when_available optionVasu11052020-04-051-1/+1
| | | | | | | | Signed-off-by: Vasu1105 <vasundhara.jagdale@msystechnologies.com>
| * Fixes chef-style according ot chef-14Vasu11052020-04-051-16/+16
| | | | | | | | Signed-off-by: Vasu1105 <vasundhara.jagdale@msystechnologies.com>
| * Fixed chefstyleVasu11052020-04-051-1/+0
| | | | | | | | Signed-off-by: Vasu1105 <vasundhara.jagdale@msystechnologies.com>
| * Fix for windows task not idempotent on the windows19 and windows 16Vasu11052020-04-051-2/+3
| | | | | | | | Signed-off-by: Vasu1105 <vasundhara.jagdale@msystechnologies.com>
| * Backport #8420 in 14Vivek Singh2020-04-054-17/+80
|/ | | | Signed-off-by: Vasu1105 <vasundhara.jagdale@msystechnologies.com>
* Bump version to 14.14.49 by Chef Expeditorv14.14.49Chef Expeditor2020-04-045-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9599 from chef/btm/14-ifconfig-debian-10Bryan McLellan2020-04-042-18/+56
|\ | | | | debian 10 ifconfig fix
| * debian 10 ifconfig fixLamont Granquist2020-04-042-18/+56
|/ | | | | | | debian 10 version of net-tools switches its --version output to stdout from stderr. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Bump version to 14.14.48 by Chef Expeditorv14.14.48Chef Expeditor2020-04-045-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9598 from chef/btm/14-update-platformsBryan McLellan2020-04-041-1/+4
|\ | | | | Match platforms to chef-15
| * Match platforms to chef-15Bryan McLellan2020-04-041-1/+4
|/ | | | | | | | Drops 2008r2 (which we no longer have builders for) Pulls in Windows 10, Ubuntu 20.04 x86_64, and Ubuntu 18.04 aarch64. Which are very recently new. Signed-off-by: Bryan McLellan <btm@loftninjas.org>
* Bump version to 14.14.47 by Chef Expeditorv14.14.47Chef Expeditor2020-04-045-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9597 from chef/btm/14-skip-ifconfigBryan McLellan2020-04-033-3/+9
|\ | | | | Skip the ifconfig functional tests if we don't have ifconfig
| * Skip the ifconfig functional tests if we don't have ifconfigTim Smith2020-04-033-3/+9
| | | | | | | | | | | | I'm looking at you Ubuntu 20.04 Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 14.14.46 by Chef Expeditorv14.14.46Chef Expeditor2020-04-045-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #9595 from chef/btm/14-signing-keyBryan McLellan2020-04-031-1/+1
|\ \ | |/ |/| Fix macos signing key
| * Fix macos signing keyBryan McLellan2020-04-031-1/+1
|/ | | | | | Per 120c01a414db79a7111b3c89eba5999031718f96 Signed-off-by: Bryan McLellan <btm@loftninjas.org>
* Bump version to 14.14.45 by Chef Expeditorv14.14.45Chef Expeditor2020-04-045-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9594 from chef/btm/pin-omnibus-softwareBryan McLellan2020-04-034-13/+15
|\ | | | | Pin omnibus-software before the change that breaks Ruby < 2.6
| * Pin appbundler to pre chef-bin eraBryan McLellan2020-04-033-5/+5
| | | | | | | | Signed-off-by: Bryan McLellan <btm@loftninjas.org>
| * Pin omnibus-software before the change that breaks Ruby < 2.6Bryan McLellan2020-04-032-8/+10
|/ | | | | | | | | https://github.com/chef/omnibus-software/pull/1175 removed bundler from a number of software definitions because Ruby 2.6+ includes bundler. But Chef 14 still uses Ruby 2.5 so we need the bundler dependencies to get bundle in the build. Signed-off-by: Bryan McLellan <btm@loftninjas.org>
* Bump version to 14.14.44 by Chef Expeditorv14.14.44Chef Expeditor2020-04-035-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9589 from chef/btm/14-bump-bundle-conservativeBryan McLellan2020-04-036-31/+18
|\ | | | | 14: Conservative bump of omnibus/Gemfile