summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Open apt resources up to prevent breaking changeapt_openTim Smith2017-09-173-3/+3
| | | | | | | | | If we want these to throw a no ops vs. a hard failure we need them to be wide open. Since a lot of people (including all of chef-cookbooks) have coded as if these will gracefully skip this would have been a breaking change. Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 13.4.27 by Chef Expeditorv13.4.27Chef Expeditor2017-09-165-11/+12
|
* Merge pull request #6413 from chef/yum_shelloutTim Smith2017-09-161-2/+0
|\ | | | | Remove unused requires in yum_repository
| * Remove unused requires in yum_repositoryyum_shelloutTim Smith2017-09-151-2/+0
| | | | | | | | | | | | We're not using http simple or shellout here. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 13.4.26 by Chef Expeditorv13.4.26Chef Expeditor2017-09-155-11/+12
| |
* | Merge pull request #6408 from chef/zypper_repo_fix_v2Tim Smith2017-09-151-1/+1
|\ \ | |/ |/| Quiet the output of the zypper refresh and add force
| * Quite the output of the zypper refresh and add forcezypper_repo_fix_v2Tim Smith2017-09-141-1/+1
| | | | | | | | | | | | This is probably the sane set of options for an automated refresh approach. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 13.4.25 by Chef Expeditorv13.4.25Chef Expeditor2017-09-155-11/+14
| |
* | Merge pull request #6409 from chef/apt_resourcesTim Smith2017-09-1511-44/+55
|\ \ | | | | | | Replace which apt-get check with simple debian check in apt resources
| * | Remove the usage of an array for the platform_familyapt_resourcesTim Smith2017-09-147-7/+7
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Replace which apt-get check with simple debian check in apt resourcesTim Smith2017-09-1410-43/+54
|/ / | | | | | | | | | | apt-get is a link to yast2 in suse so these resources fire there when someone wouldn't expect them to. Looking back we probably should have skipped the whole platform based no-op thing, but that ship sailed. This makes it behave the way a user would expect it to. What happens if you have apt compiled on your gentoo box? Well it's going to break. We'll just have to live with fixing it for 99.99% of users instead of the current 95%. Also: This is faster. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Update CHANGELOG.md to reflect the promotion of 13.4.24 to stableChef Expeditor2017-09-142-10/+12
| |
* | Bump version to 13.4.24 by Chef Expeditorv13.4.24Chef Expeditor2017-09-144-8/+8
| |
* | Merge pull request #6406 from chef/tm/relnotesThom May2017-09-141-0/+8
|\ \ | | | | | | add release notes for ruby 2.4.2
| * | add release notes for ruby 2.4.2tm/relnotesThom May2017-09-141-0/+8
|/ / | | | | | | Signed-off-by: Thom May <thom@chef.io>
* | Bump version to 13.4.23 by Chef Expeditorv13.4.23Chef Expeditor2017-09-145-11/+12
| |
* | Merge pull request #6404 from chef/tm/2_4_2Thom May2017-09-142-25/+28
|\ \ | | | | | | Use ruby 2.4.2 to addess multiple security vulnerabilities
| * | update ruby versiontm/2_4_2Thom May2017-09-142-25/+28
|/ / | | | | | | Signed-off-by: Thom May <thom@chef.io>
* | Update CHANGELOG.md to reflect the promotion of 13.4.19 to stableChef Expeditor2017-09-132-26/+30
| |
* | Bump version to 13.4.22 by Chef Expeditorv13.4.22Chef Expeditor2017-09-125-11/+12
| |
* | Bump version to 13.4.21 by Chef Expeditorv13.4.21Chef Expeditor2017-09-125-11/+12
| |
* | Bump version to 13.4.20 by Chef Expeditorv13.4.20Chef Expeditor2017-09-125-11/+12
|/
* update some comments for current thoughtsLamont Granquist2017-09-121-8/+7
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Code refactor and add spec for powershell version 5piyushawasthi2017-09-122-9/+60
| | | | Signed-off-by: piyushawasthi <piyush.awasthi@msystechnologies.com>
* Refactor all command line options into lcm_command()Bryan McLellan2017-09-121-12/+13
| | | | Signed-off-by: Bryan McLellan <btm@loftninjas.org>
* MSYS-656 - fixed dsc_script for WMF5piyushawasthi2017-09-121-5/+15
| | | | Signed-off-by: piyushawasthi <piyush.awasthi@msystechnologies.com>
* Provide release_branch as an array instead of a hashTom Duffield2017-09-121-4/+4
| | | | Signed-off-by: Tom Duffield <tom@chef.io>
* [MSYS-594] windows_task resource is not idempotent when specifying ↵Harikesh Kolekar2017-09-112-54/+221
| | | | | | | start_time and start_day (#6312) * windows_task resource is not idempotent when specifying start_time and start_day Signed-off-by: MSys <harikesh.kolekar@msystechnologies.com>
* Refactor and add an additional unit testTom Doherty2017-09-112-16/+35
| | | | Signed-off-by: Tom Doherty <tom.doherty@fixnetix.com>
* Simplify and add unit test for default routeTom Doherty2017-09-112-10/+14
| | | | Signed-off-by: Tom Doherty <tom.doherty@fixnetix.com>
* Allow specifying default gateway on RHEL/CentosTom Doherty2017-09-111-5/+21
| | | | Signed-off-by: Tom Doherty <tom.doherty@fixnetix.com>
* Bump version to 13.4.19 by Chef Expeditorv13.4.19Chef Expeditor2017-09-114-8/+8
|
* Merge pull request #6392 from chef/ohai_134Tim Smith2017-09-112-4/+78
|\ | | | | Pull in Ohai 13.4 and InSpec 1.36.1
| * Pull in Ohai 13.4 and InSpec 1.36.1ohai_134Tim Smith2017-09-112-4/+78
|/ | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Merge pull request #6391 from chef/tm/moar_13_4Thom May2017-09-111-0/+30
|\ | | | | Add ifconfig changes to release notes
| * Add ifconfig changes to release notestm/moar_13_4Thom May2017-09-111-0/+30
|/ | | | Signed-off-by: Thom May <thom@chef.io>
* Bump version to 13.4.18 by Chef Expeditorv13.4.18Chef Expeditor2017-09-095-11/+12
|
* Merge pull request #6387 from chef/changelogAdam Leff2017-09-081-20/+9
|\ | | | | Cleanup the current changelog
| * Cleanup the current changelogTim Smith2017-09-081-20/+9
|/ | | | | | | Remove release not / changelog fixes, improve a few descriptions. Move bugs into the bug section Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 13.4.17 by Chef Expeditorv13.4.17Chef Expeditor2017-09-085-11/+12
|
* Merge pull request #6385 from tomdoherty/bonding_opts/ethtool_optsAdam Leff2017-09-082-4/+4
|\ | | | | Ensure we quote ETHTOOL/BONDING_OPTS
| * Ensure we quote ETHTOOL/BONDING_OPTSTom Doherty2017-09-082-4/+4
| | | | | | | | Signed-off-by: Tom Doherty <tom.doherty@fixnetix.com>
* | Bump version to 13.4.16 by Chef Expeditorv13.4.16Chef Expeditor2017-09-085-13/+14
| |
* | Merge pull request #6384 from tomdoherty/masterTim Smith2017-09-073-0/+48
|\ \ | |/ | | Add support for specifying ETHTOOL_OPTS
| * Fix unit tests for ethtool/bonding changeTom Doherty2017-09-081-4/+4
| | | | | | | | Signed-off-by: Tom Doherty <tom.doherty@fixnetix.com>
| * Add options for bonding NICs on RHEL/CentosTom Doherty2017-09-073-0/+36
| | | | | | | | Signed-off-by: Tom Doherty <tom.doherty@fixnetix.com>
| * Add support for specifying ETHTOOL_OPTS on Red HatTom Doherty2017-09-073-0/+12
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Developer's Certificate of Origin 1.1 By making a contribution to this project, I certify that: (a) The contribution was created in whole or in part by me and I have the right to submit it under the open source license indicated in the file; or (b) The contribution is based upon previous work that, to the best of my knowledge, is covered under an appropriate open source license and I have the right under that license to submit that work with modifications, whether created in whole or in part by me, under the same open source license (unless I am permitted to submit under a different license), as Indicated in the file; or (c) The contribution was provided directly to me by some other person who certified (a), (b) or (c) and I have not modified it. (d) I understand and agree that this project and the contribution are public and that a record of the contribution (including all personal information I submit with it, including my sign-off) is maintained indefinitely and may be redistributed consistent with this project or the open source license(s) involved. Signed-off-by: Tom Doherty <tom.doherty@fixnetix.com>
* Merge pull request #6382 from chef/tduffield/expeditor-0.5.0Thom May2017-09-073-46/+27
|\ | | | | Update Expeditor config for 0.5.0
| * Add engineering-services as CODEOWNERS for .expeditorTom Duffield2017-09-061-1/+4
| | | | | | | | Signed-off-by: Tom Duffield <tom@chef.io>
| * Update Expeditor config for 0.5.0Tom Duffield2017-09-062-45/+23
|/ | | | Signed-off-by: Tom Duffield <tom@chef.io>