summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* add tests for apt-get --allow-downgradesapt_downgradeLamont Granquist2018-11-271-2/+79
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* add --allow-downgrades to apt-getLamont Granquist2018-11-272-8/+20
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Bump version to 14.8.3 by Chef Expeditorv14.8.3Chef Expeditor2018-11-225-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #7976 from chef/openssl_bumpTim Smith2018-11-222-12/+12
|\ | | | | Update to openssl 1.0.2q
| * Update to openssl 1.0.2qopenssl_bumpTim Smith2018-11-202-12/+12
| | | | | | | | | | | | | | https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-5407 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-0734 Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 14.8.2 by Chef Expeditorv14.8.2Chef Expeditor2018-11-215-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #7970 from chef/featuresTim Smith2018-11-201-17/+13
|\ \ | | | | | | Chef 14: removed features are also available for installation in windows_feature_dism
| * | removed features are also available for installation in windows_feature_dismfeaturesKapil Chouhan2018-11-201-17/+13
| |/ | | | | | | Signed-off-by: Kapil Chouhan <kapil.chouhan@msystechnologies.com>
* | Bump version to 14.8.1 by Chef Expeditorv14.8.1Chef Expeditor2018-11-215-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #7973 from chef/share_idemTim Smith2018-11-201-0/+6
|\ \ | | | | | | Chef 14: windows_share: Fix idempotency by removing the "everyone" access
| * | windows_share: Fix idempotency by removing the "everyone" accessshare_idemTim Smith2018-11-201-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 14.8.0 by Chef Expeditorv14.8.0Chef Expeditor2018-11-215-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #7971 from chef/aptTim Smith2018-11-202-4/+4
|\ \ | | | | | | Chef 14: apt_repository: prevent gpg key import on newer Debian releases
| * | fix code stylesem2018-11-201-1/+1
| | | | | | | | | | | | Signed-off-by: em <eugen.mayer@kontextwork.de>
| * | restore spec name - acidently defacedEugen Mayer2018-11-201-2/+1
| | | | | | | | | | | | Signed-off-by: em <eugen.mayer@kontextwork.de>
| * | Fix specs for including --no-ttyEugen Mayer2018-11-201-4/+5
| | | | | | | | | | | | Signed-off-by: Eugen Mayer <eugen.mayer@kontextwork.de>
| * | use --no-tty during apt-keys for gpgEugen Mayer2018-11-201-1/+1
| |/ | | | | | | | | | | | | | | | | | | | | Signed-off-by: Eugen Mayer <eugen.mayer@kontextwork.de> Since debian 9.4+ (and probably other distros having a similar GPG path level) gpg complains about the missing tty - we use this to tell gpg that no tty will be available. I cannot think about a way how this should break anything - we simply have no tty and never had here. All we do is tell gpg upfront before it fails doing silly checks on it. Thinking twice, if gpg right now has tried to get tty it would have failed anyway, e.g. for ncurses questions or such. I think this strategy should be rather bullet proof. I tested this using `vagrant ssh` without `-i` and it worked, withtout `--no-tty` it was broken as expected
* | Bump version to 14.7.31 by Chef Expeditorv14.7.31Chef Expeditor2018-11-205-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #7974 from chef/split_shareTim Smith2018-11-201-1/+1
|\ \ | | | | | | Chef 14: windows_share: Properly split the users to be revoked using quotes
| * | Accounts to be revoked should be provided as an individually quoted string arrayStuart Preston2018-11-201-1/+1
| |/ | | | | | | Signed-off-by: Stuart Preston <stuart@chef.io>
* | Bump version to 14.7.30 by Chef Expeditorv14.7.30Chef Expeditor2018-11-205-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #7972 from chef/workgroupTim Smith2018-11-202-23/+59
|\ \ | | | | | | Chef 14: windows_workgroup: Coerce the provided reboot property and add more t ests
| * | windows_workgroup: Coerce the provided reboot property and add more testsTim Smith2018-11-202-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>
* | Bump version to 14.7.29 by Chef Expeditorv14.7.29Chef Expeditor2018-11-205-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Bump version to 14.7.28 by Chef Expeditorv14.7.28Chef Expeditor2018-11-205-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #7969 from chef/descriptions_14_v2Tim Smith2018-11-2025-50/+77
|\ \ | | | | | | Chef 14: Improve resource descriptions
| * | Updates from the review of #7929Tim Smith2018-11-2012-13/+13
| | | | | | | | | | | | | | | | | | Thanks @tyler-ball Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Improve resource descriptions for documentationTim Smith2018-11-2016-32/+32
| | | | | | | | | | | | | | | | | | Mostly cleaning up how we describe name properties, but also copying over some edits that happened on the docs site. Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Add descriptions to the cron resourceTim Smith2018-11-202-11/+38
| |/ | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 14.7.27 by Chef Expeditorv14.7.27Chef Expeditor2018-11-205-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #7968 from chef/cert_testingTim Smith2018-11-201-0/+30
|\ \ | | | | | | Chef 14: windows_certificate: Add testing of the defaults and allowed properties
| * | windows_certificate: Add testing of the defaults and allowed propertiesTim Smith2018-11-201-0/+30
| |/ | | | | | | | | | | These should have been tested when I merged this in. It's easy stuff to verify with unit tests. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Merge pull request #7967 from chef/attributesTim Smith2018-11-208-8/+8
|\ \ | |/ |/| Chef 14: Replace several uses of attribute with property in resources
| * Replace several uses of attribute with property in resourcesTim Smith2018-11-208-8/+8
|/ | | | | | We were still calling things attributes when they're actually properties. This fixes some documentation and error messages. Signed-off-by: Tim Smith <tsmith@chef.io>
* Merge pull request #7944 from chef/expeditor_chef_14Tim Smith2018-11-191-4/+6
|\ | | | | Make sure we open PRs from chef-14 and into chef-14
| * Make sure we open PRs from chef-14 and into chef-14expeditor_chef_14Tim Smith2018-11-151-4/+6
| | | | | | | | | | | | | | The into part was working, but we were trying to open the PR from master, which obviously doesn't work. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 14.7.26 by Chef Expeditorv14.7.26Chef Expeditor2018-11-165-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #7945 from chef/expeditor/inspec-core_3.0.52Tim Smith2018-11-151-3/+3
|\ \ | |/ |/| Bump inspec-core to 3.0.52
| * Bump inspec-core to 3.0.52expeditor/inspec-core_3.0.52Chef Expeditor2018-11-151-3/+3
|/ | | | | | This pull request was triggered automatically via Expeditor when inspec-core 3.0.52 was promoted to Rubygems. This change falls under the obvious fix policy so no Developer Certificate of Origin (DCO) sign-off is required.
* Bump version to 14.7.25 by Chef Expeditorv14.7.25Chef Expeditor2018-11-145-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #7937 from chef/cheffish_14Tim Smith2018-11-141-1/+1
|\ | | | | Update cheffish to 14.0.4
| * Update cheffish to 14.0.4Tim Smith2018-11-141-1/+1
|/ | | | | | The cheffish bump fixes a bug in the private_key resource which was failing tests in appveyor due to a openssl / ruby bump that occurred there. Signed-off-by: Tim Smith <tsmith@chef.io>
* Merge pull request #7925 from chef/dep_bumpTim Smith2018-11-141-1/+1
|\ | | | | Make sure to open PRs against the chef-14 branch
| * Make sure to open PRs against the chef-14 branchTim Smith2018-11-131-1/+1
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 14.7.24 by Chef Expeditorv14.7.24Chef Expeditor2018-11-145-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #7932 from chef/win_pathTim Smith2018-11-141-1/+2
|\ \ | | | | | | Replace usage of win_friendly_path helper in windows_certificate
| * | Replace usage of win_friendly_path helper in windows_certificateTim Smith2018-11-141-1/+2
| |/ | | | | | | | | | | | | This is a helper from the windows cookbook that doesn't exist in core Chef. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 14.7.23 by Chef Expeditorv14.7.23Chef Expeditor2018-11-145-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #7931 from chef/14_bumpTim Smith2018-11-142-9/+9
|\ \ | |/ |/| Bump InSpec to 3.0.46
| * Bump InSpec to 3.0.46Tim Smith2018-11-142-9/+9
|/ | | | Signed-off-by: Tim Smith <tsmith@chef.io>