summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Adding entitlement for unsigned memory executionjm/add_unsigned_memory_entilement_15Jon Morrow2020-02-012-5/+13
| | | | | | | ffi loads c code into memory in an unsigned way and this allows workstation to work with the hardened runtime. Signed-off-by: Jon Morrow <jmorrow@chef.io>
* Bump version to 15.8.7 by Chef Expeditorv15.8.7Chef Expeditor2020-01-317-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9312 from chef/updatesTim Smith2020-01-312-6/+5
|\ | | | | Update train-core and win32-service
| * Update train-core and win32-serviceupdatesTim Smith2020-01-302-6/+5
| | | | | | | | | | | | train-core includes multiple bugfixes and win32-service includes fixes for the new FFI to prevent log spam Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 15.8.6 by Chef Expeditorv15.8.6Chef Expeditor2020-01-317-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Bump version to 15.8.5 by Chef Expeditorv15.8.5Chef Expeditor2020-01-317-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Add chef-sugar include_recipe? helper (#9306)Lamont Granquist2020-01-303-2/+33
|\ \ | | | | | | Add chef-sugar include_recipe? helper
| * | Add chef-sugar include_recipe? helperLamont Granquist2020-01-303-2/+33
| | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | Add chef-sugar cloud helpers to chef-utils (#9305)Lamont Granquist2020-01-305-2/+233
|\ \ \ | |_|/ |/| | Add chef-sugar cloud helpers to chef-utils
| * | add docs for cloud helpersLamont Granquist2020-01-301-0/+13
| | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | Add cloud helpers from chef-sugarLamont Granquist2020-01-304-2/+220
| |/ | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Bump version to 15.8.4 by Chef Expeditorv15.8.4Chef Expeditor2020-01-317-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Bump version to 15.8.3 by Chef Expeditorv15.8.3Chef Expeditor2020-01-317-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Bump version to 15.8.2 by Chef Expeditorv15.8.2Chef Expeditor2020-01-317-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #9309 from chef/chef_zeroTim Smith2020-01-301-1/+1
|\ \ | | | | | | Revert Dist value for chef-zero default org
| * | revert to "chef"Marc Chamberland2020-01-301-1/+1
| |/ | | | | | | Signed-off-by: Marc Chamberland <chamberland.marc@gmail.com>
* | Merge pull request #9311 from chef/ifconfig_debian_10Tim Smith2020-01-302-18/+56
|\ \ | | | | | | debian 10 ifconfig fix
| * | debian 10 ifconfig fixLamont Granquist2020-01-302-18/+56
| |/ | | | | | | | | | | | | debian 10 version of net-tools switches its --version output to stdout from stderr. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Bump version to 15.8.1 by Chef Expeditorv15.8.1Chef Expeditor2020-01-317-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #9308 from chef/fuzzy_searchTim Smith2020-01-302-2/+9
|\ \ | | | | | | Fix fuzzy node search to work when the search type is a string rather than a symbol
| * | use to_sym rather than using arrayMia Henderson2020-01-301-1/+1
| | | | | | | | | | | | Signed-off-by: Mia Henderson <mia@pagerduty.com>
| * | Fix ChefStyleMia Henderson2020-01-302-2/+2
| | | | | | | | | | | | Signed-off-by: Mia Henderson <mia@pagerduty.com>
| * | Fix fuzzy node search to work when the search type is a string rather than a ↵Mia Henderson2020-01-302-2/+9
| |/ | | | | | | | | | | symbol Signed-off-by: Mia Henderson <mia@pagerduty.com>
* | Merge pull request #9310 from chef/docsTim Smith2020-01-301-9/+9
|\ \ | | | | | | declare_resource.rb: consistently use `/x/y.txt`
| * | declare_resource.rb: consistently use `/x/y.txt`Michel Alexandre Salim2020-01-301-9/+9
| |/ | | | | | | | | | | | | | | The code examples inconsistently refer to `/x/y.txy` as well as `x/y.txt`, it seems that the latter is intended. Obvious fix. Signed-off-by: Michel Alexandre Salim <michel@fb.com>
* | Bump version to 15.8.0 by Chef Expeditorv15.8.0Chef Expeditor2020-01-317-20/+21
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #9307 from chef/windows_helpers_v2Tim Smith2020-01-302-11/+53
|\ \ | |/ |/| Add windows_nt_version and powershell_version helpers to chef-utils
| * Add windows_nt_version and powershell_version helpers to chef-utilsTim Smith2020-01-302-11/+53
|/ | | | | | These both return version objects which means they can be compared without creating version objects first or .to_i / .to_f messes. Much simpler for users. Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 15.7.33 by Chef Expeditorv15.7.33Chef Expeditor2020-01-287-18/+26
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9252 from chef/jm/deep_sign_15Tim Smith2020-01-273-26/+28
|\ | | | | Fixes all notarization issues
| * Fixes all notarization issuesJon Morrow2020-01-273-26/+28
|/ | | | | | | | | This changes makes the neccessary changes to enable the pkg to pass apples notarization requirements. 1. Update omnibus and omnibus-software to versions that support deep signing 2. Drop 'Developer ID Installer:' from signing key. This lets sigining pick up the correct key for what is being signed. Signed-off-by: Jon Morrow <jmorrow@chef.io>
* Update CHANGELOG.md to reflect the promotion of 15.7.32Chef Expeditor2020-01-272-12/+9
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 15.7.32 by Chef Expeditorv15.7.32Chef Expeditor2020-01-277-18/+26
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9283 from chef/lcg/backport-15Tim Smith2020-01-273-6/+9
|\ | | | | Chef 15 backport of #9281 and #9274
| * berks upload skip syntax checkVivek Singh2020-01-271-1/+1
| | | | | | | | Signed-off-by: Vivek Singh <vivek.singh@msystechnologies.com>
| * get rid of the failures due to deprecation warningsLamont Granquist2020-01-271-3/+6
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * switch the load method back to not raising + deprecationLamont Granquist2020-01-271-2/+2
|/ | | | | | | use a proper deprecation instead of a warning and don't raise in the load method. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Update CHANGELOG.md to reflect the promotion of 15.7.31Chef Expeditor2020-01-242-12/+9
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 15.7.31 by Chef Expeditorv15.7.31Chef Expeditor2020-01-247-18/+26
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9268 from chef/load_warnings_be_goneTim Smith2020-01-2310-53/+7
|\ | | | | Avoid load method deprecation warnings in knife
| * Cleanup the specs for the load_cookbooks warningsload_warnings_be_goneTim Smith2020-01-233-19/+0
| | | | | | | | | | | | Remove all these expects Signed-off-by: Tim Smith <tsmith@chef.io>
| * Use .load! in the Cookbook loader not .load_cookbooksTim Smith2020-01-236-33/+6
| | | | | | | | | | | | We added a deprecation warning to load_cookbooks and this is going to cause a ton of console spam for end users. Signed-off-by: Tim Smith <tsmith@chef.io>
| * Provider a better error message in Chef::Cookbook::CookbookVersionLoaderTim Smith2020-01-235-47/+47
|/ | | | | | | When this shows up in logs it's impossible to figure out what actually needs to be updated Signed-off-by: Tim Smith <tsmith@chef.io>
* Update CHANGELOG.md to reflect the promotion of 15.7.30Chef Expeditor2020-01-232-48/+45
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9262 from chef/157_docsTim Smith2020-01-231-0/+74
|\ | | | | Add Chef 15.7 release notes
| * Format fixes for the typesTim Smith2020-01-231-4/+4
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Fix x509_certificate note wordingTim Smith2020-01-231-1/+1
| | | | | | | | | | | | This was a bit odd Signed-off-by: Tim Smith <tsmith@chef.io>
| * Update RELEASE_NOTES.md Tim Smith2020-01-231-1/+1
| | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-Authored-By: mjingle <mjingle@users.noreply.github.com>
| * Update RELEASE_NOTES.md Tim Smith2020-01-231-1/+1
| | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-Authored-By: mjingle <mjingle@users.noreply.github.com>
| * Update RELEASE_NOTES.md Tim Smith2020-01-231-1/+1
| | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-Authored-By: mjingle <mjingle@users.noreply.github.com>