summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update RELEASE NOTES and trim out friendly_opt_listbtm/retry-fingerprintBryan McLellan2019-05-132-11/+4
| | | | Signed-off-by: Bryan McLellan <btm@loftninjas.org>
* Use new Net:SSH host key verify valuesBryan McLellan2019-05-132-12/+32
| | | | | | | | | | | | | Fixes #8482 by prompting to continue if the host key is not recognized. This attempts to tell Net:SSH to accept and write the key but it is only temporarily accepting. This changes the parameters of --ssh-verify-host-key (which is new) to take the Net::SSH values, which get passed through by train. This allows the user more options than only verifying or not. Signed-off-by: Bryan McLellan <btm@loftninjas.org>
* Update release notesTim Smith2019-05-121-3/+3
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Update release notesTim Smith2019-05-121-3/+3
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Add new resources to the release notesTim Smith2019-05-121-11/+44
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 15.0.288 by Chef Expeditorv15.0.288Chef Expeditor2019-05-116-14/+15
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #8518 from chef/less_bundlerLamont Granquist2019-05-103-16/+16
|\ | | | | Pin bundler to 1.17.2 which is included in Ruby 2.6
| * Bump deps to currentless_bundlerTim Smith2019-05-102-15/+15
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Pin bundler back to 1.17.2 which is built in RubyTim Smith2019-05-101-1/+1
| | | | | | | | | | | | | | Prevent having double bundler installs. There's nothing of value in the .3 release and this just makes Chef bigger. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 15.0.287 by Chef Expeditorv15.0.287Chef Expeditor2019-05-116-14/+15
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8506 from chef/KNIFE-EC2-567/handle-unmerged-caseTim Smith2019-05-102-3/+35
|\ \ | | | | | | [knife-ec2-547] Update config_source to support using knife classes without requiring merge_config
| * | Move original config initialization to constructorKNIFE-EC2-567/handle-unmerged-caseMarc A. Paradise2019-05-082-3/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This moves initialization of @original_config out of merge_configs and into the constructor. A common access pattern for plugins running knife commands is: cmd = KnifeCommand.new cmd.config[:something] = value cmd.run This bypasses the `Knife.run` class method, which does extra config initialization - including merge_configs. When that happens, `config_source` will now return `nil` as the source instead of exploding. Signed-off-by: Marc A. Paradise <marc.paradise@gmail.com>
* | | Merge pull request #8503 from chef/debug_infoTim Smith2019-05-101-0/+6
|\ \ \ | | | | | | | | Add chef version debug info in the kitchen tests
| * | | Add chef version debug info in the kitchen testsTim Smith2019-05-101-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This way we know what version we started with and confirm we end up with the right version Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | Bump version to 15.0.286 by Chef Expeditorv15.0.286Chef Expeditor2019-05-116-15/+15
| | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | Merge pull request #8519 from chef/lcg/use-require-relative2Tim Smith2019-05-1018-21/+21
|\ \ \ \ | |/ / / |/| | | Change some more require to require_relative
| * | | Change some more require to require_relativeLamont Granquist2019-05-1018-21/+21
|/ / / | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | Bump version to 15.0.285 by Chef Expeditorv15.0.285Chef Expeditor2019-05-116-13/+15
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #8507 from MarkGibbons/solaris_bootstrapTim Smith2019-05-102-1/+24
|\ \ \ | |_|/ |/| | Use exports compatibile with /bin/sh in the bootstrap script
| * | Use exports compatibile with /bin/sh in the bootstrap scriptmarkgibbons2019-05-082-1/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | The bootstrap script is explicitly using /bin/sh. On some solaris servers the version of /bin/sh exporting environment variables using "export id=value" fails. The form "id=value export id" does work. Bootstrap fails when the wrong form is used. Signed-off-by: markgibbons <mark.gibbons@nordstrom.com>
* | | Update CHANGELOG.md with details from pull request #8509Chef Expeditor2019-05-101-3/+4
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Add comments to the Dockerfile explaining how it all works (#8509)Tim Smith2019-05-101-1/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add comments to the Dockerfile explaining how it all works Help outsiders understand how we push things up. Signed-off-by: Tim Smith <tsmith@chef.io> * Remove stable tag Signed-off-by: Tim Smith <tsmith@chef.io> * Update the intro sentence Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 15.0.284 by Chef Expeditorv15.0.284Chef Expeditor2019-05-106-14/+15
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #8489 from ↵Bryan McLellan2019-05-101-1/+1
|\ \ \ | | | | | | | | | | | | | | | | MsysTechnologiesllc/VSingh/bootstrap-parse-max-wait-to-integer Chef 15: bootstrap options --max-wait raises NoMethodError: undefined method /
| * | | Use #to_f instead of #to_i for the max_wait option.Vivek Singh2019-05-081-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Vivek Singh <vivek.singh@msystechnologies.com>
| * | | Fixes for bootstrap ssh connection option max-waitVivek Singh2019-05-081-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Vivek Singh <vivek.singh@msystechnologies.com>
* | | | Bump version to 15.0.283 by Chef Expeditorv15.0.283Chef Expeditor2019-05-106-14/+15
| | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | Merge pull request #8451 from ↵Bryan McLellan2019-05-102-1/+26
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | MsysTechnologiesllc/Kapil/MSYS-996_Win32APIError_The_operation_completed_successfully Fix for Chef::Exceptions::Win32APIError: The operation completed successfully.
| * | | | Fix for Chef::Exceptions::Win32APIError: The operation completed successfullyKapil Chouhan2019-05-102-1/+26
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Kapil Chouhan <kapil.chouhan@msystechnologies.com>
* | | | | Bump version to 15.0.282 by Chef Expeditorv15.0.282Chef Expeditor2019-05-096-14/+15
| | | | | | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | | Merge pull request #8513 from chef/env_quotesTim Smith2019-05-095-11/+5
|\ \ \ \ \ | | | | | | | | | | | | CHEF_LICENSE environment variables should be quoted
| * | | | | CHEF_LICENSE environment variables should be quotedenv_quotestyler-ball2019-05-095-11/+5
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | Some shells interpret the '-' character in 'accept-no-persist' Signed-off-by: tyler-ball <tball@chef.io>
* | | | | Bump version to 15.0.281 by Chef Expeditorv15.0.281Chef Expeditor2019-05-096-14/+15
| | | | | | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | | Merge pull request #8492 from ↵Tim Smith2019-05-081-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | MsysTechnologiesllc/Kapil/MSYS-1006_chef_14_windows_feature_fails_on_windows_2008r2 windows_feature: Fix failures on windows 2008r2
| * | | | | Fix for chef 14 windows_feature fails on windows 2008r2Kapil Chouhan2019-05-081-1/+1
| | |/ / / | |/| | | | | | | | | | | | | Signed-off-by: Kapil Chouhan <kapil.chouhan@msystechnologies.com>
* | | | | Bump version to 15.0.280 by Chef Expeditorv15.0.280Chef Expeditor2019-05-096-14/+15
| | | | | | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | | Merge pull request #8508 from chef/lcg/use-require-relativeLamont Granquist2019-05-08732-2308/+2308
|\ \ \ \ \ | |_|_|/ / |/| | | | Convert require to require_relative
| * | | | fix a bunch of weirdly mangled require linesLamont Granquist2019-05-08312-316/+316
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | | Convert require to require_relativeLamont Granquist2019-05-08732-2308/+2308
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | This gives a speed boost since rubygems does not have to scan through every gem in the gemset in order to find the file. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | | Merge pull request #8504 from chef/expeditor_update2Tim Smith2019-05-082-6/+4
|\ \ \ \ | | | | | | | | | | Switch expeditor gem updating to use bundle lock
| * | | | Switch expeditor gem updating to use bundle lockTim Smith2019-05-082-6/+4
| | |_|/ | |/| | | | | | | | | | | | | | | | | | This should still get us an update without removing the lockfile first which resulted in the new file being written out as a Bundler 2.x file. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | Bump version to 15.0.279 by Chef Expeditorv15.0.279Chef Expeditor2019-05-086-14/+15
| | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | Merge pull request #8505 from chef/btm/omnibus-licenseBryan McLellan2019-05-082-1/+49
|\ \ \ \ | |/ / / |/| | | Convert EULA to a local file
| * | | Convert EULA to a local fileBryan McLellan2019-05-082-1/+49
| | | | | | | | | | | | | | | | Signed-off-by: Bryan McLellan <btm@loftninjas.org>
* | | | Bump version to 15.0.278 by Chef Expeditorv15.0.278Chef Expeditor2019-05-086-14/+15
| | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | Merge pull request #8499 from chef/lcg/clean-up-omnibus-install-errorLamont Granquist2019-05-085-203/+25
|\ \ \ \ | | | | | | | | | | Clean up omnibus installer error and remove chef-fips
| * | | | clean up omnibus installer error and remove chef-fipsLamont Granquist2019-05-085-203/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | clean up the warning in #8484 also removes the chef-fips package-scripts directory which we don't use because the purpose-built fips build went away a long time ago (but nobody cleaned up the cruft). closes #8484 Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | | | Bump version to 15.0.277 by Chef Expeditorv15.0.277Chef Expeditor2019-05-086-14/+15
| | | | | | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | | Merge pull request #8498 from chef/btm/omnibus-licenseTim Smith2019-05-081-2/+2
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / / Update the omnibus build license to the Chef EULA
| * | | Update the omnibus build license to the Chef EULABryan McLellan2019-05-081-2/+2
|/ / / | | | | | | | | | | | | | | | The resulting distribuions are licensed under the Chef EULA. Signed-off-by: Bryan McLellan <btm@loftninjas.org>