summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Fixed systemd_unit not respecting sensitive propertysanga172020-04-082-0/+4
| |/ | | | | | | Signed-off-by: sanga17 <sausekar@msystechnologies.com>
* | Bump version to 15.9.21 by Chef Expeditorv15.9.21Chef Expeditor2020-04-087-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #9629 from chef/bump_inspec_15Tim Smith2020-04-082-23/+23
|\ \ | |/ |/| Update InSpec to 4.18.104
| * Update InSpec to 4.18.104Tim Smith2020-04-082-23/+23
|/ | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 15.9.20 by Chef Expeditorv15.9.20Chef Expeditor2020-04-077-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 15.9.19 by Chef Expeditorv15.9.19Chef Expeditor2020-04-077-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9613 from chef/btm/15-really-skip-reboot-testBryan McLellan2020-04-061-5/+6
|\ | | | | 15: 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>
* | Merge pull request #9604 from chef/btm/15-fix-win-func-testBryan McLellan2020-04-061-9/+74
|\ \ | |/ |/| 15 backport: Improved Ruby download/install for functional tests
| * Download and verify the Ruby installer, then move into placebtm/15-fix-win-func-testBryan 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 testsBryan 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 15.9.18 by Chef Expeditorv15.9.18Chef Expeditor2020-04-047-18/+26
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9592 from chef/btm/15-fix-windows-func-testTim Smith2020-04-041-4/+4
|\ | | | | 15: Use $env:temp instead of c:/ for functional tests
| * Use $env:temp instead of c:/btm/15-fix-windows-func-testBryan McLellan2020-04-031-4/+4
| | | | | | | | | | | | The drive root has more restrictive permissions Signed-off-by: Bryan McLellan <btm@loftninjas.org>
* | Update CHANGELOG.md to reflect the promotion of 15.9.17Chef Expeditor2020-04-032-38/+35
|/ | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 15.9.17 by Chef Expeditorv15.9.17Chef Expeditor2020-04-037-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9590 from chef/2004_againTim Smith2020-04-032-0/+5
|\ | | | | Add Ubuntu 20.04 back
| * Add Ubuntu 20.04 backTim Smith2020-04-032-0/+5
|/ | | | | | We've updated our testers Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 15.9.16 by Chef Expeditorv15.9.16Chef Expeditor2020-04-037-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9587 from chef/swap_ubuntuTim Smith2020-04-032-3/+4
|\ | | | | Swap Ubuntu 20.04 for 18.04 aarch64
| * Swap Ubuntu 20.04 for 18.04 aarch64Tim Smith2020-04-032-3/+4
|/ | | | | | 20.04 has testing issues right now. Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 15.9.15 by Chef Expeditorv15.9.15Chef Expeditor2020-04-027-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9583 from chef/ubuntu_2004Tim Smith2020-04-021-0/+1
|\ | | | | Add Ubuntu 20.04 validation / package creation
| * Add Ubuntu 20.04 validation / package creationTim Smith2020-04-021-0/+1
| | | | | | | | | | | | BOOM! Signed-off-by: Tim Smith <tsmith@chef.io>
* | Merge pull request #9585 from chef/more_15_notesTim Smith2020-04-021-2/+17
|\ \ | |/ |/| Add security notes for 15.9
| * Add security notes for 15.9Tim Smith2020-04-021-2/+17
|/ | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Merge pull request #9580 from chef/159_notesTim Smith2020-04-021-0/+14
|\ | | | | Update the 15.9 release notes
| * Update RELEASE_NOTES.md Tim Smith2020-04-021-1/+1
| | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-Authored-By: Ian Maddaus <IanMadd@users.noreply.github.com>
| * Update the 15.9 release notes159_notesTim Smith2020-04-021-0/+14
| | | | | | | | | | | | I added more Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 15.9.14 by Chef Expeditorv15.9.14Chef Expeditor2020-04-027-19/+20
|/ | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9579 from chef/build_essential_macos_1015_v2Tim Smith2020-04-024-24/+224
|\ | | | | build_essential: Support macOS 10.15 and improve idempotency
| * Revert the :upgrade action portion of the Chef 16 PRTim Smith2020-04-021-31/+13
| | | | | | | | | | | | That's a breaking change we don't want to introduce. Signed-off-by: Tim Smith <tsmith@chef.io>
| * Simplify the matching code per code reviewTim Smith2020-04-021-3/+1
| | | | | | | | | | | | | | I read the github review history wrong on this and totally missed this suggestion. Signed-off-by: Tim Smith <tsmith@chef.io>
| * Fix failing specsTim Smith2020-04-021-2/+2
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Add example for upgrading on macOSTim Smith2020-04-021-0/+7
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Handle scenario where no value found in the updateTim Smith2020-04-022-2/+32
| | | | | | | | | | | | Also add a pile of specs Signed-off-by: Tim Smith <tsmith@chef.io>
| * Add testing of the xcode CLI detection plist parsingTim Smith2020-04-023-11/+133
| | | | | | | | | | | | Use the data files from the macos cookbook Signed-off-by: Tim Smith <tsmith@chef.io>
| * Update lib/chef/resource/build_essential.rb Tim Smith2020-04-021-2/+2
| | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-Authored-By: pete higgins <pete@peterhiggins.org>
| * Split the logic that handled updates into an :upgrade actionTim Smith2020-04-021-20/+42
| | | | | | | | | | | | | | | | | | The previous install logic had some flaws: 1) It relied on pkgutils to determine if xcode was installed and that doesn't seem to be entirely reliable. I copied over the plist logic from the macos cookbook, which seems much more reliable 2) The previous :install action was actually an :upgrade action on Macs which was VERY slow since it required reaching out to Apple's update servers. This corrects that behavior with a new :upgrade action that applies to macOS systems Signed-off-by: Tim Smith <tsmith@chef.io>
| * Simplify the installation a bitTim Smith2020-04-021-4/+2
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Switch to a native ruby method of determining the package labelTim Smith2020-04-021-12/+16
| | | | | | | | | | | | Include a rubular link with what we're trying to match Signed-off-by: Tim Smith <tsmith@chef.io>
| * Switch the array format of shell_out and add a testTim Smith2020-04-022-2/+26
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Use the shell_out helper instead of Mixlib::Shellout directlyTim Smith2020-04-021-2/+1
| | | | | | | | | | | | This simplifies things a bit. Signed-off-by: Tim Smith <tsmith@chef.io>
| * fix quote stylingHarry Seeber2020-04-021-1/+1
| | | | | | | | Signed-off-by: Harry Seeber <harry@sysop.ooo>
| * support Catalina softwareupdate output ("Label: ") and support updating CLT ↵Harry Seeber2020-04-021-2/+16
|/ | | | | | when updates are available Signed-off-by: Harry Seeber <harry@sysop.ooo>
* Bump version to 15.9.13 by Chef Expeditorv15.9.13Chef Expeditor2020-04-027-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9576 from chef/update_omnibusTim Smith2020-04-021-1/+1
|\ | | | | Update omnibus-software to fix Ruby 2.6.6 on AIX
| * Update omnibus-software to fix Ruby 2.6.6 on AIXTim Smith2020-04-021-1/+1
|/ | | | | | | This adjusts the versions where we apply an AIX patch that is necessary for Ruby 2.6.6 on AIX Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 15.9.12 by Chef Expeditorv15.9.12Chef Expeditor2020-04-027-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9575 from chef/windows_10_testerTim Smith2020-04-022-4/+5
|\ | | | | Add a Windows 10 tester to the pipeline