summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Remove data bag secret (-s) short optionVivek Singh2019-09-191-2/+1
| | | | Signed-off-by: Vivek Singh <vivek.singh@msystechnologies.com>
* Bump version to 15.4.2 by Chef Expeditorv15.4.2Chef Expeditor2019-09-186-14/+15
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #8765 from ↵Lamont Granquist2019-09-184-41/+93
|\ | | | | | | | | MsysTechnologiesllc/Kapil/MSYS-1015_chocolatey_package_fails_using_extra_options Fix for chocolatey_package fails using extra options
| * Fix for chocolatey_package fails using extra optionsKapil Chouhan2019-09-094-41/+93
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Kapil Chouhan <kapil.chouhan@msystechnologies.com> Fixed buildkite failure Signed-off-by: Kapil Chouhan <kapil.chouhan@msystechnologies.com> update require changes according to internal review comments Signed-off-by: Kapil Chouhan <kapil.chouhan@msystechnologies.com> Fix for MSYS-1015 chocolatey_package fails using extra options Signed-off-by: Kapil Chouhan <kapil.chouhan@msystechnologies.com>
* | Merge pull request #8889 from chef/nuke_travisTim Smith2019-09-163-8/+1
|\ \ | | | | | | Remove some references to Travis from code comments
| * | Remove some references to Travis from code commentsnuke_travisTim Smith2019-09-163-8/+1
| | | | | | | | | | | | | | | | | | I removed the travis skips, but the comments were still there. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Fix typo in the release notesTim Smith2019-09-161-1/+1
| | |
* | | Bump version to 15.4.1 by Chef Expeditorv15.4.1Chef Expeditor2019-09-164-10/+10
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #8890 from chef/fix_version_2Tim Smith2019-09-161-1/+1
|\ \ \ | | | | | | | | Revert the version back to 15.4.1
| * | | Revert the version back to 15.4.1Tim Smith2019-09-161-1/+1
|/ / / | | | | | | | | | | | | | | | We accidently bumped this again Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 15.5.1 by Chef Expeditorv15.5.1Chef Expeditor2019-09-166-14/+15
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #8887 from ramereth/kernel_module-modprobe-fileTim Smith2019-09-161-0/+61
|\ \ \ | | | | | | | | kernel_module: Add new options property
| * | | Add missing commaLance Albertson2019-09-161-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Lance Albertson <lance@osuosl.org>
| * | | Add example documentation for kernel_module resourceLance Albertson2019-09-161-0/+46
| | | | | | | | | | | | | | | | Signed-off-by: Lance Albertson <lance@osuosl.org>
| * | | Move condition outside of resource to avoid log spamLance Albertson2019-09-161-4/+5
| | | | | | | | | | | | | | | | Signed-off-by: Lance Albertson <lance@osuosl.org>
| * | | Add introduced flag for new parameterLance Albertson2019-09-161-0/+1
| | | | | | | | | | | | | | | | Signed-off-by: Lance Albertson <lance@osuosl.org>
| * | | Add options parameter for kernel_moduleLance Albertson2019-09-131-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 15.5.0 by Chef Expeditorv15.5.0Chef Expeditor2019-09-166-13/+13
| |/ / |/| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Bump version to 15.4.0 by Chef ExpeditorChef Expeditor2019-09-166-14/+15
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #8868 from chef/examplesTim Smith2019-09-1612-21/+223
|\ \ \ | | | | | | | | Add more resource examples to the codebase
| * | | Add more resource examples to the codebaseTim Smith2019-09-1612-21/+223
|/ / / | | | | | | | | | | | | | | | I'm also adding these same examples to the docs. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 15.3.15 by Chef Expeditorv15.3.15Chef Expeditor2019-09-146-13/+21
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Revert "Drop privileges before creating files in solo mode" (#8880)Lamont Granquist2019-09-141-1/+1
|\ \ \ | |/ / |/| | Revert "Drop privileges before creating files in solo mode"
| * | Revert "Drop privileges before creating files in solo mode"lcg/revert-drop-permsLamont Granquist2019-09-111-1/+1
|/ / | | | | | | This reverts commit 68b9e91d3b1471dafbe854fd3fcdc793d5a8b70e.
* | Update CHANGELOG.md to reflect the promotion of 15.3.14Chef Expeditor2019-09-122-41/+37
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Add security updates to the release notesTim Smith2019-09-111-0/+14
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 15.3.14 by Chef Expeditorv15.3.14Chef Expeditor2019-09-116-14/+15
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8878 from chef/opensslTim Smith2019-09-112-2/+2
|\ \ | | | | | | Update openssl to 1.0.2t
| * | Update openssl to 1.0.2tTim Smith2019-09-112-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed a padding oracle in PKCS7_dataDecode and CMS_decrypt_set1_pkey (CVE-2019-1563) For built-in EC curves, ensure an EC_GROUP built from the curve name is used even when parsing explicit parameters Compute ECC cofactors if not provided during EC_GROUP construction (CVE-2019-1547) Document issue with installation paths in diverse Windows builds (CVE-2019-1552) Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Merge pull request #8877 from chef/release_notes_stuffTim Smith2019-09-111-1/+19
|\ \ \ | |/ / |/| | Add release notes for new user changes in 15.3
| * | Update RELEASE_NOTES.md Tim Smith2019-09-111-1/+1
| | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-Authored-By: Ian Maddaus <IanMadd@users.noreply.github.com>
| * | Update RELEASE_NOTES.md Tim Smith2019-09-111-1/+1
| | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-Authored-By: Ian Maddaus <IanMadd@users.noreply.github.com>
| * | Update RELEASE_NOTES.md Tim Smith2019-09-111-1/+1
| | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-Authored-By: Ian Maddaus <IanMadd@users.noreply.github.com>
| * | Update RELEASE_NOTES.md Tim Smith2019-09-111-1/+1
| | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-Authored-By: Ian Maddaus <IanMadd@users.noreply.github.com>
| * | Add release notes for new user changes in 15.3Tim Smith2019-09-111-1/+19
|/ / | | | | | | | | | | We added some new stuff Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 15.3.13 by Chef Expeditorv15.3.13Chef Expeditor2019-09-116-14/+15
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8876 from teknofire/will/fix_bootstrap_detectionTim Smith2019-09-111-1/+1
|\ \ | | | | | | Bootstrap: Fix typo when checking for existing chef-client
| * | Fix typo when checking for existing chef-clientWill Fisher2019-09-111-1/+1
|/ / | | | | | | | | | | | | The knife bootstrap is always installing chef-client due to a typo in the test that checks for the existance of the executable. Signed-off-by: Will Fisher <wfisher@chef.io>
* | Bump version to 15.3.12 by Chef Expeditorv15.3.12Chef Expeditor2019-09-116-15/+16
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8874 from chef/ryan/fix-macos-buildTim Smith2019-09-114-26/+45
|\ \ | | | | | | [macos] fix mac_user platform constraints
| * | [macos] fix mac_user platform constraintsryan/fix-macos-buildRyan Cragun2019-09-104-26/+45
| | | | | | | | | | | | Signed-off-by: Ryan Cragun <ryan@chef.io>
* | | Merge pull request #8873 from timgates42/feature/simple_typoTim Smith2019-09-101-2/+2
|\ \ \ | | | | | | | | Fix simple typo: acceptannce -> acceptance
| * | | Fix simple typo: acceptannce -> acceptanceTim Gates2019-09-111-2/+2
|/ / / | | | | | | | | | Obvious Fix.
* | | fix this error messageLamont Granquist2019-09-101-1/+1
|/ / | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Add user change to the release notesTim Smith2019-09-101-1/+11
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 15.3.11 by Chef Expeditorv15.3.11Chef Expeditor2019-09-106-14/+15
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8869 from ↵Tim Smith2019-09-102-23/+39
|\ \ | | | | | | | | | | | | MsysTechnologiesllc/Kapil/MSYS-1094_user_resource_does_not_handle_a_gid_specified_as_a_string Fix for user resource does not handle a gid specified as a string
| * | Fix for MSYS-1094 user resource does not handle a gid specified as a stringKapil chouhan2019-09-102-23/+39
| |/ | | | | | | Signed-off-by: Kapil chouhan <kapil.chouhan@msystechnologies.com>
* | Bump version to 15.3.10 by Chef Expeditorv15.3.10Chef Expeditor2019-09-104-10/+10
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8871 from chef/fix_versionTim Smith2019-09-101-1/+1
|\ \ | | | | | | Roll back to 15.3.X. I accidently bumped to 15.4