summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Bump version to 16.5.6 by Chef Expeditorv16.5.6skeshari-testChef Expeditor2020-08-217-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9482 from MsysTechnologiesllc/dh/Fix-knife-ssh-hang-win2k16Tim Smith2020-08-212-3/+18
|\ | | | | Avoid knife ssh freeze on windows
| * inserted rescuedheerajd-msys2020-08-191-2/+5
| | | | | | | | Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com>
| * fix specsdheerajd-msys2020-08-191-2/+2
| | | | | | | | Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com>
| * remove --ssh-pty with updatedheerajd-msys2020-08-191-11/+13
| | | | | | | | Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com>
| * Fix knife ssh freeze on windowsdheerajd-msys2020-08-191-1/+11
| | | | | | | | Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com>
* | Bump version to 16.5.5 by Chef Expeditorv16.5.5Chef Expeditor2020-08-217-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #10339 from chef/buildkite_fixTim Smith2020-08-212-4/+25
|\ \ | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | fix chocolatey and x86 windows omnibus buildsmwrock2020-08-212-4/+25
| | | | | | | | | | | | Signed-off-by: mwrock <matt@mattwrock.com>
* | | Bump version to 16.5.4 by Chef Expeditorv16.5.4Chef Expeditor2020-08-217-19/+20
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #10337 from chef/optimizationsTim Smith2020-08-212-28/+28
|\ \ \ | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | Bump all deps to the latest for the require optimizationsoptimizationsTim Smith2020-08-212-28/+28
|/ / / | | | | | | | | | | | | | | | Let's see if this breaks anything Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 16.5.3 by Chef Expeditorv16.5.3Chef Expeditor2020-08-217-20/+21
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #10302 from NaomiReeves/ncr_config_exit_codeTim Smith2020-08-215-12/+32
|\ \ \ | |/ / |/| | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | rescue all configuration errors and re-raiseNaomi Reeves2020-08-203-12/+13
| | | | | | | | | | | | Signed-off-by: Naomi Reeves <NaomiReeves@users.noreply.github.com>
| * | define unique exit code for configuration failures and handle correctlyNaomi Reeves2020-08-202-0/+19
|/ / | | | | | | Signed-off-by: Naomi Reeves <NaomiReeves@users.noreply.github.com>
* | Bump version to 16.5.2 by Chef Expeditorv16.5.2Chef Expeditor2020-08-217-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #10335 from chef/mac_specTim Smith2020-08-202-18/+5
|\ \ | | | | | | Simplify macos detection in specs to include big sur
| * | Simplify macos detection in specs to include big surmac_specTim Smith2020-08-202-18/+5
|/ / | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 16.5.1 by Chef Expeditorv16.5.1Chef Expeditor2020-08-206-16/+16
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #10334 from chef/lcg/omnibus-test-profileLamont Granquist2020-08-192-2/+2
|\ \ | | | | | | Enable rspec --profile in the omnibus tests
| * | Enable rspec --profile in the omnibus testsLamont Granquist2020-08-192-2/+2
| | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | Bump version to 16.5.0 by Chef Expeditorv16.5.0Chef Expeditor2020-08-197-18/+26
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #10331 from chef/client_trustedTim Smith2020-08-198-0/+191
|\ \ \ | |/ / |/| | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Chefstyle fixTim Smith2020-08-191-2/+2
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Add basic unit test of properties and the helper methodTim Smith2020-08-193-1/+56
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Add new chef_client_trusted_certificate resourceTim Smith2020-08-196-0/+136
| | | | | | | | | | | | | | | | | | | | | | | | This is a pretty simple resource for something that users can certainly do on their own right now, but most people don't even realize is an option. Giving it a dedicated resource exposes the functionality better and just makes it that much easier to write a simple cross platform cookbook that involves configuring the client. I'm not a huge fan of having to provide the certificate as a string, but I didn't want to add yet another place where we allow string values, or URI. They all have slightly different APIs and we need to just do it via a mixin or something. This can certainly move that direction in the future, but for this solves a real problem today. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 16.4.42 by Chef Expeditorv16.4.42Chef Expeditor2020-08-196-16/+16
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #10190 from chef/lcg/add-integ-and-unit-specs-to-omnibusLamont Granquist2020-08-1916-37/+54
|\ \ \
| * | | disable win2012r2-32-bit for nowlcg/add-integ-and-unit-specs-to-omnibusLamont Granquist2020-08-171-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | Add unit and integration testing back to omnibus testersLamont Granquist2020-08-1715-35/+52
| | | | | | | | | | | | | | | | | | | | | | | | It is slow but it does catch real bugs Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | | Update CHANGELOG.md to reflect the promotion of 16.4.41Chef Expeditor2020-08-192-14/+11
| |/ / |/| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Bump version to 16.4.41 by Chef Expeditorv16.4.41Chef Expeditor2020-08-197-19/+20
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Bump version to 16.4.40 by Chef Expeditorv16.4.40Chef Expeditor2020-08-197-19/+20
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #10327 from chef/update_ohaiTim Smith2020-08-192-16/+13
|\ \ \ | | | | | | | | Update Ohai to 16.4.11 to resolve Windows IP detection
| * | | Update Ohai to 16.4.11 to resolve Windows IP detectionTim Smith2020-08-192-16/+13
| | |/ | |/| | | | | | | | | | | | | Pull in the latest version of Ohai Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Merge pull request #10329 from chef/knife_configureTim Smith2020-08-191-0/+2
|\ \ \ | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | Add missing requires for knife configure commandTim Smith2020-08-191-0/+2
|/ / / | | | | | | | | | | | | | | | This command failed w/o these requires Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Fix spec describe namesTim Smith2020-08-191-4/+4
|/ / | | | | | | | | | | This was missed in a code review of #10323 Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 16.4.39 by Chef Expeditorv16.4.39Chef Expeditor2020-08-187-18/+26
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #10323 from chef/timezoneTim Smith2020-08-186-87/+179
|\ \ | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Rename method to match othersTim Smith2020-08-182-5/+5
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Match on the specific error messageTim Smith2020-08-181-1/+1
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Update lib/chef/resource/timezone.rb Tim Smith2020-08-181-1/+4
| | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-authored-by: pete higgins <pete@peterhiggins.org>
| * | Use .error? and make sure not to raise too earlyTim Smith2020-08-182-5/+5
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Make sure to not raise too earlytimezoneTim Smith2020-08-182-3/+3
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Make sure windows can still take case insensitive valuesTim Smith2020-08-181-35/+42
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Add a spec for the legacy RHEL state loadingTim Smith2020-08-181-0/+8
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Add spec for windows as wellTim Smith2020-08-182-4/+15
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Add some specs for the methods to load stateTim Smith2020-08-181-0/+44
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>