summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add back release note change that was accidentally deletededitsTim Smith2019-05-171-78/+76
| | | | | | Not sure how I did this, but I nuked all the nice edits. Signed-off-by: Tim Smith <tsmith@chef.io>
* Add 15.0.300 to the release notesTim Smith2019-05-161-0/+6
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Additional changes based on the docs team feedbackTim Smith2019-05-161-10/+9
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Merge branch 'mjingle-mj/rn15Check'Tim Smith2019-05-161-6/+6
|\
| * Merge branch 'mj/rn15Check' of https://github.com/mjingle/chef into ↵Tim Smith2019-05-161-6/+6
| |\ |/ / | | | | mjingle-mj/rn15Check
| * Update RELEASE_NOTES.mdmjingle2019-05-141-1/+1
| |
| * Additional copyeditsMary Jinglewski2019-05-141-3/+3
| | | | | | | | Signed-off-by: Mary Jinglewski <mjinglewski@chef.io>
| * Chef Infra Client 15 Release Notes Additional editsMary Jinglewski2019-05-141-3/+3
| | | | | | | | Signed-off-by: Mary Jinglewski <mjinglewski@chef.io>
* | Bump version to 15.0.300 by Chef Expeditorv15.0.300Chef Expeditor2019-05-166-14/+15
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8560 from chef/bootstrap-uses-ptyTim Smith2019-05-162-14/+24
|\ \ | | | | | | Enable pty for bootstrap ssh
| * | Enable pty for bootstrap sshbootstrap-uses-ptyMarc A. Paradise2019-05-162-14/+24
|/ / | | | | | | | | | | | | | | This will allow bootstrap to work with systems that have `requiretty` configured, and is consistent with the behavior of Chef 14 bootstrap Signed-off-by: Marc A. Paradise <marc.paradise@gmail.com>
* | Bump version to 15.0.299 by Chef Expeditorv15.0.299Chef Expeditor2019-05-166-13/+21
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8554 from chef/chef_apply_licenseTyler Ball2019-05-162-0/+4
|\ \ | | | | | | Add license CLI options to chef-apply command
| * | Add Chef license acceptance CLI flag to chef-solochef_apply_licenseTim Smith2019-05-151-0/+2
| | | | | | | | | | | | | | | | | | Our major CLI commands should all have this Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Add license CLI options to chef-apply commandTim Smith2019-05-151-0/+2
| | | | | | | | | | | | | | | | | | | | | You could accept the license interactively but you could not do it via the CLI flag Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Add releas notes for 15.0.298Tim Smith2019-05-151-69/+82
|/ / | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Update CHANGELOG.md to reflect the promotion of 15.0.298Chef Expeditor2019-05-152-16/+13
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Bump version to 15.0.298 by Chef Expeditorv15.0.298Chef Expeditor2019-05-156-14/+15
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8553 from chef/expeditor/train-core_2.1.2Tim Smith2019-05-151-1/+1
|\ \ | | | | | | Bump train-core to 2.1.2
| * | Bump train-core to 2.1.2Chef Expeditor2019-05-151-1/+1
|/ / | | | | | | | | | | This pull request was triggered automatically via Expeditor when train-core 2.1.2 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 15.0.297 by Chef Expeditorv15.0.297Chef Expeditor2019-05-156-14/+15
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8539 from chef/mp/bootstrap-updatesTim Smith2019-05-152-37/+73
|\ \ | | | | | | Multiple Bootstrap bug fixes
| * | Bootstrap updatesmp/bootstrap-updatesMarc A. Paradise2019-05-142-37/+73
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This includes a few fixes: 1. properly handle the default value for session_timeout in cases where merge_config is not called (plugins) to populate defaults. 2. verify that we're using the ssh protoocl before referencing ssh constants. 3. capture and compare the higher-level Train::Error for the check to see if we've gotten a missing fingerprint error, instead of using Train::Transports::SSHFailed which may not be loaded when exception is being evaluated. 4. Add tests for missing fingerprint behavior 5. do not save session_timeout to Chef::Config[:knife], it was not referenced as knife config in any location and we're trying to move away from pushing CLI values into knife config. Signed-off-by: Marc A. Paradise <marc.paradise@gmail.com>
* | | Bump version to 15.0.296 by Chef Expeditorv15.0.296Chef Expeditor2019-05-156-14/+15
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #8551 from aaronwalker/patch-2Tim Smith2019-05-151-1/+1
|\ \ \ | | | | | | | | Bump license-acceptance to 1.0.11 to resolve failures on Windows 2016
| * | | Bump license-acceptance to 1.0.8 to resolve failures on Windows 2016Aaron Walker2019-05-151-1/+1
| | |/ | |/| | | | | | | Signed-off-by: Aaron Walker <aaronpwalker@gmail.com>
* | | Bump version to 15.0.295 by Chef Expeditorv15.0.295Chef Expeditor2019-05-156-14/+15
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #8552 from smacfarlane/sm/update-habitat-buildsLamont Granquist2019-05-151-4/+4
|\ \ \ | |/ / |/| | Update habitat/plan.sh to allow building of Chef Infra Client 15
| * | Include chef-bin in copied directoriesScott Macfarlane2019-05-151-1/+1
| | | | | | | | | | | | Signed-off-by: Scott Macfarlane <smacfarlane@chef.io>
| * | Use core/ruby26Scott Macfarlane2019-05-151-3/+3
|/ / | | | | | | Signed-off-by: Scott Macfarlane <smacfarlane@chef.io>
* | Merge pull request #8541 from mjingle/mj/rn15editsTim Smith2019-05-141-71/+68
|\ \ | | | | | | Chef Infra Client 15 Release Notes copyedits
| * | Chef Infra Client 15 Release Notes copyeditsMary Jinglewski2019-05-141-71/+68
|/ / | | | | | | Signed-off-by: Mary Jinglewski <mjinglewski@chef.io>
* | Bump version to 15.0.294 by Chef Expeditorv15.0.294Chef Expeditor2019-05-146-14/+22
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8538 from chef/expeditor/license-acceptance_1.0.8Tim Smith2019-05-141-3/+3
|\ \ | | | | | | Bump license-acceptance to 1.0.8 to resolve failures on Windows 2012R2
| * | Bump license-acceptance to 1.0.8Chef Expeditor2019-05-141-3/+3
| |/ | | | | | | | | | | This pull request was triggered automatically via Expeditor when license-acceptance 1.0.8 was promoted to Rubygems. This change falls under the obvious fix policy so no Developer Certificate of Origin (DCO) sign-off is required.
* | Merge pull request #8537 from chef/schisamo/disable-angrychefSeth Chisamore2019-05-141-1/+0
|\ \ | |/ |/| Disable AngryChef builds and promotions
| * Disable AngryChef builds and promotionsSeth Chisamore2019-05-141-1/+0
|/ | | | | | | | | | | | | | | | Releng has decided it's best to stop building/promoting AngryChef right alongside Chef for a number of reasons: * Increases the fragility of the pipeline and requires a Chef build to pass on the already large platform matrix times 2. * AngryChef builds will not be required in our new Buildkite based pipeline as Chef is not used to manage the underlying instances in the elastic queues. We just built/promoted AngryChef 15.0.293 out of band and will continue to do this if future AngryChef builds are required. Signed-off-by: Seth Chisamore <schisamo@chef.io>
* Merge pull request #8531 from chef/expeditor_updates3Tim Smith2019-05-131-3/+3
|\ | | | | Enable angrychef again, but disable hab builds
| * Enable angrychef again, but disable hab buildsTim Smith2019-05-131-3/+3
|/ | | | | | Hab builds failing prevents rubygems from promoting right now. Signed-off-by: Tim Smith <tsmith@chef.io>
* Backfill the changelog and release notesTim Smith2019-05-132-1/+70
| | | | | | Add missing items from the chef-14 branch Signed-off-by: Tim Smith <tsmith@chef.io>
* Merge pull request #8529 from chef/fix_broken_promoteTim Smith2019-05-131-1/+1
|\ | | | | Take angrychef out of the expeditor config
| * Take angrychef out of the expeditor configTim Smith2019-05-131-1/+1
| | | | | | | | | | | | | | | | Angrychef 15.0.293 never built so we can't properly promote chef right now and we're in a half released state. This hopefully gets us out of it. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Update CHANGELOG.md to reflect the promotion of 15.0.293Chef Expeditor2019-05-142-318/+288
|/ | | | Obvious fix; these changes are the result of automation not creative thinking.
* Update release notes for final release of Chef 15Tim Smith2019-05-131-7/+5
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Add more release notesTim Smith2019-05-131-0/+8
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 15.0.293 by Chef Expeditorv15.0.293Chef Expeditor2019-05-136-14/+15
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #8527 from chef/fix_actionsTim Smith2019-05-134-10/+10
|\ | | | | Rename the windows_dfs :install actions to :create
| * Rename the windows_dfs :install actions to :createTim Smith2019-05-134-10/+10
|/ | | | | | We're creating these dfs shares so it makes a lot more sense to make the action create. This is probably what people using Chef would expect. Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 15.0.292 by Chef Expeditorv15.0.292Chef Expeditor2019-05-136-14/+15
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #8521 from ↵Bryan McLellan2019-05-132-13/+85
|\ | | | | | | | | MsysTechnologiesllc/VSingh/bootstrap-session-timeout Chef 15: Add --session-timeout bootstrap option for both ssh & winrm