summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* gem_package provider supports --no-document and rubygems 3.xlcg/rubygems-no-document-supportLamont Granquist2018-11-262-25/+85
| | | | | | | should still maintain backcompat for rubygems < 2.0 for RHEL6 and other old platforms. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Bump version to 15.0.87 by Chef Expeditorv15.0.87Chef Expeditor2018-11-225-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #7963 from chef/lcg/apt-get-allow-downgradesTim Smith2018-11-222-6/+95
|\ | | | | Support apt-get --allow-downgrades
| * add tests for apt-get --allow-downgradeslcg/apt-get-allow-downgradesLamont Granquist2018-11-201-2/+79
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * add --allow-downgrades to apt-getLamont Granquist2018-11-202-8/+20
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Bump version to 15.0.86 by Chef Expeditorv15.0.86Chef Expeditor2018-11-225-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #7979 from chef/opensslTim Smith2018-11-221-1/+1
|\ \ | | | | | | Update openssl to 1.0.2q
| * | Update openssl to 1.0.2qTim Smith2018-11-221-1/+1
| | | | | | | | | | | | | | | | | | | | | Microarchitecture timing vulnerability in ECC scalar multiplication (CVE-2018-5407) Timing vulnerability in DSA signature generation (CVE-2018-0734) Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 15.0.85 by Chef Expeditorv15.0.85Chef Expeditor2018-11-225-11/+12
|/ / | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #7978 from chef/inspec_bump2Tim Smith2018-11-222-10/+10
|\ \ | | | | | | Update inspec to 3.0.52
| * | Update inspec to 3.0.52inspec_bump2Tim Smith2018-11-222-10/+10
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 15.0.84 by Chef Expeditorv15.0.84Chef Expeditor2018-11-225-11/+12
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #7961 from derekgroh/masterStuart Preston2018-11-221-2/+2
|\ \ \ | |/ / |/| | windows_share: Avoid ConvertTo-Json errors on Windows 2012r2 with powershell 4
| * | Merge branch 'master' of https://github.com/derekgroh/chefDerek Groh2018-11-200-0/+0
| |\ \
| | * | add compress flag to address bug in PS version 4Derek Groh2018-11-161-2/+2
| | | |
| * | | add compress flag to address bug in PS version 4Derek Groh2018-11-201-2/+2
| |/ / | | | | | | | | | Signed-off-by: Derek Groh <derekgroh@github.com>
* | | Bump version to 15.0.83 by Chef Expeditorv15.0.83Chef Expeditor2018-11-205-11/+12
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #7966 from chef/lcg/wipe-before-installLamont Granquist2018-11-203-3/+3
|\ \ \ | | | | | | | | need -rf to remove dirs
| * | | need -rf to remove dirsLamont Granquist2018-11-203-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | | Bump version to 15.0.82 by Chef Expeditorv15.0.82Chef Expeditor2018-11-205-11/+12
| | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | Merge pull request #7964 from chef/lcg/wipe-before-installTim Smith2018-11-203-0/+36
|\ \ \ \ | |/ / / | | | | wipe the installer direction before installation
| * | | wipe the installer direction before installationLamont Granquist2018-11-203-0/+36
|/ / / | | | | | | | | | | | | | | | | | | | | | this leaves the diretory after an uninstall, but it should get the crazy redhat use case correct where installs run before uninstalls, so we wipe first, install, then run the uninstall stuff on upgrade. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | Merge pull request #7962 from chef/mj/editingTim Smith2018-11-201-1/+1
|\ \ \ | | | | | | | | Edits to Release Notes
| * | | Edits to Release NotesMary Jinglewski2018-11-201-1/+1
|/ / / | | | | | | | | | Signed-off-by: Mary Jinglewski <mjinglewski@chef.io>
* | | Bump version to 15.0.81 by Chef Expeditorv15.0.81Chef Expeditor2018-11-205-13/+14
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #7959 from chef/sp/arrayofaccountsTim Smith2018-11-201-1/+1
|\ \ \ | | | | | | | | windows_share: Accounts to be revoked should be provided as an individually quoted string array
| * | | Accounts to be revoked should be provided as an individually quoted string arraysp/arrayofaccountsStuart Preston2018-11-201-1/+1
|/ / / | | | | | | | | | Signed-off-by: Stuart Preston <stuart@chef.io>
* | | Bump version to 15.0.80 by Chef Expeditorv15.0.80Chef Expeditor2018-11-205-11/+12
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #7956 from chef/smb_shareStuart Preston2018-11-201-0/+6
|\ \ \ | |_|/ |/| | windows_share: Fix idempotency by removing the "everyone" access
| * | windows_share: Fix idempotency by removing the "everyone" accesssmb_shareTim Smith2018-11-191-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This resource uses powershell under the hood and calls new-smbshare, which defaults to adding read only access to the everyone group. With this change when we create the share we'll remove that permission. Once that's done we'll go about adding our desired permissions. This only runs once so the overhead is pretty low and fixes idempotency. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 15.0.79 by Chef Expeditorv15.0.79Chef Expeditor2018-11-205-11/+12
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #7953 from chef/lcg/chef-15-allow-downgradeLamont Granquist2018-11-1910-31/+71
|\ \ \ | |/ / |/| | Chef-15: switch default of allow_downgrade to true
| * | fix downgrade logic when dealing with archesLamont Granquist2018-11-192-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | when we check "whatinstalled" here we need to have the version completely free, but have the name and arch resolved by the available version logic. then we can compare the versions to see if it needs to downgrade or not. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | fix one of the yum func testslcg/chef-15-allow-downgradeLamont Granquist2018-11-191-1/+2
| | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | copyeditingMary Jinglewski2018-11-191-4/+2
| | | | | | | | | | | | Signed-off-by: Mary Jinglewski <mjinglewski@chef.io>
| * | add release notes on possibly breaking behavior changeLamont Granquist2018-11-191-0/+23
| | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | Chef-15: switch default of allow_downgrade to trueLamont Granquist2018-11-196-29/+43
| | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | Bump version to 15.0.78 by Chef Expeditorv15.0.78Chef Expeditor2018-11-195-11/+12
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #7954 from chef/lcg/require-librariesLamont Granquist2018-11-192-3/+7
|\ \ \ | | | | | | | | Chef-15: require instead of load libraries
| * | | Chef-15: require instead of load librariesLamont Granquist2018-11-192-3/+7
| |/ / | | | | | | | | | | | | | | | | | | | | | This reverts a change which was working around problems caused by unforked interval runs. Fixes issues with chefspec, should make it faster and reduce warning spam. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | Bump version to 15.0.77 by Chef Expeditorv15.0.77Chef Expeditor2018-11-195-11/+12
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #7948 from chef/properties3Tim Smith2018-11-1912-21/+21
|\ \ \ | |/ / |/| | Allow Integers for all group / owner properties
| * | Revert homebrew_tap to using String for ownerproperties3Tim Smith2018-11-191-1/+1
| | | | | | | | | | | | | | | | | | | | | It's using owner in an env variable and I'm not sure if that will actually work. We should stick with a string here. Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Allow Integers for all group / owner propertiesTim Smith2018-11-1613-22/+22
| | | | | | | | | | | | | | | | | | We did for many of them, but not all. Many of these should get switched over to securable, but this is a solid first step to give a more consistent user experience. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 15.0.76 by Chef Expeditorv15.0.76Chef Expeditor2018-11-195-11/+12
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #7909 from chef/yum_configTim Smith2018-11-191-2/+0
|\ \ \ | | | | | | | | Remove unused yum_timeout and yum_lock_timeout configs
| * | | Remove unused yum_timeout and yum_lock_timeout configsyum_configTim Smith2018-11-141-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | These haven't been used since we refactored the yum provider Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | Bump version to 15.0.75 by Chef Expeditorv15.0.75Chef Expeditor2018-11-195-11/+12
| | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | Merge pull request #7916 from chef/testingTim Smith2018-11-192-23/+59
|\ \ \ \ | | | | | | | | | | windows_workgroup: Coerce the provided reboot property and add more tests
| * | | | windows_workgroup: Coerce the provided reboot property and add more testsTim Smith2018-11-142-23/+59
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of converting the passed in reboot property when we use it coerce it when it's passed in. This allows us to easily test the conversion and it makes it so the docs don't include the legacy values. I also added moved command generation into a method and added tests for that. Signed-off-by: Tim Smith <tsmith@chef.io>