summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update the announcement rake task with kitchen examplesannouncementTim Smith2018-08-243-1/+18
| | | | | | This was in DK before, but it made no sense there. This might convince some folks to test things when we cut a pre-release. Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 14.4.49 by Chef Expeditorv14.4.49Chef Expeditor2018-08-245-11/+12
|
* Merge pull request #7581 from chef/bumpsTim Smith2018-08-232-8/+8
|\ | | | | Pull in latest omnibus definitions + new inspec/train
| * Pull in latest omnibus definitions + new inspec/trainTim Smith2018-08-232-8/+8
|/ | | | | | See if this fixes our jenkins build failures, but also bump inspec to the latest while we're in here. Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 14.4.48 by Chef Expeditorv14.4.48Chef Expeditor2018-08-245-11/+12
|
* Merge pull request #7579 from chef/more_build_simplificationTim Smith2018-08-232-2/+4
|\ | | | | Fix rake task to build the correct gemspec on Chef
| * Build the appropriate chef gem on WindowsTim Smith2018-08-231-1/+3
| | | | | | | | | | | | | | | | This allows us to remove similar logic from the omnibus-software definition and allows this rake command to actually work for developers on Windows. Signed-off-by: Tim Smith <tsmith@chef.io>
| * Unpin rake version in the chef-config gemspecmore_build_simplificationTim Smith2018-08-231-1/+1
|/ | | | | | We end up with different versions in chef and chef-confg. That's kind of silly. Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 14.4.47 by Chef Expeditorv14.4.47Chef Expeditor2018-08-235-12/+13
|
* Merge pull request #7574 from chef/kill_old_bumpsTim Smith2018-08-239-327/+42
|\ | | | | Modernize our Rakefile / Version bumping system
| * More wording updatesTim Smith2018-08-231-1/+1
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Explain what our expeditor scripts are doingTim Smith2018-08-233-6/+29
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Fix a style issuekill_old_bumpsTim Smith2018-08-221-1/+1
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Make rake install install both chef and chef-configTim Smith2018-08-222-1/+12
| | | | | | | | | | | | A simple way to make it reach back to call rake install on chef-config first. Signed-off-by: Tim Smith <tsmith@chef.io>
| * Add back the install tasksTim Smith2018-08-221-0/+2
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Make sure dep updater has rakeTim Smith2018-08-221-1/+1
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Remove usage of the package_task from the chef-config rakefileTim Smith2018-08-221-6/+0
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Remove the whole chef-config package task classTim Smith2018-08-222-297/+0
| | | | | | | | | | | | We handle this version bump with expeditor now. Signed-off-by: Tim Smith <tsmith@chef.io>
| * Remove the rdoc taskTim Smith2018-08-221-1/+0
| | | | | | | | | | | | No need for this anymore Signed-off-by: Tim Smith <tsmith@chef.io>
| * Use obvious fix in the dep update scriptTim Smith2018-08-221-1/+1
| | | | | | | | | | | | This is probably a better idea legally vs. having a bot sign off the DCO. Same change was done in DK already. Signed-off-by: Tim Smith <tsmith@chef.io>
| * Remove old version logic from the RakefileTim Smith2018-08-221-4/+1
| | | | | | | | | | | | I believe this is all leftover from github changelog generator Signed-off-by: Tim Smith <tsmith@chef.io>
| * Run bundler in parallel to speed things up a bitTim Smith2018-08-221-1/+1
| | | | | | | | | | | | This makes it a tiny bit faster. Why not Signed-off-by: Tim Smith <tsmith@chef.io>
| * Remove the old CI version bump / show scriptsTim Smith2018-08-222-14/+0
|/ | | | | | We do this all in Expeditor now Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 14.4.46 by Chef Expeditorv14.4.46Chef Expeditor2018-08-225-11/+12
|
* Merge pull request #7566 from chef/lcg/lazy-default-resource-nameLamont Granquist2018-08-221-2/+4
|\ | | | | lazy the default resource_name until after parsing
| * add a commentLamont Granquist2018-08-221-0/+2
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * lazy the default resource_name until after parsingLamont Granquist2018-08-221-2/+2
|/ | | | | | | | | | | only set it if the resource doesn't set one. this means that we don't call resource_name or provides before parsing the file so that the chef_version_for_provides API in #7524 can work (otherwise we throw the deprecation warning before we ever parse the file). Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Bump version to 14.4.45 by Chef Expeditorv14.4.45Chef Expeditor2018-08-225-11/+12
|
* Merge pull request #7570 from chef/bump_ohaiLamont Granquist2018-08-222-8/+8
|\ | | | | Update to Ohai 14.4.2
| * Update to Ohai 14.4.2Tim Smith2018-08-222-8/+8
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Merge pull request #7571 from chef/dco_botTim Smith2018-08-221-1/+1
|\ \ | |/ |/| DCO sign off the version bump
| * DCO sign off the version bumpTim Smith2018-08-221-1/+1
|/ | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Merge pull request #7569 from chef/bump_fixTim Smith2018-08-221-2/+3
|\ | | | | Fix how dep bumping works
| * Fix how dep bumping worksTim Smith2018-08-221-2/+3
|/ | | | | | Update this to the same script we use in DK Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 14.4.44 by Chef Expeditorv14.4.44Chef Expeditor2018-08-215-11/+12
|
* Merge pull request #7565 from chef/lcg/shell-out-mknodLamont Granquist2018-08-211-5/+5
|\ | | | | switch shell_out to shell_out! in func tests
| * switch shell_out to shell_out! in func testslcg/shell-out-mknodLamont Granquist2018-08-211-5/+5
| | | | | | | | | | | | not failing here hides issues caused by e.g. mknod not working properly. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Bump version to 14.4.43 by Chef Expeditorv14.4.43Chef Expeditor2018-08-215-11/+12
| |
* | Merge pull request #7563 from chef/ohai_bumpTim Smith2018-08-212-12/+12
|\ \ | | | | | | Pull in the latest InSpec and Ohai
| * | Pull in the latest InSpec and OhaiTim Smith2018-08-212-12/+12
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 14.4.42 by Chef Expeditorv14.4.42Chef Expeditor2018-08-215-12/+13
| | |
* | | Merge pull request #7562 from coderanger/validatorless-fixNoah Kantrowitz2018-08-212-3/+5
|\ \ \ | |_|/ |/| | Validatorless bootstrap fix
| * | Check for an actual value, rather than the key being set.Noah Kantrowitz2018-08-211-1/+1
| | | | | | | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
| * | Only try to set the default keys if there is a default value to set.Noah Kantrowitz2018-08-211-2/+4
|/ / | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
* | Bump version to 14.4.41 by Chef Expeditorv14.4.41Chef Expeditor2018-08-205-11/+12
| |
* | Merge pull request #7560 from dbresson/feature/repeated-options-systemd-unitTim Smith2018-08-202-2/+5
|\ \ | | | | | | support repeated options in systemd_unit
| * | support repeated options in systemd_unitDavid Bresson2018-08-172-2/+5
| | | | | | | | | | | | Signed-off-by: David Bresson <dabresson@gmail.com>
* | | Bump version to 14.4.40 by Chef Expeditorv14.4.40Chef Expeditor2018-08-205-11/+12
| | |
* | | Merge pull request #7483 from ↵Tim Smith2018-08-204-3/+106
|\ \ \ | | | | | | | | | | | | | | | | MsysTechnologiesllc/dh/MSYS-854_support_task_on_battery Support for battery power options in windows_task resource
| * | | added functional testdheerajd-msys2018-07-264-15/+97
| | | | | | | | | | | | | | | | Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com>