summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add a deprecation warning to knife cookbook sitedeprecate_knife_cookbook_siteTim Smith2019-01-227-7/+43
| | | | | | We'll want to backport this to Chef 14 as well. Signed-off-by: Tim Smith <tsmith@chef.io>
* Merge pull request #8148 from chef/hide_cookbook_siteTim Smith2019-01-228-7/+10
|\ | | | | Hide knife cookbook site & null by setting them to deprecated category
| * Hide knife cookbook site & null by setting them to deprecated categoryTim Smith2019-01-228-7/+10
|/ | | | | | This keeps these commands out of the help text. Signed-off-by: Tim Smith <tsmith@chef.io>
* Update expeditor labelsTim Smith2019-01-221-4/+4
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 15.0.134 by Chef Expeditorv15.0.134Chef Expeditor2019-01-215-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #8136 from ↵Tim Smith2019-01-213-6/+15
|\ | | | | | | | | MsysTechnologiesllc/Kapil/MSYS-931_Sysctl_doesn't_work_when_key_has_a_._in_the_name Sysctl: Allow slashes in key or block name
| * Fix for Sysctl doesn't work when key has a dot(.) in the nameKapil Chouhan2019-01-183-6/+15
| | | | | | | | Signed-off-by: Kapil Chouhan <kapil.chouhan@msystechnologies.com>
* | Bump version to 15.0.133 by Chef Expeditorv15.0.133Chef Expeditor2019-01-215-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8137 from chef/newer_mixlib_archiveTim Smith2019-01-212-5/+5
|\ \ | | | | | | Allow for mixlib-archive 1.x
| * | Allow for mixlib-archive 1.xnewer_mixlib_archiveTim Smith2019-01-182-5/+5
| | | | | | | | | | | | | | | | | | 1.x will work just fine here. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 15.0.132 by Chef Expeditorv15.0.132Chef Expeditor2019-01-215-11/+12
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #8140 from jeroenj/homebrew-cask-casked-checkTim Smith2019-01-211-1/+1
|\ \ \ | | | | | | | | Fix cask resource running each chef-client run
| * | | Fix cask resource running each chef-client runJeroen Jacobs2019-01-211-1/+1
| |/ / | | | | | | | | | | | | | | | See https://github.com/chef-cookbooks/homebrew/commit/f22690186facfab5b7cae0553ab6592629f6ed28 Signed-off-by: Jeroen Jacobs <chef@jeroenj.be>
* | | Bump version to 15.0.131 by Chef Expeditorv15.0.131Chef Expeditor2019-01-215-11/+12
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #8139 from jeroenj/patch-1Tim Smith2019-01-211-2/+2
|\ \ \ | |/ / |/| | Updates homebrew_cask tap name
| * | Updates homebrew_cask tap nameJeroen Jacobs2019-01-211-2/+2
|/ / | | | | | | | | | | | | | | | | | | Homebrew cask was merged into homebrew some time ago: https://github.com/Homebrew/homebrew-cask/issues/14384#issuecomment-242328541. Afterwards the homebrew-cask repositories were also moved to the Homebrew organization. Also see https://github.com/chef-cookbooks/homebrew/pull/134 Signed-off-by: Jeroen Jacobs <chef@jeroenj.be>
* | Merge pull request #8113 from chef/schisamo/promote-hartsTim Smith2019-01-181-0/+2
|\ \ | |/ |/| Promote Hab package alongside Omnibus package
| * Promote Hab package alongside Omnibus packageschisamo/promote-hartsSeth Chisamore2019-01-181-0/+2
|/ | | | | | | | This change ensures we are promoting our Hab packages to `current` and `stable` at the same time we execute said promotions for the Omnibus packages. Signed-off-by: Seth Chisamore <schisamo@chef.io>
* Bump version to 15.0.130 by Chef Expeditorv15.0.130Chef Expeditor2019-01-175-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 15.0.129 by Chef Expeditorv15.0.129Chef Expeditor2019-01-175-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #8125 from chef/printer_deleteTim Smith2019-01-171-3/+3
|\ | | | | windows_printer: prevent failures when deleting printers and using device_id property
| * windows_printer: prevent failures when deleting printers and using device_id ↵printer_deleteTim Smith2019-01-161-3/+3
| | | | | | | | | | | | | | | | property We have a name_property of device_id for this resource but we weren't using it in the delete_printer method so if you used the name property the deletion would fail. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 15.0.128 by Chef Expeditorv15.0.128Chef Expeditor2019-01-175-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8123 from chef/caskTim Smith2019-01-172-11/+11
|\ \ | | | | | | homebrew_cask / homebrew_tap: Properly use the cask_name and tap_name properties
| * | homebrew_cask / homebrew_tap: Properly use the cask_name and tap_name ↵caskTim Smith2019-01-162-11/+11
| |/ | | | | | | | | | | | | | | properties If the name properties for these resources we used we'd entirely ignore them. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Merge pull request #8122 from chef/opensslTim Smith2019-01-172-2/+2
|\ \ | | | | | | openssl_ec_private_key / openssl_x509_request.rb: properly use the path properties when specified
| * | Make sure openssl resources properly use the name_propertyopensslTim Smith2019-01-162-2/+2
| |/ | | | | | | | | | | We have a name_property, but we're not using it everywhere here. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 15.0.127 by Chef Expeditorv15.0.127Chef Expeditor2019-01-175-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8124 from chef/host_entryTim Smith2019-01-171-1/+1
|\ \ | | | | | | ssh_known_host_entry: Use the host name_property in debug logging
| * | ssh_known_host_entry: Use the name_property properly in debug logginghost_entryTim Smith2019-01-161-1/+1
| |/ | | | | | | | | | | You'd get the resource name not the host property in the logging. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 15.0.126 by Chef Expeditorv15.0.126Chef Expeditor2019-01-175-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8133 from chef/license_scoutTim Smith2019-01-171-4/+4
|\ \ | | | | | | Update license_scout to 1.0.22
| * | Update license_scout to 1.0.22Tim Smith2019-01-171-4/+4
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 15.0.125 by Chef Expeditorv15.0.125Chef Expeditor2019-01-175-11/+12
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #8130 from chef/license_scoutTim Smith2019-01-161-1/+1
|\ \ \ | |/ / | | | Update license scout 1.0.21
| * | Update license scout 1.0.21license_scoutTim Smith2019-01-161-1/+1
|/ / | | | | | | | | | | This fixes license enforcement errors Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 15.0.124 by Chef Expeditorv15.0.124Chef Expeditor2019-01-165-14/+15
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8119 from chef/yardTim Smith2019-01-161-4/+13
|\ \ | | | | | | Add a bit more yard to chef-config/config
| * | Add a bit more yard to chef-config/configyardTim Smith2019-01-161-4/+13
| |/ | | | | | | | | | | Adding it as I read through the classes. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Merge pull request #8127 from chef/master_dep_updateTim Smith2019-01-161-6/+15
|\ \ | |/ |/| Pull in the gem update retry logic from DK
| * Pull in the gem update retry logic from DKTim Smith2019-01-161-6/+15
|/ | | | | | | | Pulls in the logic that tyler wrote in DK that performs retries and validates that the gem was actually updated. This preventts empty PRs from being opened and shortens the time the job takes to run. Signed-off-by: Tim Smith <tsmith@chef.io>
* Merge pull request #8112 from chef/lcg/rubocop-upgradesLamont Granquist2019-01-15171-1230/+1228
|\ | | | | changes for rubocop engine upgrades.
| * pull new chefstyle into the bundleLamont Granquist2019-01-151-8/+10
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * changes for rubocop engine upgrades.lcg/rubocop-upgradesLamont Granquist2019-01-15170-1222/+1218
|/ | | | | | | this is the result of changes to rules we already previously had enabled. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Bump version to 15.0.123 by Chef Expeditorv15.0.123Chef Expeditor2019-01-145-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #8110 from chef/mac_os_user_cleanupTim Smith2019-01-149-2149/+124
|\ | | | | user resource: Remove support for macOS 10.7 and 10.7 upgraded to 10.8+
| * user resource: Remove support for macOS 10.7 and 10.7 upgraded to 10.8+Tim Smith2019-01-149-2149/+124
| | | | | | | | | | | | We can greatly simplify our dscl user provider by removing support for macOS 10.7 and 10.7 which has been upgraded to 10.8. No one is using this anyone as it's beyond EOL with Apple and has been for years. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 15.0.122 by Chef Expeditorv15.0.122Chef Expeditor2019-01-105-12/+13
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Don't system exit on ohai CriticalPluginFailure (#8098)Joshua Miller2019-01-092-4/+1
| | | | | | Signed-off-by: Joshua Miller <joshmiller@fb.com>
* | Bump version to 15.0.121 by Chef Expeditorv15.0.121Chef Expeditor2019-01-075-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.