| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
This fix came into the cookbook repo at https://github.com/chef-partners/redhat-subscription-manager-cookbook/pull/41
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|\
| |
| | |
Update Chef 14 release notes
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Add all the knife deprecations
Add the chef solo -r deprecation
Add a note about the changes to the windows_feature resources
Add the node.set / node.set_unless deprecation
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|\ \
| |/
|/| |
macos_userdefaults - fix improper boolean to int conversion
|
| |
| |
| |
| | |
Signed-off-by: Erik Gomez <e@eriknicolasgomez.com>
|
|/
|
|
| |
Signed-off-by: Erik Gomez <e@eriknicolasgomez.com>
|
| |
|
|\
| |
| | |
add delegator for property_is_set? to providers
|
|/
|
|
|
|
|
|
|
|
|
|
|
| |
This was dropped in Chef 14.0.190 by chef/chef#6952 as a side effect
of stripping out all the Chef::Resource automagic delegators.
People were using this one inside of provider code, and it seems fine
to continue to use it.
Moving it to inject it directly into the Provider class instead of
just custom resource action_classes to make our API more consistent.
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
|
| |
|
|\
| |
| | |
Update InSpec to 2.1.21
|
| |
| |
| |
| | |
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|\ \
| | |
| | | |
Remove "unreleased" from the Chef 14 release notes
|
|/ / |
|
| | |
|
| | |
|
|\ \
| | |
| | | |
[windows_printer_port] fix typo + add action descriptions
|
| | |
| | |
| | |
| | | |
Signed-off-by: brewn <nbrewer@chef.io>
|
| | |
| | |
| | |
| | | |
Signed-off-by: brewn <nbrewer@chef.io>
|
| | |
| | |
| | |
| | | |
Signed-off-by: brewn <nbrewer@chef.io>
|
| | |
| | |
| | |
| | | |
Signed-off-by: brewn <nbrewer@chef.io>
|
| | | |
|
|\ \ \
| |_|/
|/| | |
Don't fail on every hostname with windows
|
|/ /
| |
| |
| |
| |
| | |
Look for periods instead of the regex value .
Signed-off-by: Tim Smith <tsmith@chef.io>
|
| | |
|
|\ \
| | |
| | | |
[CHEF-7026] Rewrite portage package provider candidate_version determination and fix tests
|
| | |
| | |
| | |
| | |
| | |
| | | |
Reference: https://www.gentoo.org/glep/glep-0031.html#id16
Signed-off-by: Gordon Malm <gmalm+github-chef-chef-2018@engineyard.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Gordon Malm <gmalm+github-chef-chef-2018@engineyard.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Reference:
https://github.com/chef/chef/issues/7026
03fffdcd91b71ee0ff346310c5c9616976ca3f1b
Signed-off-by: Gordon Malm <gmalm+github-chef-chef-2018@engineyard.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
sensitivity to upstream changes, reduced complexity. Currently Chef
determines this by parsing 'emerge'. This change results in a large
speed increase for Gentoo-based systems.
Reference: https://github.com/chef/chef/issues/7026
Signed-off-by: Gordon Malm <gmalm+github-chef-chef-2018@engineyard.com>
|
| | | |
|
|\ \ \
| | | |
| | | | |
Stripping Authorization header upon redirects (second try)
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Noam Lerner <noamler@fb.com>
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
Bring in the windows_feature_powershell improvements from the cookbook
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This gives us a 3.5x speedup. Yes we need to do this better, but it's no worse than DISM which we already landed in chef and does the exact same thing
Signed-off-by: Tim Smith <tsmith@chef.io>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Tim Smith <tsmith@chef.io>
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Address possible gem installs between interval runs that are then used in the config
|
|/ / / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
the config.
Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
|
| | | | | |
|
|\ \ \ \ \
| |/ / / /
|/| | | | |
scrub tempfile names
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | | |
this keeps Tempfile.open from internally barfing on ruby-2.5.1
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
homebrew_tap / homebrew_cask: Fix compile time errors with the user mixin
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | | |
Turns out I was doing this entirely wrong. I've confirmed this fixes the issue I introduced by trying to fix another issue with the usage of the mixin.
Signed-off-by: Tim Smith <tsmith@chef.io>
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
Bump Ruby to 2.5.1
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
https://www.ruby-lang.org/en/news/2018/03/28/http-response-splitting-in-webrick-cve-2017-17742/
https://www.ruby-lang.org/en/news/2018/03/28/unintentional-file-and-directory-creation-with-directory-traversal-cve-2018-6914/
https://www.ruby-lang.org/en/news/2018/03/28/large-request-dos-in-webrick-cve-2018-8777/
https://www.ruby-lang.org/en/news/2018/03/28/buffer-under-read-unpack-cve-2018-8778/
https://www.ruby-lang.org/en/news/2018/03/28/poisoned-nul-byte-unixsocket-cve-2018-8779/
https://www.ruby-lang.org/en/news/2018/03/28/poisoned-nul-byte-dir-cve-2018-8780/
https://www.ruby-lang.org/en/news/2018/02/17/multiple-vulnerabilities-in-rubygems/
Signed-off-by: Tim Smith <tsmith@chef.io>
|