summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Bump win32-service to 2.1.5expeditor/win32-service_2.1.5Chef Expeditor2020-01-301-13/+11
| | | | | | This pull request was triggered automatically via Expeditor when win32-service 2.1.5 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 16.0.34 by Chef Expeditorv16.0.34Chef Expeditor2020-01-307-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9292 from chef/knife_aclTim Smith2020-01-3017-2/+1006
|\ | | | | Move knife-acl gem commands into chef in their own namespaces
| * Move knife-acl gem commands into chef in their own namespacesknife_aclTim Smith2020-01-2917-2/+1006
| | | | | | | | | | | | Ship these knife commands so we can kill off knife-acl, but move them under their own namespaces. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 16.0.33 by Chef Expeditorv16.0.33Chef Expeditor2020-01-307-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #9300 from cinc-project/fix_dist_chef_zeroTim Smith2020-01-301-1/+1
|\ \ | | | | | | revert to "chef"
| * | revert to "chef"Marc Chamberland2020-01-251-1/+1
| | | | | | | | | | | | Signed-off-by: Marc Chamberland <chamberland.marc@gmail.com>
* | | Bump version to 16.0.32 by Chef Expeditorv16.0.32Chef Expeditor2020-01-307-19/+20
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | declare_resource.rb: consistently use `/x/y.txt` (#9273)Lamont Granquist2020-01-291-9/+9
|\ \ \ | | | | | | | | declare_resource.rb: consistently use `/x/y.txt`
| * | | declare_resource.rb: consistently use `/x/y.txt`Michel Alexandre Salim2020-01-241-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 16.0.31 by Chef Expeditorv16.0.31Chef Expeditor2020-01-307-19/+20
| | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | Merge pull request #9297 from chef/more_windows_helpersTim Smith2020-01-292-11/+53
|\ \ \ \ | | | | | | | | | | Add windows_nt_version and powershell_version helpers to chef-utils
| * | | | Add windows_nt_version and powershell_version helpers to chef-utilsmore_windows_helpersTim Smith2020-01-292-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 16.0.30 by Chef Expeditorv16.0.30Chef Expeditor2020-01-297-19/+20
| | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | add bk testing against merge commit (#9296)Lamont Granquist2020-01-291-0/+35
|\ \ \ \ | |/ / / |/| | | add bk testing against merge commit
| * | | free doesn't exist on windowslcg/bk-merge-commitLamont Granquist2020-01-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | we must be getting bash+git from msys2 or something? Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | fix copypastaLamont Granquist2020-01-291-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | add bk testing against merge commitLamont Granquist2020-01-291-0/+35
|/ / / | | | | | | | | | | | | | | | mostly copied from https://github.com/chef/automate/blob/master/.buildkite/hooks/pre-command Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | Bump version to 16.0.29 by Chef Expeditorv16.0.29Chef Expeditor2020-01-297-19/+20
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #9287 from mimato/fix-knife-fuzzy-searchTim Smith2020-01-292-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-291-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Mia Henderson <mia@pagerduty.com>
| * | | Fix ChefStyleMia Henderson2020-01-272-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-272-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | symbol Signed-off-by: Mia Henderson <mia@pagerduty.com>
* | | | Bump version to 16.0.28 by Chef Expeditorv16.0.28Chef Expeditor2020-01-297-20/+21
| | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | Add ruby 2.7 expeditor testing (#9271)Lamont Granquist2020-01-287-7/+121
|\ \ \ \ | | | | | | | | | | Add ruby 2.7 expeditor testing
| * | | | Add ruby 2.7 testingLamont Granquist2020-01-287-7/+121
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bumps to bundler 2.1.2 and rubygems 3.1.2 because ruby 2.7 comes with those Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | | | Bump version to 16.0.27 by Chef Expeditorv16.0.27Chef Expeditor2020-01-287-19/+20
|/ / / / | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | debian 10 ifconfig fix (#9294)Lamont Granquist2020-01-282-18/+56
|\ \ \ \ | | | | | | | | | | debian 10 ifconfig fix
| * | | | debian 10 ifconfig fixLamont Granquist2020-01-282-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 16.0.26 by Chef Expeditorv16.0.26Chef Expeditor2020-01-287-19/+20
| | | | | | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | | Merge pull request #9293 from chef/remove_dk_warningTim Smith2020-01-281-1/+1
|\ \ \ \ \ | |/ / / / |/| | | | Remove DK wording from knife warning
| * | | | Remove DK wording from knife warningremove_dk_warningTim Smith2020-01-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We won't have a DK when we have Chef 16 so this shouldn't be there. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | | Bump version to 16.0.25 by Chef Expeditorv16.0.25Chef Expeditor2020-01-287-19/+20
| | | | | | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | | Merge pull request #7882 from chef/status_done_rightTim Smith2020-01-283-7/+7
|\ \ \ \ \ | | | | | | | | | | | | Update knife status --long to use cloud attributes not ec2 specific attributes
| * | | | | Update knife status --long to use cloud attributes not ec2 specific attributesstatus_done_rightTim Smith2020-01-283-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This way we get the public IP / hostname on Azure, GCE, DigitalOcean, Softlayer, etc. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | | | Bump version to 16.0.24 by Chef Expeditorv16.0.24Chef Expeditor2020-01-287-19/+20
| | | | | | | | | | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | | | Merge pull request #9289 from chef/ppa_default_descriptionTim Smith2020-01-281-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | | apt_repository: add a description for components when using a PPA
| * | | | | apt_repository: add a description for components when using a PPATim Smith2020-01-281-1/+1
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | When you're using a PPA there's a default here that doesn't apply to non-PPA repos. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | | Bump version to 16.0.23 by Chef Expeditorv16.0.23Chef Expeditor2020-01-287-19/+20
| | | | | | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | | Merge pull request #9291 from chef/lcg/chef-utils-doc-touchupLamont Granquist2020-01-281-3/+21
|\ \ \ \ \ | |/ / / / |/| | | | fix some issues with the ChefUtils docs
| * | | | delete stray line in docsLamont Granquist2020-01-281-1/+0
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | | fix some issues with the ChefUtils docsLamont Granquist2020-01-281-3/+22
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | - ChefUtils::DSL isn't the DSL class any more - show how to use it for cookbook library authors - fix a typo Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | | Bump version to 16.0.22 by Chef Expeditorv16.0.22Chef Expeditor2020-01-277-19/+20
| | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | Merge pull request #9290 from chef/site-cookbooks-configTim Smith2020-01-271-9/+2
|\ \ \ \ | | | | | | | | | | Remove the sites-cookbooks dir from the cookbook_path default config
| * | | | Remove the sites-cookbooks dir from the cookbook_path default configTim Smith2020-01-271-9/+2
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | sites-cookbooks was the way to build out your Chef infrastructure circa 2010, but was long ago removed from documentation and we've slowly killed off bits of the functionality like the merging. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | Bump version to 16.0.21 by Chef Expeditorv16.0.21Chef Expeditor2020-01-277-19/+20
| | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | Bump version to 16.0.20 by Chef Expeditorv16.0.20Chef Expeditor2020-01-277-19/+20
| | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | Remove the deprecated knife cookbook site commands (#9288)Lamont Granquist2020-01-277-282/+0
|\ \ \ \ | | | | | | | | | | Remove the deprecated knife cookbook site commands
| * | | | Remove the deprecated knife cookbook site commandsTim Smith2020-01-277-282/+0
| |/ / / | | | | | | | | | | | | | | | | | | | | These have been replaced with knife supermarket commands Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | Merge pull request #9261 from chef/nuke_oldTim Smith2020-01-273-10/+1
|\ \ \ \ | | | | | | | | | | Remove more support for Windows 2008 R2 / RHEL 5