summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Bump inspec-core-bin to 4.6.3expeditor/inspec-core-bin_4.6.3Chef Expeditor2019-06-171-4/+6
| | | | | | This pull request was triggered automatically via Expeditor when inspec-core-bin 4.6.3 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.1.14 by Chef Expeditorv15.1.14Chef Expeditor2019-06-176-14/+15
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #8664 from chef/lcg/updating-chef12-docsLamont Granquist2019-06-171-0/+122
|\ | | | | Add Chef 12 updating docs
| * Add Chef 12 updating docslcg/updating-chef12-docsLamont Granquist2019-06-141-0/+122
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Bump version to 15.1.13 by Chef Expeditorv15.1.13Chef Expeditor2019-06-146-14/+15
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8665 from chef/update_omniTim Smith2019-06-142-5/+5
|\ \ | | | | | | Update omnibus-software to unbreak chef builds
| * | Update omnibus-software to unbreak chef buildsTim Smith2019-06-142-5/+5
|/ / | | | | | | | | | | We need the updated appbundler definition with the correct license file. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 15.1.12 by Chef Expeditorv15.1.12Chef Expeditor2019-06-146-14/+15
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8614 from chef/lcg/systemd-service-target-modeLamont Granquist2019-06-146-19/+81
|\ \ | | | | | | Target mode for systemd service helper
| * | update commentsLamont Granquist2019-06-141-4/+20
| | | | | | | | | | | | | | | | | | | | | also changes the file_exist? signature since in ruby that only ever takes one arg. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | Target mode for systemd service helperLamont Granquist2019-05-296-19/+65
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Makes it so that local cookbook can bounce a remote service over train/ssh/whatever. Works at least for ubuntu. Introduces a fairly rudimentary TrainHelpers class, using some inspiration from ohbye. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | Bump version to 15.1.11 by Chef Expeditorv15.1.11Chef Expeditor2019-06-146-14/+15
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #8661 from chef/bumpsTim Smith2019-06-142-104/+80
|\ \ \ | |_|/ |/| | Update Ohai to 15.1.3 and license-acceptance to 1.0.13
| * | Update Ohai to 15.1.3 and license-acceptance to 1.0.13Tim Smith2019-06-132-104/+80
| | | | | | | | | | | | | | | | | | This gives us the new virtualbox host functionality. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 15.1.10 by Chef Expeditorv15.1.10Chef Expeditor2019-06-146-14/+15
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #8598 from ncerny/nc/fix-habitat-planTim Smith2019-06-143-3/+22
|\ \ \ | |/ / |/| | Update Habitat Build
| * | Allow config file name to flex for nonstandard file names.Nathan Cerny2019-05-291-1/+5
| | | | | | | | | | | | Signed-off-by: Nathan Cerny <ncerny@gmail.com>
| * | Fix typo in configuration path.Nathan Cerny2019-05-281-2/+2
| | | | | | | | | | | | Signed-off-by: Nathan Cerny <ncerny@gmail.com>
| * | Update Habitat Build with license acceptance and make package more flexible.Nathan Cerny2019-05-283-3/+18
| | | | | | | | | | | | Signed-off-by: Nathan Cerny <ncerny@gmail.com>
* | | Bump version to 15.1.9 by Chef Expeditorv15.1.9Chef Expeditor2019-06-146-14/+15
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #8660 from chef/inspec-binTim Smith2019-06-132-0/+4
|\ \ \ | | | | | | | | Make sure to ship the inspec binary
| * | | Add the inspec-core packages to the Gemfile.lockTim Smith2019-06-131-0/+3
| | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | Make sure to ship the inspec binaryinspec-binTim Smith2019-06-131-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | We need to add the inspec-core-bin now that the binaries aren't part of the inspec-core gem. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | Merge pull request #8646 from chef/banner_fixTim Smith2019-06-131-1/+1
|\ \ \ \ | |/ / / |/| | | Update the changelog to not mention Rubygems
| * | | Update the changelog to not mention RubygemsTim Smith2019-06-131-1/+1
|/ / / | | | | | | | | | | | | | | | Released to stable is what we care about not Rubygems Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Merge pull request #8649 from chef/releasing_chefTim Smith2019-06-113-4/+74
|\ \ \ | | | | | | | | Document how to release Chef
| * | | Update docs/dev/how_to/releasing_chef_infra.md Tim Smith2019-06-111-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-Authored-By: mjingle <mjingle@users.noreply.github.com>
| * | | Update docs/dev/how_to/releasing_chef_infra.md Tim Smith2019-06-111-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-Authored-By: mjingle <mjingle@users.noreply.github.com>
| * | | Update docs/dev/how_to/releasing_chef_infra.md Tim Smith2019-06-111-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-Authored-By: mjingle <mjingle@users.noreply.github.com>
| * | | Add some snarkreleasing_chefTim Smith2019-06-111-0/+4
| | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | Update docs/dev/how_to/releasing_chef_infra.md Tim Smith2019-06-111-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-Authored-By: mjingle <mjingle@users.noreply.github.com>
| * | | Update docs/dev/how_to/releasing_chef_infra.md Tim Smith2019-06-111-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-Authored-By: mjingle <mjingle@users.noreply.github.com>
| * | | Update docs/dev/how_to/releasing_chef_infra.md Tim Smith2019-06-111-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-Authored-By: mjingle <mjingle@users.noreply.github.com>
| * | | Update docs/dev/how_to/releasing_chef_infra.md Tim Smith2019-06-111-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-Authored-By: mjingle <mjingle@users.noreply.github.com>
| * | | Update docs/dev/how_to/releasing_chef_infra.md Tim Smith2019-06-111-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-Authored-By: mjingle <mjingle@users.noreply.github.com>
| * | | Add Chocolatey process docsTim Smith2019-06-111-2/+6
| | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | Update docs/dev/how_to/releasing_chef_infra.md Tim Smith2019-06-111-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-Authored-By: mjingle <mjingle@users.noreply.github.com>
| * | | Update docs/dev/how_to/releasing_chef_infra.md Tim Smith2019-06-111-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-Authored-By: mjingle <mjingle@users.noreply.github.com>
| * | | Update docs/dev/how_to/releasing_chef_infra.md Tim Smith2019-06-111-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-Authored-By: mjingle <mjingle@users.noreply.github.com>
| * | | Update docs/dev/how_to/releasing_chef_infra.md Tim Smith2019-06-111-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-Authored-By: mjingle <mjingle@users.noreply.github.com>
| * | | Update docs/dev/how_to/releasing_chef_infra.md Tim Smith2019-06-111-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-Authored-By: mjingle <mjingle@users.noreply.github.com>
| * | | Update docs/dev/how_to/releasing_chef_infra.md Tim Smith2019-06-111-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-Authored-By: mjingle <mjingle@users.noreply.github.com>
| * | | Update docs/dev/how_to/releasing_chef_infra.md Tim Smith2019-06-111-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-Authored-By: mjingle <mjingle@users.noreply.github.com>
| * | | Link to the release doc from the build / test docTim Smith2019-06-111-4/+2
| | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | Documen how to release ChefTim Smith2019-06-112-0/+64
|/ / / | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Document the new testing process for ChefTim Smith2019-06-111-7/+8
| | | | | | | | | | | | | | | | | | Document how Buildkite works Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 15.1.8 by Chef Expeditorv15.1.8Chef Expeditor2019-06-106-15/+16
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #8637 from chef/update-bootstrap-deprecationsTim Smith2019-06-104-221/+84
|\ \ \ | | | | | | | | use mixlib-cli's deprecation mechanism
| * | | use mixlib-cli's deprecation mechanismMarc A. Paradise2019-06-104-221/+84
|/ / / | | | | | | | | | | | | | | | | | | | | | Deprecation logic is now available in `mixlib-cli` via `deprecated_option`. Let's use that instead of keeping our custom deprecation behavior. Signed-off-by: Marc A. Paradise <marc.paradise@gmail.com>
* | | Bump version to 15.1.7 by Chef Expeditorv15.1.7Chef Expeditor2019-06-106-14/+15
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.