summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Bump chef-zero to 14.0.11expeditor/chef-zero_14.0.11Chef Expeditor2018-11-151-2/+2
| | | | | | This pull request was triggered automatically via Expeditor when chef-zero 14.0.11 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 15.0.69 by Chef Expeditorv15.0.69Chef Expeditor2018-11-155-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #7938 from chef/descriptions2Tim Smith2018-11-1513-23/+50
|\ | | | | Add additional resource description fields
| * Updates from the review of #7929Tim Smith2018-11-1512-13/+13
| | | | | | | | | | | | Thanks @tyler-ball Signed-off-by: Tim Smith <tsmith@chef.io>
| * Add descriptions to the cron resourceTim Smith2018-11-152-11/+38
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 15.0.68 by Chef Expeditorv15.0.68Chef Expeditor2018-11-155-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #7928 from chef/gem_spec_cleanupTim Smith2018-11-151-3/+0
|\ \ | |/ |/| Don't set chef_gem_compile_time config in the chef_gem spec
| * Don't set chef_gem_compile_time config in the chef_gem specgem_spec_cleanupTim Smith2018-11-141-3/+0
| | | | | | | | | | | | | | We removed this config in Chef 13. There's no need to set it in the spec anymore. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Merge pull request #7929 from chef/docsTim Smith2018-11-1516-32/+32
|\ \ | | | | | | Improve resource descriptions for documentation
| * | Improve resource descriptions for documentationTim Smith2018-11-1416-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>
* | Bump version to 15.0.67 by Chef Expeditorv15.0.67Chef Expeditor2018-11-155-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #7905 from ↵Tim Smith2018-11-141-17/+13
|\ \ | | | | | | | | | | | | MsysTechnologiesllc/Kapil/MSYS-873_windows_feature_dism_refuses_to_install_removed_features windows_feature_dism: support installed deleted features
| * | removed features are also available for installation in windows_feature_dismKapil Chouhan2018-11-091-17/+13
| | | | | | | | | | | | Signed-off-by: Kapil Chouhan <kapil.chouhan@msystechnologies.com>
* | | Bump version to 15.0.66 by Chef Expeditorv15.0.66Chef Expeditor2018-11-155-11/+12
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #7914 from EugenMayer/patch-1Tim Smith2018-11-142-4/+4
|\ \ \ | |_|/ |/| | use --no-tty during apt-keys fro gpg - fixes #7913
| * | fix code stylesem2018-11-121-1/+1
| | | | | | | | | | | | Signed-off-by: em <eugen.mayer@kontextwork.de>
| * | restore spec name - acidently defacedEugen Mayer2018-11-121-2/+1
| | | | | | | | | | | | Signed-off-by: em <eugen.mayer@kontextwork.de>
| * | Fix specs for including --no-ttyEugen Mayer2018-11-121-4/+5
| | | | | | | | | | | | Signed-off-by: Eugen Mayer <eugen.mayer@kontextwork.de>
| * | use --no-tty during apt-keys for gpgEugen Mayer2018-11-121-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 15.0.65 by Chef Expeditorv15.0.65Chef Expeditor2018-11-145-11/+12
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #7936 from chef/cheffish2Tim Smith2018-11-142-2/+2
|\ \ \ | | | | | | | | Update Cheffish to 14.0.4
| * | | Update Cheffish to 14.0.4Tim Smith2018-11-142-2/+2
|/ / / | | | | | | | | | | | | | | | This fixes a bug in the private_key resource which was failing tests in appveyor due to a openssl / ruby bump that occured there. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 15.0.64 by Chef Expeditorv15.0.64Chef Expeditor2018-11-145-11/+12
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #7927 from chef/win_friendly_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_certificatewin_friendly_pathTim Smith2018-11-131-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>
* | | | Merge pull request #7926 from chef/code_of_conductTim Smith2018-11-131-0/+1
|\ \ \ \ | | | | | | | | | | Add a link to our code of conduct page
| * | | | Add a link to our code of conduct pageTim Smith2018-11-131-0/+1
| |/ / / | | | | | | | | | | | | | | | | | | | | This will be displayed on GitHub now Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | Bump version to 15.0.63 by Chef Expeditorv15.0.63Chef Expeditor2018-11-135-11/+12
| | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | Merge pull request #7924 from chef/inspec_bumpTim Smith2018-11-132-9/+9
|\ \ \ \ | |/ / / |/| | | Update inspec-core to 3.0.46
| * | | Update inspec-core to 3.0.46Tim Smith2018-11-132-9/+9
|/ / / | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 15.0.62 by Chef Expeditorv15.0.62Chef Expeditor2018-11-135-10/+10
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Bump version to 15.0.61 by Chef Expeditorv15.0.61Chef Expeditor2018-11-125-11/+12
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #7912 from chef/windows_featureTim Smith2018-11-122-5/+9
|\ \ \ | |/ / |/| | windows_feature: Move provider logic into the default of the install_method property
| * | windows_feature: Move provider logic into the default of the install_method ↵windows_featureTim Smith2018-11-092-5/+9
|/ / | | | | | | | | | | | | | | property This eliminates the need for setting the subresource variable and also allows us to auto-generate docs that are aware of the default. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 15.0.60 by Chef Expeditorv15.0.60Chef Expeditor2018-11-105-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #7910 from chef/policy_files_alwaysTim Smith2018-11-093-19/+1
|\ \ | | | | | | Always run policy_file if a policy_file or policy_group exists
| * | Always run policy_file if a policy_file or policy_group existspolicy_files_alwaysTim Smith2018-11-093-19/+1
| | | | | | | | | | | | | | | | | | Remove the config to turn it off Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 15.0.59 by Chef Expeditorv15.0.59Chef Expeditor2018-11-105-11/+12
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #7897 from chef/cacertsTim Smith2018-11-092-15/+19
|\ \ \ | |/ / |/| | Update deps to bring in the new ca-certs
| * | Update deps to bring in the new ca-certscacertsTim Smith2018-11-082-15/+19
| | | | | | | | | | | | | | | | | | This adds several new certs and removes 1. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 15.0.58 by Chef Expeditorv15.0.58Chef Expeditor2018-11-095-11/+12
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #7892 from chef/lcg/chef-15-nillable-deep-mergeTim Smith2018-11-093-12/+62
|\ \ \ | | | | | | | | Add nillability to attribute deep merging
| * | | add docs on possible breaking changeLamont Granquist2018-11-091-0/+18
| | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | fix commentsLamont Granquist2018-11-091-4/+4
| | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | Chef-15: add nillability to attribute deep mergingLamont Granquist2018-11-092-8/+40
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes to consistently uses the "NIL" object internally to mean "not present" instead of abusing nil for that purpose. So now "nil means nil" and we can deep merge that so it will effectively override lower precedence levels if you write a nil. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | Bump version to 15.0.57 by Chef Expeditorv15.0.57Chef Expeditor2018-11-094-8/+8
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #7908 from chef/notesTim Smith2018-11-091-0/+491
|\ \ \ | | | | | | | | Add release notes for missing 14,13,12 versions
| * | | Add release notes for missing 14,13,12 versionsTim Smith2018-11-091-0/+491
|/ / / | | | | | | | | | | | | | | | | | | | | | Since we branch the main release notes doc was missing a ton of stuff. We'll probably use this doc for the release notes when we switch the docs site to markdown so it needs to include the missing releases. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 15.0.56 by Chef Expeditorv15.0.56Chef Expeditor2018-11-095-11/+12
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Bump version to 15.0.55 by Chef Expeditorv15.0.55Chef Expeditor2018-11-095-11/+12
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.