summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Build as chef-client in habitat againswitch-channelTim Smith2019-10-141-1/+1
| | | | | | This let's folks continue to consume the old chef-client packages Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 14.14.24 by Chef Expeditorv14.14.24Chef Expeditor2019-10-145-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #8992 from chef/csnapp/8966Tim Smith2019-10-143-6/+10
|\ | | | | Fix habitat build in expeditor config
| * Fix habitat build in expeditor configChristopher A. Snapp2019-10-143-6/+10
|/ | | | Signed-off-by: Christopher A. Snapp <csnapp@chef.io>
* Bump version to 14.14.23 by Chef Expeditorv14.14.23Chef Expeditor2019-10-145-12/+13
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #8983 from chef/updates_v14Tim Smith2019-10-142-30/+30
|\ | | | | Update chef-zero to 14.0.13 and rspec to 3.9
| * Update chef-zero to 14.0.13 and rspec to 3.9updates_v14Tim Smith2019-10-102-30/+30
| | | | | | | | | | | | Update all other gems to current. Keep 14.14.14 out of omnibus until we release a regression fix. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Merge pull request #8989 from chef/csnapp/release_notesTim Smith2019-10-141-0/+12
|\ \ | | | | | | Add release notes for 14.14.22
| * | Copy editsTim Smith2019-10-141-7/+7
| | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Add release notes for 14.14.22Christopher A. Snapp2019-10-141-0/+12
|/ / | | | | | | Signed-off-by: Christopher A. Snapp <csnapp@chef.io>
* | Bump version to 14.14.22 by Chef Expeditorv14.14.22Chef Expeditor2019-10-105-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8980 from chef/windows_task_fixTim Smith2019-10-102-3/+8
|\ \ | |/ |/| windows_task: Fix for :day option is not accepting integer value
| * Parse day param value into stringwindows_task_fixVivek Singh2019-10-092-3/+8
|/ | | | Signed-off-by: Vivek Singh <vivek.singh@msystechnologies.com>
* Bump version to 14.14.21 by Chef Expeditorv14.14.21Chef Expeditor2019-10-095-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #8979 from chef/user_gidTim Smith2019-10-092-23/+39
|\ | | | | Fix for MSYS-1094 user resource does not handle a gid specified as a string
| * Fix for MSYS-1094 user resource does not handle a gid specified as a stringKapil chouhan2019-10-092-23/+39
| | | | | | | | Signed-off-by: Kapil chouhan <kapil.chouhan@msystechnologies.com>
* | Bump version to 14.14.20 by Chef Expeditorv14.14.20Chef Expeditor2019-10-095-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8978 from chef/ifconfigTim Smith2019-10-092-4/+17
|\ \ | |/ |/| ifconfig: fix regex matching interface name with hyphen
| * fix regex matching interface name with dashdheerajd-msys2019-10-092-1/+12
| | | | | | | | Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com>
| * fix review commentsdheerajd-msys2019-10-091-1/+3
| | | | | | | | Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com>
| * updated code according to regexdheerajd-msys2019-10-091-3/+3
| | | | | | | | Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com>
* | Bump version to 14.14.19 by Chef Expeditorv14.14.19Chef Expeditor2019-10-095-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8977 from chef/fix_profile_crashTim Smith2019-10-091-1/+2
|\ \ | | | | | | Fix crash when showing error about missing profile
| * | Fix crash when showing error about missing profileAndrew Neitsch2019-10-091-1/+2
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before: /opt/chefdk/embedded/lib/ruby/gems/2.6.0/gems/chef-config-15.1.36/lib/chef-config/mixin/credentials.rb:92:in `load_credentials': undefined local variable or method `credentials_file' for #<ChefConfig::WorkstationConfigLoader:0x00007fe01c8321e8> (NameError) After: ERROR: CONFIGURATION ERROR:Profile xyz doesn't exist. Please add it to /Users/developer/.chef/credentials. It looks like this was missed as part of the refactoring in d730505bb0d53d14c7b005c756ed4993b95fdf94. Signed-off-by: Andrew Neitsch <andrew@neitsch.ca>
* | Bump version to 14.14.18 by Chef Expeditorv14.14.18Chef Expeditor2019-10-095-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Bump version to 14.14.17 by Chef Expeditorv14.14.17Chef Expeditor2019-10-095-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8976 from chef/more_knifeTim Smith2019-10-091-1/+1
|\ \ | | | | | | Fix knife cookbook metadata from file command banner
| * | Updated knife cookbook metadata from file command bannerAmol Shinde2019-10-091-1/+1
| |/ | | | | | | | | | | - Added file in banner Signed-off-by: Amol Shinde <amol.shinde@msystechnologies.com>
* | Merge pull request #8975 from chef/knife_ssh_exitTim Smith2019-10-091-1/+1
|\ \ | | | | | | Fix knife ssh interactive mode exit error
| * | Fix knife ssh interactive mode exit errorVivek Singh2019-10-091-1/+1
| |/ | | | | | | Signed-off-by: Vivek Singh <vivek.singh@msystechnologies.com>
* | Bump version to 14.14.16 by Chef Expeditorv14.14.16Chef Expeditor2019-10-095-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Bump version to 14.14.15 by Chef Expeditorv14.14.15Chef Expeditor2019-10-095-10/+18
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8973 from chef/knifeTim Smith2019-10-091-1/+11
|\ \ | | | | | | Fix for knife subcommand --help doesn't work as intended.
| * | MSYS-1111 Fix for knife subcommand --help don't work as intended. If we run ↵Vasu11052019-10-091-1/+11
| |/ | | | | | | | | | | knife acl --hel, knife group --help, knife opc --help command it does not list the commands even though this plugins are shipped with chefdk. The reason behand this is the category under which these are listed does match with the arguments passed by user. for e.g. acl commands are groued under the category OPSCODE_HOSTED_CHEF_ACCESS_CONTROL and since acl doesn't match with this category as string this does not gives valid output added a fix for this. Signed-off-by: Vasu1105 <vasundhara.jagdale@msystechnologies.com>
* | Merge pull request #8974 from chef/fix_8901Tim Smith2019-10-093-3/+8
|\ \ | |/ |/| Modify #8901 to not use arrays with mixlib-shellout
| * Modify #8901 to not use arrays with mixlib-shelloutTim Smith2019-10-093-3/+8
|/ | | | | | Chef-14 has to work with mixlib-shellout 2.x which does not support the array form of shelling out. Use a string instead. I also updated the gitignore to avoid some junk coming in and swapped the spec's bundler require to be the full bundler gem since it needs a giant pile of stuff in Bundler and bundler doesn't have proper requires in the DSL class to make that happen. Signed-off-by: Tim Smith <tsmith@chef.io>
* Update CHANGELOG.md to reflect the promotion of 14.14.14Chef Expeditor2019-10-072-31/+28
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 14.14.14 by Chef Expeditorv14.14.14Chef Expeditor2019-10-075-12/+13
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #8964 from chef/fix_14Tim Smith2019-10-071-2/+2
|\ | | | | fixup some bad rspec to greenify chef-14 branch
| * fixup some bad rspec to greenify masterLamont Granquist2019-10-071-2/+2
|/ | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Bump version to 14.14.13 by Chef Expeditorv14.14.13Chef Expeditor2019-10-035-12/+13
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #8951 from chef/bump_ruby257Tim Smith2019-10-025-13/+18
|\ | | | | Bump Ruby to 2.5.7 to address CVEs
| * Update the omnibus-software release to the latestbump_ruby257Tim Smith2019-10-022-3/+3
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Update Ruby to 2.5.7 to address CVEsTim Smith2019-10-023-10/+15
|/ | | | | | | | | | Ruby 2.5.7 is out with fixes for: - [CVE-2019-16201](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-15845). - [CVE-2019-15845](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-9251). - [CVE-2019-16254](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-16254). - [CVE-2019-16255](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-16255). Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 14.14.12 by Chef Expeditorv14.14.12Chef Expeditor2019-10-025-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #8949 from chef/omnibus_fixTim Smith2019-10-021-1/+1
|\ | | | | Update omnibus-software to fix build failures
| * Update omnibus-software to fix build failuresTim Smith2019-10-021-1/+1
|/ | | | | | This takes out the appbundling of inspec which required 4.x Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 14.14.11 by Chef Expeditorv14.14.11Chef Expeditor2019-10-025-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #8944 from chef/RHEL8Tim Smith2019-10-021-0/+1
|\ | | | | Test Chef Infra Client on RHEL 8
| * Test Chef Infra Client on RHEL 8RHEL8Tim Smith2019-10-011-0/+1
| | | | | | | | | | | | Add RHEL 8 packages Signed-off-by: Tim Smith <tsmith@chef.io>