summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fixes all notarization issuesjm/deep_sign_14Jon Morrow2019-12-193-12/+12
| | | | | | | | | This changes makes the neccessary changes to enable the pkg to pass apples notarization requirements. 1. Update omnibus and omnibus-software to versions that support deep signing 2. Drop 'Developer ID Installer:' from signing key. This lets sigining pick up the correct key for what is being signed. Signed-off-by: Jon Morrow <jmorrow@chef.io>
* Bump version to 14.14.35 by Chef Expeditorv14.14.35Chef Expeditor2019-12-065-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9143 from chef/bump_14_depsTim Smith2019-12-062-51/+50
|\ | | | | Update Chef 14 deps to the latest + trim the install size
| * Update to the latest omnibus-softwareTim Smith2019-12-061-1/+1
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Update Chef 14 deps to the latest + trim the install sizebump_14_depsTim Smith2019-12-062-51/+50
| | | | | | | | | | | | | | This brings in the Ruby perf improvements and install size improvements from master Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 14.14.34 by Chef Expeditorv14.14.34Chef Expeditor2019-12-065-11/+12
|/ | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9142 from chef/csnapp/fix_test_failuresTim Smith2019-12-062-1/+4
|\ | | | | Fix Chef-14 Test Failures
| * Ensure "group manage action" is not run on SolarisChristopher A. Snapp2019-12-061-1/+1
| | | | | | | | Signed-off-by: Christopher A. Snapp <csnapp@chef.io>
| * Revert removal of explicit ulimit settingChristopher A. Snapp2019-12-061-0/+3
|/ | | | | | | The MacOS Anka images still hit max open files limits which necessitates bumping the ulimit in `omnibus-test.sh`. Signed-off-by: Christopher A. Snapp <csnapp@chef.io>
* Bump version to 14.14.33 by Chef Expeditorv14.14.33Chef Expeditor2019-12-035-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9120 from ↵Tim Smith2019-12-021-0/+61
|\ | | | | | | | | ramereth/ramereth/kernel_module-modprobe-file-chef14 kernel_module: Add new options property (backport from chef-15 to chef-14)
| * Update introduced to match next releaseLance Albertson2019-12-021-1/+1
| | | | | | | | Signed-off-by: Lance Albertson <lance@osuosl.org>
| * Add missing commaLance Albertson2019-11-211-1/+1
| | | | | | | | Signed-off-by: Lance Albertson <lance@osuosl.org>
| * Add example documentation for kernel_module resourceLance Albertson2019-11-211-0/+46
| | | | | | | | Signed-off-by: Lance Albertson <lance@osuosl.org>
| * Move condition outside of resource to avoid log spamLance Albertson2019-11-211-4/+5
| | | | | | | | Signed-off-by: Lance Albertson <lance@osuosl.org>
| * Add introduced flag for new parameterLance Albertson2019-11-211-0/+1
| | | | | | | | Signed-off-by: Lance Albertson <lance@osuosl.org>
| * Add options parameter for kernel_moduleLance Albertson2019-11-211-0/+13
| | | | | | | | | | | | | | | | This adds a new parameter called ``options`` which allows users to set module specific parameters and settings. This option file needs to be run before loading the module so that the settings get loaded properly. Signed-off-by: Lance Albertson <lance@osuosl.org>
* | Bump version to 14.14.32 by Chef Expeditorv14.14.32Chef Expeditor2019-12-025-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #9128 from chef/testingTim Smith2019-12-02365-3795/+2681
|\ \ | | | | | | Boilerplate and testing backports from master
| * | Cleanup the rake tasksTim Smith2019-12-023-257/+4
| | | | | | | | | | | | | | | | | | Remove the unused maintainers task and the pre-release announcement task Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Apply new chefstyle to the specsTim Smith2019-12-02345-2448/+2526
| | | | | | | | | | | | | | | | | | This makes it easier to diff these Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Fix interface detection in the ifconfig testTim Smith2019-12-021-1/+1
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Remove duplicate reboot testTim Smith2019-12-021-21/+2
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Remove some outdated spec filtersTim Smith2019-12-024-24/+13
| | | | | | | | | | | | | | | | | | These don't matter anymore to ud Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Backport more testing / contributing boilerplate from masterTim Smith2019-12-0214-1044/+135
| | | | | | | | | | | | | | | | | | A lot of this is killing off Travis Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 14.14.31 by Chef Expeditorv14.14.31Chef Expeditor2019-12-025-12/+13
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #9127 from chef/testingTim Smith2019-12-0213-202/+124
|\ \ \ | |/ / | | / | |/ |/| Pull in testing updates from master branch
| * More kitchen test updatesTim Smith2019-12-022-15/+9
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * More kitchen updatesTim Smith2019-12-026-45/+1
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Pull in testing updates from master branchTim Smith2019-12-025-142/+114
|/ | | | | | | | | | Enable additional unit / functional tests Update platforms we run integration tests on Remove old macos ulimit bump Remove old bk_install.sh script we don't use Install Ruby 2.5.7 not 2.5.6 and 2.6.4 Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 14.14.30 by Chef Expeditorv14.14.30Chef Expeditor2019-11-125-11/+19
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* [chef-14] backport#9028 Fix Exception: NoMethodError: undefined… (#9072)Lamont Granquist2019-11-122-17/+33
|\ | | | | [chef-14] backport#9028 Fix Exception: NoMethodError: undefined method join for nil:NilClass
| * Fix Exception: NoMethodError: undefined method join for nil:NilClassVivek Singh2019-11-062-17/+33
| | | | | | | | Signed-off-by: Vivek Singh <vivek.singh@msystechnologies.com>
* | Add 14.14.29 release notes (#9069)Tim Smith2019-11-061-0/+14
|/ | | | | | | | | | * Add 14.14.29 release notes Signed-off-by: Tim Smith <tsmith@chef.io> * Update release notes Signed-off-by: Tim Smith <tsmith@chef.io>
* Update CHANGELOG.md to reflect the promotion of 14.14.29Chef Expeditor2019-11-062-15/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 14.14.29 by Chef Expeditorv14.14.29Chef Expeditor2019-11-055-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 14.14.28 by Chef Expeditorv14.14.28Chef Expeditor2019-11-055-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9062 from chef/14_updatesTim Smith2019-11-053-30/+32
|\ | | | | Update nokogiri, libxml2, and libxslt to latest
| * Update nokogiri, libxml2, and libxslt to latest14_updatesTim Smith2019-11-053-30/+32
| | | | | | | | | | | | Update our deps to the latest Signed-off-by: Tim Smith <tsmith@chef.io>
* | Merge pull request #9063 from jaymzh/systemd_indirect_14Tim Smith2019-11-056-10/+121
|\ \ | |/ |/| service/systemd_unit: Don't try to reenable services in an indirect status
| * Fix enable on indirect unitsPhil Dibowitz2019-11-056-10/+121
|/ | | | | | | | | This follows this `is_masked` path to ensure we don't try to enable OR disable systemd units if they are indirect Fixes #9041 Signed-off-by: Phil Dibowitz <phil@ipom.com>
* Bump version to 14.14.27 by Chef Expeditorv14.14.27Chef Expeditor2019-11-055-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* [chef-14] backport #9049 (#9051)Lamont Granquist2019-11-042-1/+9
|\ | | | | [chef-14] backport #9049
| * Fix TypeError: no implicit conversion of nil into StringVivek Singh2019-11-042-1/+9
| | | | | | | | | | | |  - Now showing relevant logs for config.d configuration files. Signed-off-by: Vivek Singh <vivek.singh@msystechnologies.com>
* | Bump version to 14.14.26 by Chef Expeditorv14.14.26Chef Expeditor2019-11-055-12/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | systemd_unit needs to log (chef 14 backport) (#9057)Lamont Granquist2019-11-041-0/+12
|\ \ | |/ |/| systemd_unit needs to log (chef 14 backport)
| * systemd_unit needs to log (chef 14 backport)Phil Dibowitz2019-11-041-0/+12
|/ | | | | | | | Backport of #9046 closes #9045 Signed-off-by: Phil Dibowitz <phil@ipom.com>
* Merge pull request #8996 from chef/csnapp/release_notesTim Smith2019-10-151-1/+2
|\ | | | | Modify release notes for 14.14.25 promotion
| * Modify release notes for 14.14.25 promotionChristopher A. Snapp2019-10-151-1/+2
| | | | | | | | Signed-off-by: Christopher A. Snapp <csnapp@chef.io>
* | Update CHANGELOG.md to reflect the promotion of 14.14.25Chef Expeditor2019-10-152-22/+19
|/ | | | Obvious fix; these changes are the result of automation not creative thinking.